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:
body a:hover { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='red' /%3E%3C/svg%3E "), pointer; }
a{
a{
   color: red;
   color: cyan;
background-color: yellow;
}
}


a:link {
a:link {
   text-decoration: none;
   text-decoration: none;
   color: red;
   color: cyan;
background-color: yellow;
}
}


a:visited {
a:visited {
   text-decoration: none;
   text-decoration: none;
   color: red;
   color: cyan;
background-color: yellow;
}
}


a:hover {
a:hover {
   text-decoration: underline;
   text-decoration: underline;
   color: red;
   color: cyan;
background-color: yellow;
}
}


a:active {
a:active {
   text-decoration: none;
   text-decoration: none;
   color: red;
   color: cyan;
background-color: yellow;
}
}
}}
}}