Team:EPF-Lausanne/Templates/thecss
From 2011.igem.org
Line 96: | Line 96: | ||
#top-section { | #top-section { | ||
height: 1.5em; | height: 1.5em; | ||
- | |||
margin-top: 0 px; | margin-top: 0 px; | ||
margin-left: auto; | margin-left: auto; | ||
Line 133: | Line 132: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
- | margin-top: | + | margin-top: 10px; |
margin-right: 30px; | margin-right: 30px; | ||
border: none; | border: none; | ||
Line 141: | Line 140: | ||
.left-menu ul { border: none; } | .left-menu ul { border: none; } | ||
- | + | ||
#menubar.right-menu { | #menubar.right-menu { | ||
Line 147: | Line 146: | ||
display:block; | display:block; | ||
float:left; | float:left; | ||
- | margin-top: | + | margin-top: 10px; |
padding-left:50px; | padding-left:50px; | ||
border: none; | border: none; | ||
Line 156: | Line 155: | ||
border: none; | border: none; | ||
} | } | ||
- | + | /* | |
#menubar li a{ | #menubar li a{ | ||
color:#73a631; | color:#73a631; | ||
Line 169: | Line 168: | ||
color:#555555; | color:#555555; | ||
} | } | ||
+ | |||
#footer-box { | #footer-box { |
Revision as of 19:51, 15 May 2011
.firstHeading { display: none; }
- left {
float:left; width:200px; padding:10px; background-color:#ddd; border-top:solid 5px #fff; }
- left ul{
list-style:none; overflow:hidden; padding-left:0px; margin-left:10px; }
- left ul li{
margin-bottom:8px; position:relative; padding-top:4px; padding-bottom:0px; padding:none; font-family:verdana, Nobile; }
- left ul.llmenu li{
padding-left:10px; }
- left ul li.backLava{
background-color:#eeeeee; border-left:solid; border-color:#96d446; border-width:5px; height:23px; }
- left ul.llmenugreen li{
border-color:#96d446; }
- left ul.llmenublue li{
border-color:#386abc; }
- left ul.llmenured li{
border-color:#fb5c2b; }
- left ul.llmenuyellow li{
border-color:#fad72a; }
- left a{
color:#555; font-size:15px; font-weight:bold; text-decoration:none; outline:none; display:block; width:200px; }
- left a:hover {
color:#181818; }
- left a.hello{
display:inline; }
/* Wiki Hacks - START */ /* Author: Pieter van Boheemen */ /* Team: TU Delft */ /* Thanks guys - Bill Collins */ /* +1 - Douglas Watson */
- globalWrapper {
background-color: transparent; padding-bottom:0px; border: none;
}
- content {
background-color: white; border:none; padding-bottom:none; margin-bottom:none;
}
- bodyContent {
border: none;
}
- top-section {
height: 1.5em; margin-top: 0 px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; margin-bottom: 10px; padding:0; border: none; background-image: none; background-color: black;
}
- p-logo {
height:1px; overflow:hidden; border:none; display: none; background-color: black;
}
- p-logo img {
display: none;
}
- search-controls {
overflow:hidden; display:none; background: none; position: absolute; top: 100px; right: 40px;
}
.left-menu { width: 400px; display: block; float: left; margin-top: 10px; margin-right: 30px; border: none; left: 20px; }
.left-menu ul { border: none; }
- menubar.right-menu {
width:300px; display:block; float:left; margin-top: 10px; padding-left:50px; border: none; right:50px;
}
.right-menu ul { border: none; } /*
- menubar li a{
color:#73a631;
}
- menubar li a:hover {
color:#73a631; text-decoration:underline;
}
- menubar li.selected a {
color:#555555;
}
- footer-box {
background-color: white; border: none; width: 965px; margin: 0 auto; margin-bottom:none; padding-left:5px; padding-right:5px;
}
- footer {
border: none; width: 965px; margin: 0; padding: 0; background-color:white;
}
.firstHeading { display: none; }
- f-list a {
color: #333; font-size: 10px;
}
- f-list a:hover {
color: #666;
}
- footer ul {
margin: 0; padding: 0;
}
- footer ul li {
margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;
} */
/* Wiki Hacks - END */