MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 333: | Line 333: | ||
color: #C0A080; /* Stylish headers */ | color: #C0A080; /* Stylish headers */ | ||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
} | |||
.mw-parser-output a:link { | |||
color: #7aa9ff; | |||
} | |||
.mw-parser-output a:visited { | |||
color: #c98bff; | |||
} | |||
.mw-parser-output a:hover { | |||
color: #FFD700; | |||
text-shadow: 0 0 3px rgba(255, 215, 0, 0.4); | |||
} | } | ||