Difference between revisions of "MediaWiki:Vector.css"

From LegendMUD
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
h4 .mw-headline { text-decoration:underline; color: red; }
 
h4 .mw-headline { text-decoration:underline; color: red; }
h4 .mw-headline a:link { text-decoration:underline; color: purple; }
+
h4 .mw-headline a { text-decoration:underline; color: purple; }
 
a:visited { text-decoration:underline; color: yellow; }
 
a:visited { text-decoration:underline; color: yellow; }
 
a:hover{ text-decoration:underline; color: red; }
 
a:hover{ text-decoration:underline; color: red; }
 
a:active { text-decoration:underline; color: green; }
 
a:active { text-decoration:underline; color: green; }

Revision as of 21:59, 7 June 2017

/* CSS placed here will affect users of the Vector skin */
h4 .mw-headline { text-decoration:underline; color: red; }
h4 .mw-headline a { text-decoration:underline; color: purple; }
a:visited { text-decoration:underline; color: yellow; }
a:hover{ text-decoration:underline; color: red; }
a:active { text-decoration:underline; color: green; }