Difference between revisions of "Template:TeamTemplateA"

Line 68: Line 68:
 
/*Makes all the links the same */
 
/*Makes all the links the same */
 
#menuContainer a {
 
#menuContainer a {
color:white;
+
color: #565656;
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
Line 82: Line 82:
 
/*Styles the list items to become menu buttons */
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {  
 
#menuContainer ul li {  
background-color: #E8E8E9;
 
 
text-align: center;
 
text-align: center;
 
display: block;
 
display: block;
Line 92: Line 91:
 
/*This changes the color when you hover on the menu button*/
 
/*This changes the color when you hover on the menu button*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #1D1313;
+
color:  #FFF;
 +
background-color: #59bf92;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}

Revision as of 18:06, 13 February 2015