Difference between revisions of "User:Jestie/Page.css"
m (final edit i'm just simplifying the css a bit) |
m (i have hereby decided i would like purple links) |
||
Line 6: | Line 6: | ||
* { font-family: "Comic Sans MS", "Comic Sans", cursive; | * { font-family: "Comic Sans MS", "Comic Sans", cursive; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color:#9b3bf5 !important; | ||
+ | } | ||
+ | a:hover, a:focus { | ||
+ | text-decoration: underline; | ||
+ | text-shadow: 0 0 #9b3bf5; | ||
} | } |
Revision as of 02:49, 12 November 2024
.mw-wiki-logo { background-image: url("/w/images/7/76/User_Jestie_TFWiki_Logo.png"); } li#pt-userpage { background-image: url('/w/images/6/62/User_Jestie_Pebbles_Penguin.png') !important; } * { font-family: "Comic Sans MS", "Comic Sans", cursive; } a { color:#9b3bf5 !important; } a:hover, a:focus { text-decoration: underline; text-shadow: 0 0 #9b3bf5; }