MediaWiki:Common.css
MediaWiki界面页面
更多操作
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 应用于所有皮肤的全局样式 */
/* WIKI背景图设置 */
.mw-page-container {
background-image: url("https://wiki.ottohub.cn/images/5/56/Th13_select00.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mw-header {
background-image: url("https://wiki.ottohub.cn/images/e/ed/Th13_front00.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@font-face {
font-family: "SimHei";
src: url("https://c.webfontfree.com/Code/EOT/b1/00/b1001bef64775f292296d337d5ad79f9.eot") format('embedded-opentype');
}
/* 主体字体及文字阴影 */
body {
font-family: 'SimHei', 'SimSun', sans-serif;
filter: blur(0.5px);text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}