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

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
     padding: 0;}
     padding: 0;}
-
#top-section {
 
-
    background-color: #383838;
 
-
    border: 0px none;
 
-
    height: 14px;
 
-
    z-index: 100;
 
-
    top: 0px;
 
-
    position: fixed;
 
-
    width: 975px;
 
-
    left: 50%;
 
-
    margin-left: -487px;
 
-
}
 
-
#menubar {
 
-
    position: absolute;
 
-
    white-space: nowrap;
 
-
    top: -6px;
 
-
    width: 400px;
 
-
    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;
 
-
}
 

Revision as of 12:50, 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. 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; }