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

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
     top: 0px;
     top: 0px;
     position: fixed;
     position: fixed;
-
     width: 975px;
+
     width: 100%;
     left: 50%;
     left: 50%;
-
     margin-left: -487px;
+
     margin-left: 0;
}
}
#menubar {
#menubar {

Revision as of 10:08, 12 September 2014

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

body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   background-color: #383838;
   border: 0px none;
   height: 14px;
   z-index: 100;
   top: 0px;
   position: fixed;
   width: 100%;
   left: 50%;
   margin-left: 0;

}

  1. menubar {
   position: absolute;
   white-space: nowrap;
   top: -6px;
   width: 100%;
   z-index: 5;
   font-family: sans-serif;
   font-size: 95%;
   line-height: 1em;

} .left-menu, .left-menu a {

   left: 0px;
   text-align: left;
   color: transparent;
   text-transform: lowercase;

}


  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%; */ /*-- LW Tablet Layout Fix --*/ background-color: transparent; }