Line 300: | Line 300: | ||
} | } | ||
− | + | .special a:link { | |
padding:0; | padding:0; | ||
background: gold; | background: gold; | ||
Line 306: | Line 306: | ||
} | } | ||
− | + | .special a:visited { | |
padding:0; | padding:0; | ||
background: gold; | background: gold; | ||
Line 366: | Line 366: | ||
} | } | ||
+ | h3.unique { | ||
+ | width:140px; | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h3.unique:hover { | ||
+ | width:140px; | ||
+ | background-color: #3b5998; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h3.unique a:link{ | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | h3.unique a:visited{ | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | h3.unique:hover a:link{ | ||
+ | background-color: #3b5998; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | transition: all 0.4s ease | ||
+ | } | ||
+ | |||
+ | h3.unique:hover a:visited{ | ||
+ | background-color: #3b5998; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | transition: all 0.4s ease | ||
+ | } | ||
+ | |||
+ | .unique1 { | ||
+ | width:110px; | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique1:hover { | ||
+ | width:110px; | ||
+ | background-color: #4099FF; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique1 a{ | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .unique1:hover a{ | ||
+ | background-color: #4099FF; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | transition: all 0.4s ease | ||
+ | } | ||
+ | |||
body{ | body{ |
Revision as of 10:50, 13 September 2016