Difference between revisions of "MediaWiki:Common.css"
| Line 16: | Line 16: | ||
.color2 a:hover { | .color2 a:hover { | ||
/* VISITED LINKS */ | /* VISITED LINKS */ | ||
| − | color: # | + | color: #4f2020; |
text-decoration: none; | text-decoration: none; | ||
text-shadow: #16a92d 0 0 10px; | text-shadow: #16a92d 0 0 10px; | ||
| Line 22: | Line 22: | ||
a: visited, | a: visited, | ||
.color2 a:visited { | .color2 a:visited { | ||
| − | color: # | + | color: #4f2020; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
| Line 28: | Line 28: | ||
.color2 a:visited:hover { | .color2 a:visited:hover { | ||
/* NEW LINKS */ | /* NEW LINKS */ | ||
| − | color: # | + | color: #772f2f; |
text-decoration: none; | text-decoration: none; | ||
text-shadow: #16a92d 0 0 10px; | text-shadow: #16a92d 0 0 10px; | ||
| Line 38: | Line 38: | ||
.color2 a.new:hover { | .color2 a.new:hover { | ||
/* Mists countdown background */ | /* Mists countdown background */ | ||
| − | color: # | + | color: #772f2f!important; |
text-decoration: none; | text-decoration: none; | ||
text-shadow: #16a92d 0 0 5px !important; | text-shadow: #16a92d 0 0 5px !important; | ||
} | } | ||
Revision as of 23:00, 16 September 2017
/* CSS placed here will be applied to all skins */
.wrap {
white-space: pre-wrap;
}
/*** LINK HOVERING ***/
/****************************/
/*UNVISITED LINKS */
a,
.color2 a {
color: #70b8ff;
}
a: hover,
.color2 a:hover {
/* VISITED LINKS */
color: #4f2020;
text-decoration: none;
text-shadow: #16a92d 0 0 10px;
}
a: visited,
.color2 a:visited {
color: #4f2020;
text-decoration: none;
}
a: visited: hover,
.color2 a:visited:hover {
/* NEW LINKS */
color: #772f2f;
text-decoration: none;
text-shadow: #16a92d 0 0 10px;
}
a.new {
color: #871611 !important;
}
a.new: hover,
.color2 a.new:hover {
/* Mists countdown background */
color: #772f2f!important;
text-decoration: none;
text-shadow: #16a92d 0 0 5px !important;
}