User:MJL/common.css

From DCRC Wiki
< User:MJL
Revision as of 05:47, 7 August 2021 by MJL (talk | contribs) (cmt out red)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Never Recolor Links */
/* by MJL */
/* Documentation at [[wikipedia:User:MJL/NeverRecolorLinks]] */

/* Always Blue Links */
a:visited,
#mw-panel .portal .body li a:visited,
.skin-vector .vector-menu-portal .body li a:visited,
.skin-vector .vector-menu-content li a:visited {
	color: #99BFFF;
}

.external:visited, .extiw:visited {
	color: #36b!important;
}

/* Minerva */
.skin-minerva a:visited {
	color: #3366cc;
}

.skin-minerva .external:visited,
.skin-minerva .extiw:visited {
	color: #3366cc!important;
}

.skin-minerva .last-modified-bar a:visited,
.skin-minerva .page-actions-menu__list-item a:visited {
	color: #54595d!important;
}

.skin-minerva .last-modified-bar.active a:visited,
.skin-minerva .notification-count.notification-unseen {
	color: #fff!important;
}

/* Always Red Links */
a.new:visited,
#p-personal a.new:visited {
	/* color:#ba0000; */
}

.wikipagelink {
	/* color: #0000ee!important; */
}

.skin-vector .vector-menu-tabs .new a:visited {
	/* color: #a55858; */
}

/* Always Black links */
/* .skin-vector .vector-menu-tabs .selected a:visited ,*/
.skin-minerva .ext-related-articles-card-list a:visited {
	color: #202122;
}

/* Adding support for Modern */
.skin-modern #mw_portlets .portlet .pbody a:visited,
.skin-modern #mw_contentwrapper a:visited,
.skin-modern a:visited {
	color: #036;
}

/* Always Gray links */
.skin-modern .mw-footer a,
.skin-modern .mw-footer a:hover,
.skin-modern .mw-footer a:visited {
	color: #444!important;
}