用户:GuoPC/common.css

来自萌娘文库
< 用户:GuoPC
GuoPC讨论 | 贡献2022年8月31日 (三) 19:28的版本 (CSS for all skins)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* Customized fonts */
.diff-context div, .diff-addedline div, .diff-deletedline div, .diffchange, .mw-charinsert-item {font-family: monospace;}

/* Colored edit abbrs & Alignments for changes */
.newpage {color: green;}
.minoredit {color: gray;}
.botedit, .minoredit, .newpage {
	display: inline-block;
	font-family: "Glow Sans SC Compressed", sans-serif;
	margin-right: -4px;
	transform: scaleX(70%);
}

/* Colored selections */
::selection {
	background: #0174F9;
	color: #FFF;
}
.diff-context ::selection {
	background: #6C7A96;
	color: #FFF;
}
.diff-deletedline ::selection {
	background: #FFBF13;
	color: #FFF;
}
.diff-addedline ::selection {
	background: #0688FF;
	color: #FFF;
}

/* Become rounded */
code, fieldset, pre, 
.mw-body, .mw-warning-with-logexcerpt, .navbox, .navpopup, .template-documentation, 
#catlinks, #mw-changeslist-legend, #toc {border-radius: 2px;}
#bottomRightCorner div {border-radius: 2px 0 0 2px;}
.editOptions {border-radius: 0 0 2px 2px;}

/* Customized usergroups */
.markrights-scripteditor::after {content: "稿" !important;}
.markrights-flood::after {content: "洪" !important;}

/* Other */
h4 {font-size: 1.1em !important;}
.diff-addedline, .diff-deletedline, .diff-context {vertical-align: middle;}
.unpatrolled {opacity: 0.6;}