Template:CSS/Main

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
background-color: #414141;
+
background-color: #383838;
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
Line 28: Line 28:
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
background-color: #ffffff;
+
background-color: #383838;
height: 14px;
height: 14px;
display: block;
display: block;
Line 43: Line 43:
}
}
-
body {background-color:#ffffff;}
+
body {  
 +
background-color: #fff;
 +
}
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
Line 54: Line 56:
}
}
-
html .wrapper { /*-- changes default wiki settings --*/
+
html, body, .wrapper { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  

Revision as of 20:29, 2 May 2014