Difference between revisions of "MediaWiki:Common.css"
Line 11: | Line 11: | ||
a, | a, | ||
.color2 a { | .color2 a { | ||
− | color: # | + | color: #194668; |
} | } | ||
a: hover, | a: hover, | ||
Line 18: | Line 18: | ||
color: #132d3f; | color: #132d3f; | ||
text-decoration: none; | text-decoration: none; | ||
− | text-shadow: # | + | text-shadow: #2783ad 0 0 8px; |
} | } | ||
a: visited, | a: visited, | ||
Line 30: | Line 30: | ||
color: #204b6b; | color: #204b6b; | ||
text-decoration: none; | text-decoration: none; | ||
− | text-shadow: # | + | text-shadow: #2783ad 0 0 8px; |
} | } | ||
a.new { | a.new { | ||
Line 39: | Line 39: | ||
color: #194668!important; | color: #194668!important; | ||
text-decoration: none; | text-decoration: none; | ||
− | text-shadow: # | + | text-shadow: #2783ad 0 0 8px !important; |
} | } |
Revision as of 00:57, 22 September 2017
/* CSS placed here will be applied to all skins */ .wrap { white-space: pre-wrap; } /*** LINK HOVERING ***/ /****************************/ /*UNVISITED LINKS */ a, .color2 a { color: #194668; } a: hover, .color2 a:hover { /* VISITED LINKS */ color: #132d3f; text-decoration: none; text-shadow: #2783ad 0 0 8px; } a: visited, .color2 a:visited { color: #18384f; text-decoration: none; } a: visited: hover, .color2 a:visited:hover { /* NEW LINKS */ color: #204b6b; text-decoration: none; text-shadow: #2783ad 0 0 8px; } a.new { color: #871611 !important; } a.new: hover, .color2 a.new:hover { color: #194668!important; text-decoration: none; text-shadow: #2783ad 0 0 8px !important; }