S013 Wiki
Advertisement

.hammy-category-gallery .category-gallery-item {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 141px;
    margin: 10px;
    vertical-align: top;
}

.hammy-category-gallery .category-gallery-item img { border: 1px solid #999999; }

.hammy-category-gallery .category-gallery-item span.details {
    background-color: #0148c2;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    color: #000;
    display: inline-block;
    line-height: 16px;
    margin-top: -15%;
    max-height: 48px;
    max-width: 135px;
    overflow: hidden;
    padding: 3px 13px 3px 10px;
    position: absolute;
}
Advertisement