Difference between revisions of "Template:Bordeaux"

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

Revision as of 10:56, 15 June 2016