Team:UNITN-Trento/CSS/Main
From 2013.igem.org
(Difference between revisions)
(set default font-size) |
(trying fixed wrap) |
||
Line 3: | Line 3: | ||
#content {display: none;} | #content {display: none;} | ||
#tn-main-wrap, body { | #tn-main-wrap, body { | ||
+ | position: fixed; | ||
+ | top: 0; left: 0; right: 0; bottom: 0; | ||
+ | overflow: auto; | ||
+ | |||
+ | font-size: 16px; | ||
background: none; | background: none; | ||
z-index: 2; | z-index: 2; | ||
- | |||
} | } | ||
#top-section { | #top-section { |
Revision as of 09:05, 8 July 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 {
position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto;
font-size: 16px; background: none; z-index: 2; }
- top-section {
position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; width: 100%; margin: 0; padding: 0; border: none; background: white; z-index: 1; display: none; }
/*To hide button for debug mode*/ /*.tn-hidden {display: none;}*/