Files
portal_editorial/css/style_footer.css
T
Diego Hernández 21cc419cde Corrección -Diego
2016-06-07 14:13:36 -05:00

71 lines
942 B
CSS

footer{
background: #020202;
text-decoration: none;
padding-top: 40px;
padding-bottom: 15px;
margin-top: 20px;
}
footer p{
color: #aaaaaa;
}
footer h4{
color: white;
}
footer li{
list-style: none;
color: #aaaaaa;
text-align: none;
}
footer span{
color: white;
font-size: 150%;
}
footer .mod {
padding-left: 10px;
padding-top: 10px;
}
footer .espli {
padding-bottom: 15px;
}
footer a{
color: #aaaaaa;
}
footer a:hover, a:focus{
text-decoration: none;
color: #f42434;
}
footer li {
border-right: none !important;
}
.spann {
font-size: 100%;
}
.footer2 {
background: #282828;
color: #aaaaaa;
font-size: 13px;
}
.footer2 a {
color: #4c6cd8;
}
.footer2 a:hover, a:focus{
color: #d3430e;
}
.footer3 {
margin-top: -10px;
}
@media screen and (max-width: 768px) {
footer {
text-align: center;
}
}
footer > .aire{
margin-right: 0px;
}