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

User:Arin Mara/Sandbox/AprilFools: Difference between revisions

From EVE University Wiki
Arin Mara (talk | contribs)
No edit summary
Arin Mara (talk | contribs)
No edit summary
Line 20: Line 20:


{{#css:
{{#css:
#bodyContent a{
.mw-parser-output a{
   color: cyan;
   color: cyan;
}
}


#bodyContent a:link {
.mw-parser-output a:link {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}


#bodyContent a:visited {
.mw-parser-output a:visited {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}


#bodyContent a:hover {
.mw-parser-output a:hover {
   text-decoration: underline;
   text-decoration: underline;
   color: cyan;
   color: cyan;
}
}


#bodyContent a:active {
.mw-parser-output a:active {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}
}}
}}