Difference between revisions of "Template:RHIT"

Line 64: Line 64:
 
#mainContainer p {  
 
#mainContainer p {  
 
font-size: 20px;
 
font-size: 20px;
color: #565656;
+
color: #efefef;
 
}
 
}
 
 
 
/*This changes the color and font family */
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
color: #000000;
+
color: #efefef;
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
Line 85: Line 85:
 
  /* Styling links on hover- links are different inside the menu */
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover {  
 
#contentContainer a:hover {  
color: #59bf92;
+
color: #d46d30;
 
}
 
}
  
Line 145: Line 145:
 
/*For the menu buttons, changes the color when hovering*/
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #000000;
+
color:  #d46d30;
background-color: #B81C1C;
+
background-color: #64afb3;
 
}
 
}
  
Line 168: Line 168:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #04B404;  
+
background-color: #64afb3;  
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
Line 174: Line 174:
 
padding-top:10px;
 
padding-top:10px;
 
margin-top:-2px;
 
margin-top:-2px;
color: #000000;
+
color: #d46d30;
 
width: 150px;
 
width: 150px;
 
}
 
}

Revision as of 15:44, 12 June 2015