/* CSS - Destaque de posts */
span.ptitle:before {
content: '';
width: 0px;
height: 2px;
background-color: #fba2b4;
display: block;
margin: auto;
margin-bottom: 3px;
transition-duration: .4s;
}
.bsrp-gallery .bs-item:hover span.ptitle:before { width: 100px}
.bsrp-gallery {
overflow:hidden;
width: 1000px;
clear: both;
position: relative;
margin: auto;
}
.bsrp-gallery:after {
display: table;
clear: both;
}
.bsrp-gallery .bs-item a {
position: relative;
float:left;
margin: 0 10px 0 0px;
text-decoration:none;
}
.bsrp-gallery .bs-item .ptitle {
transition-duration: .4s;
background: #fff;
display: block;
clear: left;
font-size: 10px;
font-family: Open Sans;
text-transform: uppercase;
line-height: 1.3em;
letter-spacing: 2px;
height: 30px;
width: 155px;
position: absolute;
bottom: 4%;
left: 4%;
text-align: center;
padding: 15px 30px 30px 30px;
color: #272727;
word-wrap: break-word;
overflow: hidden;
}
.bsrp-gallery .bs-item:hover .ptitle { }
.bsrp-gallery a img {
background: #fff;
float: left;
border: solid 3px #fff;
}
.bsrp-gallery a:hover img {
}
/* CSS FIM */
Sobre mim
Nenhum comentário:
Postar um comentário