S013 Wiki
Advertisement
.hammy-category-gallery .category-gallery-item {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 200px;
    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: #B9A571;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    color: #000;
    display: inline-block;
    line-height: 18px;
    margin-top: -15%;
    max-height: 48px;
    max-width: 135px;
    overflow: hidden;
    padding: 3px 20px 3px 20px;
    position: absolute;
	font-size: 18px;
}
Advertisement