Team:UNITN-Trento/CSS/Main
From 2013.igem.org
(Difference between revisions)
(Created page with "- →Hides WIKI default template: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { displa...") |
|||
Line 1: | Line 1: | ||
/*Hides WIKI default template*/ | /*Hides WIKI default template*/ | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { display: none;} | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { display: none;} | ||
- | #content {display: none;} | + | #content, #globalWrapper {display: none;} |
#tn-main-wrap, body { background: white; } | #tn-main-wrap, body { background: white; } | ||
/*To hide button for debug mode*/ | /*To hide button for debug mode*/ | ||
/*.tn-hidden {display: none;}*/ | /*.tn-hidden {display: none;}*/ |
Revision as of 09:11, 25 June 2013
/*Hides WIKI default template*/
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { display: none;}
- content, #globalWrapper {display: none;}
- tn-main-wrap, body { background: white; }
/*To hide button for debug mode*/ /*.tn-hidden {display: none;}*/