Difference between revisions of "User:Xporc/common.css"

From Warhammer 40k - Lexicanum
Jump to: navigation, search
(My own CSS page.)
 
Line 1: Line 1:
.mw-parser-output a.mw-selflink:visited,
+
/* Change color of visited internal wiki links (user-only) */
.mw-parser-output a:visited:not(.external) {
+
.mw-parser-output a:visited:not(.external):not(.new) {
   color: #7a3db8;
+
  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;
}