User:A2569875/global.css

From Meta, a Wikimedia project coordination wiki

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.
@import url('//zh.wikipedia.org/w/index.php?title=User:A2569875-sandbox/MyPopups.css&action=raw&ctype=text/css');
/**
 * a2569875's link styles
 * version type "zero kara"
 * CC BY-SA 3.0
 * @revision 0.1 (2017-03-23)
 * @author a2569875
 */

/* Display links to redirect pages in cyan */
a.mw-redirect { color: #00bfff; }
a.mw-redirect:visited { color: #0099cd; }

.skin-vector-2022 .vector-display-2022-none {
	display: none;
}
.vector-display-2022-watchlist {
	padding: 0 4px 0 4px;
}
.skin-vector-2022 .vector-display-2022-watchlist {
	padding: 0;
}

/* Display links to disambiguation pages in orange */
a.mw-disambig.mw-disambig { color: #ff8921; }
a.mw-disambig.mw-disambig:visited { color: #d2711b; }
a.mw-redirect.mw-disambig { color: #ff6421; }
a.mw-redirect.mw-disambig:visited { color: #d2521b; }

/* BUG.... */
/*
a[href*="%E5%88%97%E8%A1%A8"] { color: #d9d900; }
a[href*="%E5%88%97%E8%A1%A8"]:visited { color: #c0c000; }
a[href*="List_of"] { color: #d9d900; }
a[href*="List_of"]:visited { color: #c0c000; }
*/

/* logout warning */
#pt-logout a { color: #ff0000; background-color: yellow;}
#pt-logout a:active { color: #EB9D00; background-color: #ff8921;}
#pt-logout a:hover { color: #EB9D00; background-color: red;}

#pt-logout { color: #ff0000; background-color: yellow;}
#pt-logout:active { color: #EB9D00; background-color: #ff8921;}
#pt-logout:hover { color: #EB9D00; background-color: red;}

/* Display other link in pink/green */
a.extiw { color: #00e21b; }
a.external { color: #c926ff; }
.mw-body-content a.extiw, a.extiw:hover { color: #00e21b; }
.mw-body-content a.external, a.external:hover, #collapseButton0 { color: #c926ff; }
.mw-body-content a.extiw:visited, a.extiw:visited { color: #00c918; }
a.external:visited, .mw-body-content a.external:visited, #collapseButton1, #collapseButton2 , #collapseButton3 { color: #a300d9; }

a[href^="/Special:"],a[href^="/index.php?title=Special:"] { color: #ebc400; }
a[href^="/Special:"]:visited,a[href^="/index.php?title=Special:"]:visited { color: #e1bb00; }
a.new[href^="/Special:"] { color: #ba0000; }
a[href^="/wiki/Special:"],a[href^="/w/index.php?title=Special:"] { color: #ebc400; }
a[href^="/wiki/Special:"]:visited,a[href^="/w/index.php?title=Special:"]:visited { color: #e1bb00; }
a.new[href^="/wiki/Special:"] { color: #ba0000; }

/* Display self link in brown */
.selflink { color: #663300; }
.selflink:hover { cursor: pointer; color: #663300; text-decoration: underline; }
.selflink:active { cursor: pointer; color: #EB9D00; text-decoration: underline; }

/* Display user link in atrovirens color */
.mw-userlink { color: #61804B; }
a.mw-userlink,a.mw-usertoollinks-talk,a.mw-usertoollinks-contribs { color: #61804B; }
a.mw-userlink.new,a.mw-usertoollinks-talk.new { color: #ba0000; }

a.mw-userlink:visited,a.mw-usertoollinks-talk:visited,a.mw-usertoollinks-contribs:visited { color: #496038; }
a.mw-userlink.new:visited,a.mw-usertoollinks-talk.new:visited { color: #a55858; }

a.mw-redirect:active,
a.mw-disambig:active,
.mw-body-content a.external:active, 
.mw-body-content a.extiw:active, 
a.mw-userlink:active, 
a.mw-usertoollinks-talk:active, 
a.mw-usertoollinks-contribs:active { color: #EB9D00; }

/* other */
td.diff-addedline, td.diff-deletedline, td.diff-context {
	font-family: monospace;
	font-size: inherit;
}