|
|
Line 1: |
Line 1: |
| /* 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;
| |
| }
| |