User:MJL/common.css

From RationalWiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Never Recolor Links */
/* by MJL */
/* Documentation at [[Wikipedia:m:w: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,
.skin-vector div#mw-panel div.portal div.body ul li a:visited {
	color: #0645ad;
}

.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;
}