Team:Uppsala/mediawiki remove.css
From 2014.igem.org
(Difference between revisions)
Line 25: | Line 25: | ||
background-color: #000; | background-color: #000; | ||
- | background: url(https://static.igem.org/mediawiki/2014/ | + | background: url(https://static.igem.org/mediawiki/2014/f/fc/Uppsala_igem2014_Camouflage.png); |
background-size: 100% 100%; | background-size: 100% 100%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Revision as of 12:59, 2 July 2014
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
- top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
border: 0 none; height: 14px; z-index: 100; top: 0; position: fixed; width: 975px; left: 50%; margin-left: -487px; }
- globalWrapper { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
- content {
background-color: #000;
background: url(); background-size: 100% 100%; background-repeat: no-repeat;
width: 100%;
border: 0px; margin: 0px; padding: 0px; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }