MediaWiki:Common.css

来自「荏苒之境」
Sicusa留言 | 贡献2025年8月21日 (四) 00:44的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 这里放置的CSS将应用于所有皮肤 */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+SC%3A200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900%7CNoto+Serif+SC%3Aregular);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Hedvig+Letters+Serif);

@font-face {
   font-family: Gilatod Unicode;
   src: url(https://wiki.gilatod.art/images/2/25/Gilatod_unicode.otf);
   font-weight: normal;
}
@font-face {
   font-family: DoulosSIL Regular;
   src: url(https://gilatod.art/wp-content/uploads/custom_fonts/DoulosSIL-Regular.ttf);
   font-weight: normal;
}

body {
	font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "DoulosSIL Regular", "Gilatod Unicode";
	-webkit-font-smoothing: antialiased;
	tab-size: 4;
}

#mw-scribunto-input {
    font-family: "Courier New", monospace, "DoulosSIL-Regular", "Shohna";
}

.mw-body h1 {
	font-family: "Noto Serif SC", "Noto Serif", "SimSun", "DoulosSIL Regular", "Gilatod Unicode" !important;
}

.mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt,
#p-logo-text a, #personal h2, .mw-body .toctitle h2, input {
	font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "DoulosSIL Regular", "Gilatod Unicode" !important;
}

#mw-site-navigation h2, #mw-related-navigation h2 {
	font-family: "Hedvig Letters Serif", "Noto Serif SC", "SimSun";
	font-size: 1.1em;
}

#mw-content-text {
	font-size: 1.1em;
	line-height: 1.7em;
}

.overflowed {
	margin: 0;
	position: inherit;
}

.wikiEditor-ui-text textarea.mw-editfont-monospace, .screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
	font-size: 13px;
	line-height: 1.5em;
}