Team:UNITN-Trento/CSS/Main

From 2013.igem.org

(Difference between revisions)
Line 29: Line 29:
/*Top menus (left/right)*/
/*Top menus (left/right)*/
-
#menubar {
+
#menubar, #menubar ul li a {
background: none !important;
background: none !important;
}
}
-
#menubar ul li {
+
#menubar ul li, #menubar ul li a {
color: transparent !important;
color: transparent !important;
}
}
Line 42: Line 42:
}
}
-
#menubar:hover ul li {
+
#menubar:hover ul li, #menubar:hover ul li a {
color: white;
color: white;
}
}

Revision as of 20:02, 8 July 2013

/*Hides WIKI default template*/ html,body { padding: 0; margin: 0; }

  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 {

position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; padding: 0; margin: 0;

font-size: 16px; background: none; z-index: 2; }

  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: 1; display: none; }

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

/*Top menus (left/right)*/

  1. menubar, #menubar ul li a {

background: none !important; }

  1. menubar ul li, #menubar ul li a {

color: transparent !important; }

  1. menubar:hover {

display: block; position: absolute; color: white; }

  1. menubar:hover ul li, #menubar:hover ul li a {

color: white; }