Team:UNITN-Trento/CSS/Subs/Footer

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
border: 2px solid rgb(191, 27, 57);
border: 2px solid rgb(191, 27, 57);
border-radius: 5px;
border-radius: 5px;
 +
background-color: #038c7e;
}
}

Revision as of 11:19, 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(191, 27, 57); border-radius: 5px; background-color: #038c7e; }

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

.footer_box ul li { padding: 0px 10px; border-bottom: 1px solid rgb(191, 27, 57); }

.footer_box ul li:hover { border-bottom: 1px solid #038c7e; }

.footer_box a:link, .footer_box a:visited { color: #038c7e; font-family: "Trebuchet MS", Helvetica, sans-serif; font-variant: small-caps; text-decoration: none; }

.footer_box a:visited { color: #038c7e; }