Team:UNITN-Trento/CSS/Main

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
#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 {display: none;}
-
#tn-main-wrap, body { background: white; }
+
#tn-main-wrap, body {
 +
background: none;
 +
z-index: 10;
 +
}
#top-section {
#top-section {
position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
Line 8: Line 11:
margin: 0; padding: 0;
margin: 0; padding: 0;
border: none;
border: none;
 +
background: white;
 +
z-index: 0;
}
}
/*To hide button for debug mode*/
/*To hide button for debug mode*/
/*.tn-hidden {display: none;}*/
/*.tn-hidden {display: none;}*/

Revision as of 09:33, 25 June 2013

/*Hides WIKI default template*/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #mw-panel, #mw-head, #footer, #mw-page-base, #mw-head-base { display: none;}
  2. content {display: none;}
  3. tn-main-wrap, body {

background: none; z-index: 10; }

  1. 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: 0; }

/*To hide button for debug mode*/ /*.tn-hidden {display: none;}*/