Difference between revisions of "Template:Aix-Marseille"

Line 13: Line 13:
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
font-family: calibri, sans-serif;
+
width:150px;  
font-size: 110%;
+
height:100vh;  
max-width: 850px; /*Navbar size*/
+
position:fixed;  
text-align: center;
+
padding:0px;
margin: auto;
+
float:left;  
margin-top: 20px;
+
background-color:#f2f2f2;
 +
text-align:left;
 
}
 
}
  
Line 35: Line 36:
  
 
/* styling for the menu items */
 
/* styling for the menu items */
li.menu_item {
+
.menu_item {
display: table-cell;
+
width:100%;  
background: -webkit-linear-gradient(#C0C0C0, #E6E6FA); /* Style for internet browsers */
+
margin:-2px 0px 0px -20px;  
background:   -moz-linear-gradient(#C0C0C0, #E6E6FA);
+
padding: 10px 10px;
background:    -ms-linear-gradient(#C0C0C0, #E6E6FA);
+
border-bottom: 1px solid #d3d3d3;  
background:     -o-linear-gradient(#C0C0C0, #E6E6FA);
+
font-weight:bold;
background:        linear-gradient(#C0C0C0, #E6E6FA);
+
color:#000000;  
        border-radius: 3px;
+
cursor: pointer;  
text-shadow: 0 1px 0 rgba(255, 255, 255, .4);  
+
box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset,
+
0 -1px 0 hsl(210, 100%, 32%) inset,
+
0 -2px 0 hsl(210, 100%, 38%) inset,
+
0 -3px 0 hsl(210, 100%, 44%) inset,
+
0 -4px 0 hsl(210, 100%, 50%) inset,
+
0 -5px 0 hsl(210, 100%, 60%) inset;
+
 
}
 
}
  

Revision as of 10:17, 10 June 2016