Difference between revisions of "Template:TeamTemplateA"

Line 124: Line 124:
 
/*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:  #FFF;
 
background-color: #24B694;
 
background-color: #24B694;
 
}
 
}
Line 146: Line 146:
 
/*style the submenu buttons*/
 
/*style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background: #59BF92;  
+
background-color: #59BF92;  
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
Line 181: Line 181:
 
/*Change the styling of text */
 
/*Change the styling of text */
 
#mainContainer p {  
 
#mainContainer p {  
 
 
font-size: 12px;
 
font-size: 12px;
 
color: #000000;
 
color: #000000;
Line 218: Line 217:
  
 
     #contentContainer  td {
 
     #contentContainer  td {
    background-color: #fff;
 
 
     padding: 10px;
 
     padding: 10px;
 
     border: 1px solid #565656;
 
     border: 1px solid #565656;
Line 233: Line 231:
 
     }
 
     }
  
      .highlightBox {
+
    .highlightBox {
        width:500px;  
+
        width:500px;  
        margin:auto;  
+
        margin:auto;  
        background-color: #E8E8E9;  
+
        background-color: #E8E8E9;  
margin-bottom: 15px;
+
margin-bottom: 15px;
margin-top: 15px;
+
margin-top: 15px;
padding: 15px;
+
padding: 15px;
padding-top: 5px;
+
padding-top: 5px;
      }
+
    }
  
  

Revision as of 21:59, 17 February 2015