Team:Shenzhen BGIC 0101/css
From 2013.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
border: none;} | border: none;} | ||
#menubar { | #menubar { | ||
- | top: - | + | top: -20px;} |
.left-menu:hover { | .left-menu:hover { | ||
background-color: transparent;} | background-color: transparent;} | ||
Line 22: | Line 22: | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
display:none;} | display:none;} | ||
+ | #menubar .left-menu .noprint{ | ||
+ | height: 10px; | ||
+ | } | ||
#content, #globalWrapper { | #content, #globalWrapper { | ||
border: none; | border: none; |
Revision as of 08:56, 26 August 2013
- contentSub, #search-controls, .firstHeading, #catlinks, #footer-box, #p-logo,right-menu noprint {
display:none;}
body {
padding: 0; margin:0 auto;}
- bodyContent{
}
- top-section {
width: 965px; height: 0; margin: 0 auto; padding: 0; border: none;}
- menubar {
top: -20px;}
.left-menu:hover {
background-color: transparent;}
- menubar li a {
background-color: transparent;}
- menubar > ul > li:last-child {
display:none;}
- menubar .left-menu .noprint{
height: 10px;
}
- content, #globalWrapper {
border: none; width: 100%; margin: 0; padding: 0;
}
- content{
position:relative; z-index:2; font-family: 'Lucida Sans Unicode',sans-serif; font-size: 14px; line-height: 1em; border:none !important; margin:0 !important; padding:0 !important;
}