Difference between revisions of "User:Xporc/common.css"
From Warhammer 40k - Lexicanum
(My own CSS page.) |
|||
| Line 1: | Line 1: | ||
| − | .mw-parser-output a. | + | /* Change color of visited internal wiki links (user-only) */ |
| − | .mw-parser-output a: | + | .mw-parser-output a:visited:not(.external):not(.new) { |
| − | color: # | + | color: #6a5acd; |
| + | } | ||
| + | |||
| + | /* set unvisited internal links (for contrast) */ | ||
| + | .mw-parser-output a:link:not(.external):not(.new) { | ||
| + | color: #1a5fb4; | ||
} | } | ||
Revision as of 15:09, 13 January 2026
/* Change color of visited internal wiki links (user-only) */
.mw-parser-output a:visited:not(.external):not(.new) {
color: #6a5acd;
}
/* set unvisited internal links (for contrast) */
.mw-parser-output a:link:not(.external):not(.new) {
color: #1a5fb4;
}