Difference between revisions of "Template:Marburg"

Line 22: Line 22:
 
}
 
}
  
/* styling for the menu items */
+
 
.menu_item {
+
width:100%;
+
margin:-2px 0px 0px -20px;
+
padding: 10px 10px; 
+
border-bottom: 1px solid #d3d3d3;
+
font-weight:bold;
+
color:#000000;
+
cursor: pointer;
+
}
+
  
  
Line 37: Line 28:
 
 
  
.menu_item a {
 
width: 100%;
 
margin-left: -20px;
 
padding: 11px 90px 12px 20px;
 
text-decoration: none;
 
color:black;
 
}
 
  
/* When hovering on a menu item */
 
.menu_items li:hover {
 
background-color:#72c9b6;
 
color: #000000;
 
}
 
  
/* styling for the submenus */
 
.submenu {
 
width:100%;
 
display: none; 
 
font-weight:bold;
 
cursor:pointer;
 
  
}
+
 
  
 
/* moving the margin for the submenu ul list */
 
/* moving the margin for the submenu ul list */

Revision as of 21:41, 17 October 2016