Difference between revisions of "Template:WashU StLouis"

(Prototype team template page)
 
m (menu bar fixed to top)
Line 13: Line 13:
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
width:150px;  
+
width:100vw;  
height:100vh;  
+
height:42px;  
 
position:fixed;  
 
position:fixed;  
 
padding:0px;
 
padding:0px;
Line 24: Line 24:
 
/* styling for the menu items */
 
/* styling for the menu items */
 
.menu_item {
 
.menu_item {
width:100%;  
+
width:12%;  
margin:-2px 0px 0px -20px;  
+
margin:-2px 0px 0px -20px;
 
padding: 10px 10px;   
 
padding: 10px 10px;   
 
border-bottom: 1px solid #d3d3d3;  
 
border-bottom: 1px solid #d3d3d3;  
Line 31: Line 31:
 
color:#000000;  
 
color:#000000;  
 
cursor: pointer;  
 
cursor: pointer;  
 +
float: left;
 +
list-style: none;
 
}
 
}
  

Revision as of 17:22, 14 June 2016