More actions
m Coding and testing. |
m →Test: coding and testing |
||
| Line 46: | Line 46: | ||
== Test == | == Test == | ||
{{#css: | |||
/* Turns all links Gallente green */ | |||
.mw-parser-output a { | |||
text-decoration: underline; | |||
color: yellow; | |||
} | |||
.mw-parser-output a:link, | |||
.mw-parser-output a:visited, | |||
.mw-parser-output a:hover, | |||
.mw-parser-output a:active { | |||
text-decoration: underline; | |||
color: yellow; | |||
} | |||
}} | |||
[[Vexor]] | |||