Team:ETH Zurich/css/adjust igem standard.css
From 2014.igem.org
(Difference between revisions)
(39 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;} | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;} /*-- hides default wiki settings --*/ |
+ | |||
+ | |||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: #383838; | ||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | left: 0; | ||
+ | margin-left: 0; | ||
+ | font-size:10pt; | ||
+ | } | ||
+ | |||
+ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: #383838; | ||
+ | height: 14px; | ||
+ | display: block; | ||
+ | z-index: 10; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | top: 6px; | ||
+ | } | ||
+ | |||
+ | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | color: #727272; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#menubar { | #menubar { | ||
- | + | position: absolute; | |
- | + | white-space: nowrap; | |
- | + | top: -6px; | |
- | + | width: 50%; | |
- | + | z-index: 5; | |
- | + | font-family: sans-serif; | |
- | + | font-size: 95%; | |
- | + | line-height: 24px; | |
- | + | } | |
- | + | ||
- | + | #menubar ul { | |
- | + | font-size:10pt; | |
- | #menubar | + | } |
- | + | ||
- | + | #menubar.left-menu > ul > li:last-child {display: none;} | |
- | + | ||
- | + | ||
- | + | body { | |
- | #menubar > ul > li:last-child { | + | background-color: #fff; |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
Line 42: | Line 61: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
+ | font-size:100%; | ||
} | } | ||
html, body, .wrapper { /*-- changes default wiki settings --*/ | html, body, .wrapper { /*-- changes default wiki settings --*/ | ||
width: 100%; | width: 100%; | ||
- | + | height: 100%; | |
background-color: transparent; | background-color: transparent; | ||
} | } |
Latest revision as of 16:50, 25 September 2014
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;} /*-- hides default wiki settings --*/
- top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
background-color: #383838; border: 0 none; height: 14px; z-index: 100; top: 0; position: relative; width: 100%; left: 0; margin-left: 0; font-size:10pt; }
- top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
background-color: #383838; height: 14px; display: block; z-index: 10; position: relative; width: 100%; top: 6px; }
- menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
color: #727272; text-decoration: none; background-color: transparent; }
- menubar {
position: absolute; white-space: nowrap; top: -6px; width: 50%; z-index: 5; font-family: sans-serif; font-size: 95%; line-height: 24px;
}
- menubar ul {
font-size:10pt; }
- menubar.left-menu > ul > li:last-child {display: none;}
body {
background-color: #fff;
}
- globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; font-size:100%; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }