Line 1: | Line 1: | ||
− | # | + | /*clear wiki syling*/ |
− | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} | |
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | /* Remove wiki style DTU Denmark */ | ||
+ | |||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px;} | ||
+ | #content { | ||
+ | border: none;} | ||
+ | |||
+ | #iGEM2016 | ||
+ | { | ||
+ | position: fixed; | ||
+ | height:50px; | ||
+ | top: 22px !important; | ||
+ | margin-left: -20px !important; | ||
+ | background-color: transparent; | ||
+ | vertical-align: sub; | ||
+ | } | ||
+ | @media screen and (max-width: 736px) { | ||
+ | #iGEM2016 | ||
+ | { | ||
+ | display: none; | ||
+ | } |
Revision as of 20:48, 15 June 2016
/*clear wiki syling*/
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;}
- globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
/* Remove wiki style DTU Denmark */
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
- iGEM2016
{ position: fixed; height:50px; top: 22px !important; margin-left: -20px !important; background-color: transparent; vertical-align: sub; } @media screen and (max-width: 736px) {
- iGEM2016
{ display: none; }