Difference between revisions of "MediaWiki:Common.css"
From Wulfgard Wiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | a:link { | ||
+ | color: #08a500; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | color: #045b00; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
+ | color: #08a500; | ||
+ | } | ||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | color: #0cff00; | ||
+ | } |
Revision as of 23:59, 13 May 2014
/* CSS placed here will be applied to all skins */ a:link { color: #08a500; text-decoration: none; } a:visited { text-decoration: none; color: #045b00; } a:hover { text-decoration: underline; color: #08a500; } a:active { text-decoration: none; color: #0cff00; }