Team:USTC-China/css/fixed-igemHead.css
From 2014.igem.org
Line 1: | Line 1: | ||
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | + | .firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ |
p{ | p{ | ||
margin-bottom: 0; | margin-bottom: 0; | ||
- | |||
- | |||
- | |||
} | } | ||
Line 10: | Line 7: | ||
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; | margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; | ||
} | } | ||
+ | |||
#top-section { | #top-section { | ||
- | + | margin-left:0; | |
- | + | height: 0px; | |
- | + | border: 0px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
.left-menu { | .left-menu { | ||
- | + | padding-left: 160px; | |
- | + | padding-top: 5px; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
.left-menu:hover { | .left-menu:hover { | ||
- | |||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
+ | |||
.right-menu { | .right-menu { | ||
- | + | width: 400px; | |
position:absolute; | position:absolute; | ||
- | + | z-index:200; | |
- | + | text-align: right; | |
- | + | left: 850px; | |
- | + | padding-top: 5px; | |
- | + | ||
- | + | ||
- | text-align: right; | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | padding- | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | |||
.left-menu:hover a { | .left-menu:hover a { | ||
color: #869690; | color: #869690; | ||
Line 92: | Line 38: | ||
.right-menu li a { | .right-menu li a { | ||
- | + | color: none; | |
- | + | background-color: transparent; | |
} | } | ||
+ | |||
.right-menu li a:hover { | .right-menu li a:hover { | ||
- | color: | + | color: #869690; |
+ | text-decoration: underline; | ||
} | } | ||
- | #globalWrapper, #content { | + | #globalWrapper, #content { |
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; |
Latest revision as of 04:09, 12 October 2014
.firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ p{ margin-bottom: 0; }
- globalWrapper {
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; }
- top-section {
margin-left:0; height: 0px; border: 0px;
}
.left-menu { padding-left: 160px;
padding-top: 5px;
}
.left-menu:hover { background-color: transparent; }
.right-menu {
width: 400px;
position:absolute; z-index:200; text-align: right; left: 850px; padding-top: 5px; }
.left-menu:hover a {
color: #869690;
}
.right-menu li a { color: none; background-color: transparent; }
.right-menu li a:hover { color: #869690; text-decoration: underline; }
- globalWrapper, #content {
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }