Difference between revisions of "MediaWiki:Vector.css"
From Wulfgard Wiki
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| + | |||
| + | 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:56, 13 May 2014
/* CSS placed here will affect users of the Vector skin */
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;