Difference between revisions of "Template:2015CSS"

Line 147: Line 147:
 
}
 
}
  
 +
/*Styling for the the list item */
 +
#rightColumn_MainPage ul li{
  
/*Style the submenu items*/
+
padding-left: 8px;
ul.submenulist li a, ul.submenulist li {
+
padding-top:10px;
color: #383838;
+
margin-bottom: -1px;
font-size: 12px;
+
 
 +
border: 1px solid #ccc;
 +
border-right: 0px solid white;
 +
border-left: 0px solid white;
 +
 
 +
height:28px;
 
font-weight: bold;
 
font-weight: bold;
padding-left: -30px;
+
color: #565656;
border-radius: 5px;
+
list-style: none;
display:block;
+
 
 +
/*animate transition */
 +
-webkit-transition: background 0.3s linear;
 +
-moz-transition: background 0.3s linear;
 +
-ms-transition: background 0.3s linear;
 +
-o-transition: background 0.3s linear;
 +
transition: background 0.3s linear;
 
}
 
}
+
 
/* For the submenu items, change background color on hover */
+
/*For the list item, changes the color on hover.*/
ul.submenulist li:hover a, ul.submenulist li:hover {
+
#rightColumn_MainPage ul li:hover{
background-color: #c1dfa6;
+
background-color: #76cfac;
text-decoration: none;
+
color: white;
border-radius: 5px;
+
 
}
 
}
 +
  
  

Revision as of 15:38, 18 March 2015