File: /home/onlyfibr/public_html/views/htm_css_rodape_3.php
<?php if(!isset($_base['libera_views'])){ header("HTTP/1.0 404 Not Found"); exit; } ?>
<style type="text/css">
.rodape {
background-color: <?=$cores[13]?>;
padding-top: 20px;
}
.footer-grid ul, .footer-grid ul li{
margin: 0px;
padding: 0px;
list-style: none;
}
.footer-grid ul li a{
display: block;
border-bottom: 1px solid rgba(201, 201, 201, 0.05);
padding-bottom:4px;
margin-bottom:4px;
padding-top: 0px;
font-size:15px;
color: <?=$cores[14]?> !important;
}
.footer-grid h3{
font-size: 1.4em;
text-transform: uppercase;
margin-bottom:30px;
font-weight: normal;
color: <?=$cores[14]?> !important;
}
.rodape_contatos{
font-size:15px;
color: <?=$cores[14]?> !important;
line-height:16px;
}
.rodape_copy{
background-color: <?=$cores[12]?>;
}
.rodape_copy a{
width: 100%;
text-align: center;
padding-bottom: 20px;
padding-top:20px;
display: block;
font-size: 13px;
background-color: <?=$cores[12]?>;
color: <?=$cores[11]?> !important;
}
.rodape_copy a:hover{
color: <?=$cores[11]?>;
}
.categorias_rodape ul li{
}
.categorias_rodape ul li a{
font-size: 15px !important;
border-bottom:0px;
padding-bottom: 0px;
}
.logo_rodape{
margin-top:15px;
margin-bottom: 20px;
}
.logo_rodape img{
width: 80%;
}
.redessociais img{
width: 35px;
}
@media (max-width: 990px){
.rodape_copy_esq{
text-align: center;
}
.rodape_copy_dir {
text-align: center;
padding-top: 0px;
}
}
@media (max-width:768px){
.rodape_copy_esq{
text-align: center;
}
.rodape_copy_dir {
text-align: center;
padding-top: 0px;
}
.logo_rodape img{
width:50%;
}
.redessociais img{
width: 30px;
}
.footer-grid h3{
margin-top:40px;
}
}
</style>