Template:MainStyle/Menu

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
-
 
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
Line 33: Line 43:
top: 14px;  
top: 14px;  
height: 50px;  
height: 50px;  
-
background-color: #f0f0f0;
+
background-color: #414141;  
-
border-bottom: 1px solid #ccc;  
+
z-index: 1000;
z-index: 1000;
}
}
#navContainer { /*-- creates centered container for nav bar --*/
#navContainer { /*-- creates centered container for nav bar --*/
-
width: 975px;
+
width: 75px;  
-
height: 100%;  
+
margin: 0px auto;  
margin: 0px auto;  
position: relative;  
position: relative;  

Revision as of 18:15, 9 July 2014