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{
#bodyContent a{
   color: cyan;
   color: cyan;
}
}


bodyContent > a:link {
#bodyContent a:link {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}


bodyContent > a:visited {
#bodyContent a:visited {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}


bodyContent > a:hover {
#bodyContent a:hover {
   text-decoration: underline;
   text-decoration: underline;
   color: cyan;
   color: cyan;
}
}


bodyContent > a:active {
#bodyContent a:active {
   text-decoration: none;
   text-decoration: none;
   color: cyan;
   color: cyan;
}
}
}}
}}