Team:UNITN-Trento/CSS/Subs/Footer

From 2013.igem.org

(Difference between revisions)
Line 25: Line 25:
}
}
-
.footer_box a:link, .footer_box a:visited {
+
.footer_box a {
 +
width: 100%;
 +
height: 100%;
color: rgb(240, 242, 223);
color: rgb(240, 242, 223);
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-family: "Trebuchet MS", Helvetica, sans-serif;

Revision as of 11:22, 2 August 2013

.footer_box { min-width: 200px; display: inline-table; margin: 0 1em; padding: 0.5em; margin-top: 15px; text-align: left; border: 2px solid rgb(240, 242, 223); background-color: #038c7e; }

.footer_box ul { list-style: none; margin: 0; }

.footer_box ul li { padding: 0px 10px; border-bottom: 1px solid rgb(240, 242, 223); }

.footer_box ul li:hover { border-bottom: 1px solid rgb(191, 27, 57); background-color: rgb(191, 27, 57); }

.footer_box a { width: 100%; height: 100%; color: rgb(240, 242, 223); font-family: "Trebuchet MS", Helvetica, sans-serif; font-variant: small-caps; text-decoration: none; }