Difference between revisions of "Template:Goettingen/CSS"

Line 158: Line 158:
 
}
 
}
  
/* styling for the submenus_selected */
 
.submenu_selected {
 
width:90%;
 
display: none;
 
font-weight:bold;
 
cursor:pointer;
 
color: #000000;
 
 
}
 
 
/* moving the margin for the submenu ul list */
 
ul.submenu_selected {
 
width: 100%;
 
margin: 10px 0px -11px 0px;
 
list-style: none;
 
}
 
 
/*styling for the submenu_selected buttons */
 
.submenu_selected li {
 
width: 90%;
 
margin-left: 10px;
 
margin-bottom: 0px;
 
}
 
 
 
/* hover state for the submenu_selected buttons */
 
.submenu_selected li a {
 
width: 100%;
 
padding: 5px 10px;
 
display: inline-block;
 
border-bottom: 1px solid #d3d3d3;
 
background-color:white;
 
text-decoration:none;
 
color: #000000;
 
}
 
 
 
 
.submenu_selected li a:hover  {
 
background-color:#d8d8d8;
 
color:#000000;
 
}
 
  
 
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
 
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */

Revision as of 20:30, 15 August 2016