MediaWiki:Common.css: Difference between revisions
From JoS Wiki
(external links orange) |
Blitzkreig (talk | contribs) No edit summary |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
/* Color of all visited internal links */ | |||
a:visited { | a:visited { | ||
color: # | color: #7540f1; | ||
} | } | ||
/* Relative size of all hyperlinks */ | |||
a { | a { | ||
font-size: 1. | font-size: 1.1em; | ||
} | } | ||
/* Color of all visited external links */ | |||
.extiw {color: #ff812d} | .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | ||
color: #ff812d; | |||
} | |||
Latest revision as of 02:46, 5 September 2022
/* CSS placed here will be applied to all skins */
/* Color of all visited internal links */
a:visited {
color: #7540f1;
}
/* Relative size of all hyperlinks */
a {
font-size: 1.1em;
}
/* Color of all visited external links */
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #ff812d;
}
