56
| <![CDATA[<a href="index.php" style="text-decoration:none">
<!--img src="assets/imagens/LCXS3447.JPG" class="img-fluid" alt="Logo" /-->
<figure>
<img src="assets/imagens/LCXS3447.JPG" alt="Minha Figura">
<span>Voltar a home</span>
</figure>
</a>]]>
|
156
| <![CDATA[<span class="causale" style="color:#000; font-weight: 600;"> 02/07/2019, 19:00</span>]]>
|
16
| <![CDATA[<style type="text/css">
.logo a{
font-size: 16px;
font-weight: bolder;
float:center;
}
.logo a span{
display:block;
padding:10px;
color:#f00;
bottom:-50;
left:50;
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
opacity:0;
-moz-opacity:0;
filter:alpha(opacity=0);
}
.logo a:hover span{
border: 1px solid f00;
opacity:1;
-moz-opacity:1;
filter:alpha(opacity=100);
}
</style>]]>
|
623
| <![CDATA[<script>
$(document).ready(function(){
//FANCYBOX
//https://github.com/fancyapps/fancyBox
$(".fancybox").fancybox({
openEffect: "none",
closeEffect: "none"
});
});
</script>]]>
|