Line 36: | Line 36: | ||
/* when hovering on a menu item */ | /* when hovering on a menu item */ | ||
.menu_item:hover { | .menu_item:hover { | ||
− | color:# | + | color:#ffffff; |
− | background-color: # | + | background-color: #4f2984; |
} | } | ||
Line 93: | Line 93: | ||
/* When hovering on a menu item */ | /* When hovering on a menu item */ | ||
.menu_items li:hover { | .menu_items li:hover { | ||
− | background-color:# | + | background-color:#4f2984; |
− | color: # | + | color: #ffffff; |
} | } | ||
Line 135: | Line 135: | ||
.submenu li a:hover { | .submenu li a:hover { | ||
− | background-color:# | + | background-color:#ffffff; |
− | color: # | + | color: #4f2984; |
} | } | ||
Line 145: | Line 145: | ||
padding: 15px 0px; | padding: 15px 0px; | ||
display:none; | display:none; | ||
− | background-color:# | + | background-color:#ffffff; |
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
− | color:# | + | color:#4f2984; |
cursor:pointer; | cursor:pointer; | ||
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
Line 159: | Line 159: | ||
/* when hovering on that button */ | /* when hovering on that button */ | ||
.collapsable_menu_control:hover { | .collapsable_menu_control:hover { | ||
− | background-color: # | + | background-color: #4f2984; |
− | color:# | + | color:#ffffff; |
} | } | ||
Line 211: | Line 211: | ||
.judges-will-not-evaluate { | .judges-will-not-evaluate { | ||
− | border: 4px solid # | + | border: 4px solid #7849b9; |
display: block; | display: block; | ||
margin: 5px 15px; | margin: 5px 15px; | ||
Line 225: | Line 225: | ||
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
− | color:# | + | color:#7849b9; |
} | } | ||
Line 246: | Line 246: | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
− | text-decoration-color:# | + | text-decoration-color:#7849b9; |
− | color: # | + | color: #7849b9; |
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
-moz-transition: all 0.4s ease; | -moz-transition: all 0.4s ease; | ||
Line 306: | Line 306: | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
− | background-color: # | + | background-color: #7849b9; |
cursor:pointer; | cursor:pointer; | ||
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
Line 318: | Line 318: | ||
.button_click:hover { | .button_click:hover { | ||
background-color:#000000; | background-color:#000000; | ||
− | color:# | + | color:#7849b9; |
} | } | ||
Revision as of 01:00, 30 June 2016