m |
m |
||
Line 379: | Line 379: | ||
− | + | .unique:hover a{ | |
background-color: #3b5998; | background-color: #3b5998; | ||
color: white; | color: white; | ||
Line 385: | Line 385: | ||
} | } | ||
+ | .unique:link { | ||
+ | width:80px; | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique:visited { | ||
+ | width:80px; | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | .unique:hover { | ||
+ | width:80px; | ||
+ | background-color: #4099FF; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique a{ | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .unique:hover a{ | ||
+ | background-color: #4099FF; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
</style> | </style> |
Revision as of 12:34, 9 July 2016