l3.cas-d-astre/styles/footer.css
2009-05-01 08:39:36 +00:00

35 lines
556 B
CSS

#footer {
float: top;
display:block;
padding: 10px;
text-align: center;
vertical-align: top;
font-family: helvetica, arial, sans-serif;
color: #fff;
font-weight: bold;
font-size: 90%;
}
#footer span.validator {
float: left;
width: 160px;
margin: 0px;
padding: 0px;
padding-right: 10px;
border: 0px none #000;
border-right: 1px dashed #fff;
}
#footer .validator a {
font-size: 90%;
display:block;
color:white;
text-decoration: none;
margin: 10px;
}
#footer .validator a:hover {
color: #ddf;
text-decoration: underline overline;
}