Difference between revisions of "Template:Bordeaux"

Line 18: Line 18:
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
width:150px;  
+
display:inline;
height:100vh;  
+
margin-bottom: 0;
position:fixed;  
+
border-bottom: 1px solid rgba(255,255,255,.3);
padding:0px;
+
text-transform: uppercase;
float:left;  
+
font-family: Montserrat, cursive,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color:#f2f2f2;
+
background-color: #black;
text-align:left;
+
 
}
 
}
  
 
/* styling for the menu items */
 
/* styling for the menu items */
 
.menu_item {
 
.menu_item {
width:100%;  
+
display: block;
margin:-2px 0px 0px -20px;  
+
padding: 3px 20px;
padding: 10px 10px; 
+
clear: both;
border-bottom: 1px solid #d3d3d3;  
+
font-weight: normal;
font-weight:bold;
+
line-height: 1.42857143;
color:#000000;  
+
white-space: nowrap;
cursor: pointer;  
+
 
}
 
}
  

Revision as of 10:48, 14 June 2016