m |
m |
||
Line 114: | Line 114: | ||
} | } | ||
+ | .unique { | ||
+ | width:95px; | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique:hover { | ||
+ | width:95px; | ||
+ | background-color: #3b5998; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique a{ | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .unique:hover a{ | ||
+ | background-color: #3b5998; | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique1 { | ||
+ | width:75px; | ||
+ | color:#4099FF; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique1:hover { | ||
+ | width:75px; | ||
+ | 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; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Revision as of 11:12, 11 July 2016