Team:ETH Zurich/css/adjust igem standard.css
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
padding: 0;} | padding: 0;} | ||
#top-section { | #top-section { | ||
- | + | background-color: #383838; | |
- | height: | + | border: 0px none; |
- | + | height: 14px; | |
- | + | z-index: 100; | |
- | + | top: 0px; | |
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
#menubar { | #menubar { | ||
- | + | position: absolute; | |
- | + | white-space: nowrap; | |
- | + | top: -6px; | |
- | + | width: 400px; | |
- | + | z-index: 5; | |
- | + | font-family: sans-serif; | |
- | + | font-size: 95%; | |
- | + | line-height: 1em; | |
- | + | } | |
- | + | .left-menu, .left-menu a { | |
- | + | left: 0px; | |
- | + | text-align: left; | |
- | + | color: transparent; | |
- | color: transparent; | + | text-transform: lowercase; |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ |
Revision as of 10:05, 12 September 2014
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;}, /*-- hides default wiki settings --*/
body {
margin: 10px 0 0 0; padding: 0;}
- top-section {
background-color: #383838; border: 0px none; height: 14px; z-index: 100; top: 0px; position: fixed; width: 975px; left: 50%; margin-left: -487px;
}
- menubar {
position: absolute; white-space: nowrap; top: -6px; width: 400px; z-index: 5; font-family: sans-serif; font-size: 95%; line-height: 1em;
} .left-menu, .left-menu a {
left: 0px; text-align: left; color: transparent; text-transform: lowercase;
}
- globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; /* height: 100%; */ /*-- LW Tablet Layout Fix --*/ background-color: transparent; }