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