m |
m |
||
Line 348: | Line 348: | ||
} | } | ||
− | + | .unique { | |
− | width: | + | width:200px; |
color:#3b5998; | color:#3b5998; | ||
background-color:transparent; | background-color:transparent; | ||
Line 356: | Line 356: | ||
} | } | ||
− | .unique | + | .unique:hover { |
color: white; | color: white; | ||
background-color: #3b5998; | background-color: #3b5998; | ||
Line 362: | Line 362: | ||
} | } | ||
− | .unique1 | + | .unique1 { |
width:80px; | width:80px; | ||
color:#4099FF; | color:#4099FF; | ||
Line 370: | Line 370: | ||
} | } | ||
− | .unique1 | + | .unique1:hover { |
width:80px; | width:80px; | ||
color: white; | color: white; | ||
Line 377: | Line 377: | ||
} | } | ||
− | + | .unique a { | |
+ | padding:0; | ||
+ | width:100px; | ||
+ | color:#3b5998; | ||
+ | background-color:white; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique a:hover { | ||
+ | width:100px; | ||
+ | color: white; | ||
+ | background-color: #3b5998; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .unique1 a { | ||
+ | width:100px; | ||
+ | color:#4099FF; | ||
+ | background-color:transparent; | ||
+ | font-family:"Arial Black"; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .unique1 a:hover { | ||
+ | width:100px; | ||
+ | color: white; | ||
+ | background-color: #4099FF; | ||
+ | text-decoration: none; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 10:22, 9 July 2016