m |
|||
Line 348: | Line 348: | ||
} | } | ||
− | + | .unique { | |
width:100px; | width:100px; | ||
color:#3b5998; | color:#3b5998; | ||
Line 356: | Line 356: | ||
} | } | ||
− | + | .unique:visited { | |
width:100px; | width:100px; | ||
color:#3b5998; | color:#3b5998; | ||
Line 364: | Line 364: | ||
} | } | ||
− | + | .unique:hover { | |
color: white; | color: white; | ||
background-color: #3b5998; | background-color: #3b5998; | ||
Line 370: | Line 370: | ||
} | } | ||
+ | .unique:active { | ||
+ | color: white; | ||
+ | background-color: #3b5998; | ||
+ | text-decoration: none; | ||
+ | } | ||
</style> | </style> |
Revision as of 11:57, 9 July 2016