Difference between revisions of "Team:BroadRun-NorthernVA"
Line 64: | Line 64: | ||
#mainContainer p { | #mainContainer p { | ||
font-size: 13px; | font-size: 13px; | ||
− | color: #000000; | + | color: ##000000; |
} | } | ||
Line 84: | Line 84: | ||
/* 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: # | + | color: #FFFFFF |
} | } | ||
Line 122: | Line 122: | ||
/*Styling for the links in the menu */ | /*Styling for the links in the menu */ | ||
#menuContainer a { | #menuContainer a { | ||
− | color: # | + | color: #FFFFFF; |
text-decoration:none; | text-decoration:none; | ||
font-weight: bold; | font-weight: bold; | ||
Line 144: | Line 144: | ||
/*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: # | + | color: #FFFFFF; |
− | background-color: # | + | background-color: #000000; |
} | } | ||
Line 167: | Line 167: | ||
/*Style the submenu buttons*/ | /*Style the submenu buttons*/ | ||
#menuContainer li ul li{ | #menuContainer li ul li{ | ||
− | background-color: # | + | background-color: #800000; |
padding-left:20px; | padding-left:20px; | ||
padding-right:20px; | padding-right:20px; | ||
Line 173: | Line 173: | ||
padding-top:10px; | padding-top:10px; | ||
margin-top:-2px; | margin-top:-2px; | ||
− | color: # | + | color: #FFFFFF; |
width: 150px; | width: 150px; | ||
} | } |
Revision as of 18:43, 6 September 2015