Difference between revisions of "Template:TeamTemplateA"

Line 71: Line 71:
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
}
 
 
#menuContainer a:hover {
 
color: #FFF;
 
 
}
 
}
  
Line 109: Line 105:
 
/*Shows the submenus once you hover*/
 
/*Shows the submenus once you hover*/
 
#menuContainer li:hover ul {
 
#menuContainer li:hover ul {
display: block;  
+
display: inline-block;  
 
position: absolute;  
 
position: absolute;  
 +
float:right;
 +
margin-left: 37px;
 +
margin-top:-23px;
 
  }
 
  }
  
 
/*style the submenu buttons*/
 
/*style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background: #14747D;  
+
background: #59BF92;  
width:93px;
+
padding-left:20px;
 +
padding-right:20px;
 
margin-top:-1px;
 
margin-top:-1px;
 +
color: #565656;
 
}
 
}
  

Revision as of 18:15, 13 February 2015