MediaWiki:Common.css:修订间差异

来自「荏苒之境」
无编辑摘要
 
无编辑摘要
标签已被回退
第31行: 第31行:


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

2025年8月21日 (四) 19:18的版本

/* 这里放置的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, .tooltipster-content {
	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;
}