MediaWiki:Common.css: Difference between revisions
From JoS Wiki
(external links orange) |
m (clarification) |
||
| Line 2: | Line 2: | ||
/* Color of all visited internal links */ | |||
a:visited { | a:visited { | ||
color: #ff812d; | color: #ff812d; | ||
} | } | ||
/* Relative size of all hyperlinks */ | |||
a { | a { | ||
font-size: 1.05em; | font-size: 1.05em; | ||
| Line 12: | Line 13: | ||
/* Color of all visited external links */ | |||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | ||
color: #ff812d; | color: #ff812d; | ||
} | } | ||
Revision as of 11:31, 16 August 2022
/* CSS placed here will be applied to all skins */
/* Color of all visited internal links */
a:visited {
color: #ff812d;
}
/* Relative size of all hyperlinks */
a {
font-size: 1.05em;
}
/* Color of all visited external links */
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #ff812d;
}
