Jump to content

User:Vanished user 1929210/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url(//meta.wikimedia.org/w/index.php?title=User:逆襲的天邪鬼/rotcev.css&action=raw&ctype=text/css);
@import url(//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-responsiveContentBase.css&action=raw&ctype=text/css);

body, #firstHeading, .mw-headline, #mw-previewheader, input, button, select {
    font-family: "Raleway", "cwTeXHei", "PingFang TC", "Microsoft YaHei", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

#wpTextbox1, #Wikiplus-Quickedit, 
#wpFilterRules, #wpFilterNotes, #wpTestFilter, #wpTestExpr,
.wikiEditor-ui {
    font-family: "Source Code Pro", "Consolas", "Monaco", "Menlo", "PingFang TC", "Microsoft YaHei", "Noto Sans TC", "Noto Sans SC", monospace;
    font-size: 15px !important;
    color: #333;
    line-height: 1.4 !important;
    letter-spacing: -0.3px;
    -webkit-text-stroke-width: 0;
}

pre, code {
    font-family: "Source Code Pro", "Consolas", "Monaco", "Menlo", "PingFang TC", "Microsoft YaHei", "Noto Sans TC", "Noto Sans SC", monospace;
}

.mw-editfont-default:not(textarea) {
    font-family: "Source Code Pro", "Consolas", "Monaco", "Menlo", "PingFang TC", "Microsoft YaHei", "Noto Sans TC", "Noto Sans SC", monospace;
    font-size: 13px;
}

.CodeMirror {
    border: 1px solid #c0c0c0;
    font-family: "Source Code Pro", "Consolas", "Monaco", "Menlo", "PingFang TC", "Microsoft YaHei", "Noto Sans TC", "Noto Sans SC", monospace !important;
}

/*
 * 隱藏已經讀過N編的提醒
 */
#talkpagetext, .mw-editTools, #editpage-copywarn,
.editpage-head-copywarn, #newarticletext {
    display: none;
}

/*
#Wikiplus-Quickedit-Back, #Wikiplus-Quickedit-Jump {
    display: none;
}
*/

.Wikiplus-InterBox-Content > div {
    padding-top: 7px;
}

/*
 * Flow
 */
.flow-topic {
    font-family: "Raleway", "PingFang TC", "Microsoft YaHei", sans-serif;
}

/*
 * 简体中文直接用雅黑
 */
html[lang="zh-CN"] body,
html[lang="zh-CN"] #firstHeading,
html[lang="zh-CN"] .mw-headline,
html[lang="zh-CN"] #mw-previewheader,
html[lang="zh-CN"] input,
html[lang="zh-CN"] button,
html[lang="zh-CN"] select {
    font-family: "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html[lang="zh-CN"] #wpTextbox1,
html[lang="zh-CN"] #Wikiplus-Quickedit {
    font-family: "Source Code Pro", "Consolas", "PingFang SC", "Microsoft YaHei", monospace;
}

html[lang="zh-CN"] pre,
html[lang="zh-CN"] code {
    font-family: "Source Code Pro", "Consolas", "PingFang SC", "Microsoft YaHei", monospace;
}

[lang="zh-CN"] {
    font-family: "Raleway", "PingFang SC", "Microsoft YaHei", sans-serif;
}

/*
 * 日本語的出力
 */
html[lang="ja"] body,
html[lang="ja"] #firstHeading,
html[lang="ja"] .mw-headline,
html[lang="ja"] #mw-previewheader,
html[lang="ja"] input,
html[lang="ja"] button,
html[lang="ja"] select {
    font-family: "Raleway", "Meiryo", "Noto Sans CJK JP", sans-serif;
}

html[lang="ja"] #wpTextbox1,
html[lang="ja"] #Wikiplus-Quickedit {
    font-family: "Source Code Pro", "Consolas", "Meiryo", "Noto Sans CJK JP", monospace;
}

html[lang="ja"] pre,
html[lang="ja"] code {
    font-family: "Source Code Pro", "Consolas", "Meiryo", "Noto Sans CJK JP", monospace;
}

.ja, [lang="ja"] {
    font-family: "Raleway", "Meiryo", sans-serif;
}