14
| <![CDATA[<style>
/* Banner permanente em todos as prefeituras e camaras "TOPO"*/
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
width: 100%;
height: 100%;
}
#e_banner_topo_dinamico {
width:1200px;
height:100px;
/*float:left;*/
background:url(/fotos/a21d711ff721ac72014447c2211ec117.jpg) no-repeat;
}
#e_banner_topo_dinamico_clique {
width:300px;
height:100px;
float:left;
}
</style>]]>
|
44
| <![CDATA[<style>
.sub-menu{
position:relative;
display:none;
text-decoration: none;
}
.sub-menu li {
margin-left:14px;
margin-bottom:4px;
width:200px;
border-bottom:1px solid #DADADA;
text-decoration: none;
}
.menu:hover .sub-menu{
display:block;
text-decoration: none;
}
</style>]]>
|
68
| <![CDATA[<style>
.video-container {
position:relative;
height:280px !important;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width:100%;
height:280px !important;
}
</style>]]>
|
107
| <![CDATA[<script>
// SETANDO CONTAGEM PARA RELOAD
var i = 2;
var contador = document.getElementById("contador");
setInterval(function() {
if (i > 0) {
contador.innerHTML = i;
i--;
}
}, 1000);
</script>]]>
|
0
| Não há código fonte a ser exibido.
|