Team:ETH Zurich/css/adjust igem standard.css

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
       border: none;
       border: none;
       top: 0%;
       top: 0%;
-
       height: 10px;
+
       height: 100px;
       width: 100%;
       width: 100%;
-
      font-size: 12pt;
 
       z-index : 4
       z-index : 4
}
}

Revision as of 15:00, 2 June 2014

  1. top-section {
      border: none;
      top: 0%;
      height: 100px;
      width: 100%;
      z-index : 4

}

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;}, /*-- hides default wiki settings --*/
  1. menubar {

color: #C6C6FF; font-size: 12pt; }

  1. menubar a:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/

color: #C6C6FF; text-decoration: none; background-color: transparent; }

  1. globalWrapper, #content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }