Team:ETH Zurich/css/adjust igem standard.css
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
background-color: #383838; | background-color: #383838; | ||
border: 0px none; | border: 0px none; | ||
- | height: | + | height: 20px; |
z-index: 100; | z-index: 100; | ||
- | top: | + | top: 20px; |
position: fixed; | position: fixed; | ||
width: 100%; | width: 100%; | ||
- | left: | + | left: 0; |
margin-left: 0; | margin-left: 0; | ||
} | } |
Revision as of 10:10, 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: 20px; z-index: 100; top: 20px; position: fixed; width: 100%; left: 0; margin-left: 0;
}
- menubar {
position: absolute; white-space: nowrap; top: 0; width: 100%; 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; }