Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Sandbox: Difference between revisions

From EVE University Wiki
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]]