Difference between revisions of "User:Xporc/common.css"
From Warhammer 40k - Lexicanum
(outline) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | /* Sanity check */ | ||
| + | body { | ||
| + | outline: 5px solid red !important; | ||
| + | } | ||
| + | |||
/* Change color of visited internal wiki links (user-only) */ | /* Change color of visited internal wiki links (user-only) */ | ||
| − | .mw- | + | .mw-body-content a:visited:not(.external):not(.new) { |
| − | color: #6a5acd; | + | color: #6a5acd !important; |
} | } | ||
/* set unvisited internal links (for contrast) */ | /* set unvisited internal links (for contrast) */ | ||
| − | .mw- | + | .mw-body-content a:link:not(.external):not(.new) { |
| − | color: #1a5fb4; | + | color: #1a5fb4 !important; |
} | } | ||
Latest revision as of 15:16, 13 January 2026
/* Sanity check */
body {
outline: 5px solid red !important;
}
/* Change color of visited internal wiki links (user-only) */
.mw-body-content a:visited:not(.external):not(.new) {
color: #6a5acd !important;
}
/* set unvisited internal links (for contrast) */
.mw-body-content a:link:not(.external):not(.new) {
color: #1a5fb4 !important;
}