Team:EPF-Lausanne/Template/style.css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
#top-section{ | #top-section{ | ||
margin-bottom: 50px; | margin-bottom: 50px; | ||
+ | } | ||
+ | |||
+ | .footer{ | ||
+ | border-top: 1px solid #444444; | ||
+ | font-size: 80%; | ||
+ | margin-left: -5px; | ||
+ | margin-right: -5px; | ||
+ | margin-top: 5px; | ||
+ | padding: 5px 5px 0; | ||
} | } | ||
Revision as of 22:46, 3 June 2012
- top-section{
margin-bottom: 50px; }
.footer{ border-top: 1px solid #444444; font-size: 80%; margin-left: -5px; margin-right: -5px; margin-top: 5px; padding: 5px 5px 0; }
- footer-box{
margin-top: 60px; }
- p-logo a{
color: transparent; }
- content{
border: 1px solid #444444; }
- contentSub{
margin: 0 !important; }
- catlinks{
display: none; }
ul#simple-navi {
list-style-type: none; width: 100%; float: left; font-family: Verdana ,Arial,sans-serif; font-size: 12px; font-weight: bold; margin: 0 0 -30px; padding: 10px 0 0 0; background-color: #333;
position: relative; top: -85px; }
ul#simple-navi li {
display: block; float:left; margin: 0 0 0 4px;
}
ul#simple-navi li a {
display: block; padding: 5px 8px; color: #fff; background-color: #999; text-decoration: none;
}