Team:UNITN-Trento/CSS/Main
From 2013.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
#content {display: none;} | #content {display: none;} | ||
#tn-main-wrap, body { background: white; } | #tn-main-wrap, body { background: white; } | ||
+ | #top-section { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; } | ||
/*To hide button for debug mode*/ | /*To hide button for debug mode*/ | ||
/*.tn-hidden {display: none;}*/ | /*.tn-hidden {display: none;}*/ |
Revision as of 09:13, 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 {display: none;}
- tn-main-wrap, body { background: white; }
- top-section { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; }
/*To hide button for debug mode*/ /*.tn-hidden {display: none;}*/