Difference between revisions of "Template:2015CSS"

Line 122: Line 122:
 
}
 
}
  
 +
 +
/* this is for the menu in the main page */
 +
 +
.menu-header {
 +
background: #d3d3d3;
 +
margin: auto;
 +
padding: 5px 10px;
 +
border: 1px solid #cccccc;
 +
cursor: pointer;
 +
color: #434343;
 +
border-radius: 5px;
 +
margin-top: 5px;
 +
width: 150px;
 +
}
 +
 +
ul.submenulist li a, ul.submenulist li {
 +
color: #383838;
 +
font-size: 12px;
 +
font-weight: bold;
 +
padding-left: -30px;
 +
border-radius: 5px;
 +
display:block;
 +
padding-bottom: 2px;
 +
}
 +
 +
/* change background color on hover */
 +
ul.submenulist li:hover a, ul.submenulist li:hover {
 +
background-color: #c1dfa6;
 +
text-decoration: none;
 +
border-radius: 5px;
 +
}
  
 
/* styling for all the headers in all the pages */
 
/* styling for all the headers in all the pages */

Revision as of 20:35, 3 February 2015