Coordenação da Comunidade São José
Rodrigo Sousa
0
/*--------- SLIDE DE POSTS RECENTES BY ELAINE GASPARETO (elainegaspareto.com)] --------*/ figure.slider__item {position: relative;} figcaption.slide__caption { position: absolute; bottom: 0; box-sizing: border-box; background: transparent; padding: 0 0 0 20px; width: 100%; height: 80px; } figcaption.slide__caption:hover { } img.lazyOwl { height: 325px; width: 100%; opacity: 0; } .slider_bg { -webkit-transition: top .3s, transform .3s; transition: top .3s, transform .3s; -webkit-transform: scale( 1.0 ); transform: scale( 1.0 ); } .slider_bg:hover { -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); } .image_container { position: relative; } figure.slider__item a.post__link { position: relative; display: block; } .post__description { position: relative; z-index:100; height: 100%; width: 95%; } .post__description p a { display: none; } .post__description h2 a { color: $(slide.text.color); } .post__description h2 { margin-bottom: 20px; margin-top: -25px; font: $(slide.font); text-align:center; padding: 6px; background: $(slide.background.color); text-transform: uppercase; } .slider_bg { background-size: cover; background-position: 50%; background-repeat: no-repeat; width: 100%; height: 100%; top: 0; position: absolute; }
Postar um comentário