Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
h4 .mw-headline { text-decoration:underline; font-color: red; } | h4 .mw-headline { text-decoration:underline; font-color: red; } | ||
h4 .mw-headline a:link { text-decoration:underline; font-color: blue; } | h4 .mw-headline a:link { text-decoration:underline; font-color: blue; } | ||
− | a:link { text-decoration:underline; font-color: | + | .new { text-decoration:underline; font-color: blue; } |
+ | a:link { text-decoration:underline; font-color: purple; } | ||
a:visited { text-decoration:underline; font-color: purple; } | a:visited { text-decoration:underline; font-color: purple; } | ||
a:hover { text-decoration:underline; font-color: green; } | a:hover { text-decoration:underline; font-color: green; } | ||
a:active { text-decoration:underline; font-color: yellow; } | a:active { text-decoration:underline; font-color: yellow; } |
Revision as of 21:46, 7 June 2017
/* CSS placed here will affect users of the Vector skin */
h4 .mw-headline { text-decoration:underline; font-color: red; }
h4 .mw-headline a:link { text-decoration:underline; font-color: blue; }
.new { text-decoration:underline; font-color: blue; }
a:link { text-decoration:underline; font-color: purple; }
a:visited { text-decoration:underline; font-color: purple; }
a:hover { text-decoration:underline; font-color: green; }
a:active { text-decoration:underline; font-color: yellow; }