Line 35: | Line 35: | ||
/* when hovering on a menu item */ | /* when hovering on a menu item */ | ||
.menu_item:hover { | .menu_item:hover { | ||
− | color: | + | color:white; |
background-color: #B61C1D; | background-color: #B61C1D; | ||
} | } | ||
Line 73: | Line 73: | ||
font-weight:bold; | font-weight:bold; | ||
text-decoration:none; | text-decoration:none; | ||
− | color: | + | color:white; |
list-style-type:none; | list-style-type:none; | ||
cursor:pointer; | cursor:pointer; | ||
Line 93: | Line 93: | ||
.menu_items li:hover { | .menu_items li:hover { | ||
background-color:#B61C1D; | background-color:#B61C1D; | ||
− | color: | + | color: white; |
} | } | ||
Line 128: | Line 128: | ||
background-color:white; | background-color:white; | ||
text-decoration:none; | text-decoration:none; | ||
− | color: | + | color:white; |
} | } | ||
Line 144: | Line 144: | ||
padding: 15px 0px; | padding: 15px 0px; | ||
display:none; | display:none; | ||
− | background-color: | + | background-color:white; |
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; |
Revision as of 20:52, 11 July 2016