Team:Uppsala/mediawiki remove.css
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | #footer-box { | + | #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, #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%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*#footer-box { | ||
width: 100%; | width: 100%; | ||
Line 32: | Line 62: | ||
repeat-x; | repeat-x; | ||
} | } | ||
- | + | */ | |
/* The code above clears media wikis default code */ | /* The code above clears media wikis default code */ |
Revision as of 10:37, 23 June 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, #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%; background-color: transparent; }
/*#footer-box {
width: 100%; background-color: white; margin-left:auto; margin-right:auto; border:none;
}
- globalWrapper {
background-color: white; padding:0; margin:0;
}
- contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
display: none;
}
- top-section {
border: none; height: 0px;
}
- content {
border: none; width: 99.5%; height: 99.5%; background-image: url(""); overflow: auto; repeat-x;
}
- /
/* The code above clears media wikis default code */