Difference between revisions of "MediaWiki:Vector.css"
From Wulfgard Wiki
| Line 16: | Line 16: | ||
text-decoration: none; | text-decoration: none; | ||
color: #0cff00; | color: #0cff00; | ||
| + | } | ||
Latest revision as of 23:59, 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;
}