User:MJL/common.css: Difference between revisions
< User:MJL
Jump to navigation
Jump to search
(Created page with "→Never Recolor Links: →by MJL: →Documentation at [[wikipedia:User:MJL/NeverRecolorLinks]]: →Always Blue Links: a:visited, #mw-panel .portal .body li a:visited...") |
m (fix things) |
||
Line 8: | Line 8: | ||
.skin-vector .vector-menu-portal .body li a:visited, | .skin-vector .vector-menu-portal .body li a:visited, | ||
.skin-vector .vector-menu-content li a:visited { | .skin-vector .vector-menu-content li a:visited { | ||
color: # | color: #99BFFF; | ||
} | } | ||
Line 42: | Line 42: | ||
.wikipagelink { | .wikipagelink { | ||
color: #0000ee!important; | /* color: #0000ee!important; */ | ||
} | } | ||
.skin-vector .vector-menu-tabs .new a:visited { | .skin-vector .vector-menu-tabs .new a:visited { | ||
color: #a55858; | /* color: #a55858; */ | ||
} | } | ||
/* Always Black links */ | /* Always Black links */ | ||
.skin-vector .vector-menu-tabs .selected a:visited, | /* .skin-vector .vector-menu-tabs .selected a:visited ,*/ | ||
.skin-minerva .ext-related-articles-card-list a:visited { | .skin-minerva .ext-related-articles-card-list a:visited { | ||
color: #202122; | color: #202122; |
Revision as of 05:46, 7 August 2021
/* 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;
}