MediaWiki:Common.css:修订间差异
来自「荏苒之境」
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的25个中间版本) | |||
第6行: | 第6行: | ||
@font-face { | @font-face { | ||
font-family: Gilatod Fonts; | |||
font-weight: normal; | |||
src: url(https://wiki.gilatod.art/images/2/25/Gilatod_unicode.otf); | |||
} | } | ||
body { | body { | ||
font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun | font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "Gilatod Fonts"; | ||
font-smooth: always; | |||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | |||
tab-size: 4; | tab-size: 4; | ||
} | } | ||
#mw-scribunto-input { | #mw-scribunto-input { | ||
font-family: "Courier New", monospace, " | font-family: "Courier New", monospace, "Gilatod Fonts"; | ||
} | } | ||
.mw-body h1 { | /*.mw-body h1 {*/ | ||
/* font-family: "Noto Serif SC", "SimSun", "Gilatod Fonts";*/ | |||
} | /*}*/ | ||
.mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, | .mw-body h1, .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, | ||
font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun | .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2 h2, | ||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section h2, | |||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2, | |||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section { | |||
font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "Gilatod Fonts" !important; | |||
} | } | ||
第40行: | 第41行: | ||
} | } | ||
.mw-body-content { | |||
font-size: 1.1em; | font-size: 1.1em; | ||
line-height: 1. | line-height: 1.65em; | ||
} | } | ||
第53行: | 第54行: | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | |||
.ve-ce-focusableNode-invisibleIcon-selectionMask { | |||
display: none; | |||
} | |||
rt { | |||
font-size: 50%; | |||
margin-top: 2px; | |||
} | } |
2025年8月31日 (日) 20:29的最新版本
/* 这里放置的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 Fonts;
font-weight: normal;
src: url(https://wiki.gilatod.art/images/2/25/Gilatod_unicode.otf);
}
body {
font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "Gilatod Fonts";
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
tab-size: 4;
}
#mw-scribunto-input {
font-family: "Courier New", monospace, "Gilatod Fonts";
}
/*.mw-body h1 {*/
/* font-family: "Noto Serif SC", "SimSun", "Gilatod Fonts";*/
/*}*/
.mw-body h1, .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,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2 h2,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section h2,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section {
font-family: "Hedvig Letters Serif", "Noto Serif", "Noto Serif SC", "SimSun", "Gilatod Fonts" !important;
}
#mw-site-navigation h2, #mw-related-navigation h2 {
font-family: "Hedvig Letters Serif", "Noto Serif SC", "SimSun";
font-size: 1.1em;
}
.mw-body-content {
font-size: 1.1em;
line-height: 1.65em;
}
.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;
}
.ve-ce-focusableNode-invisibleIcon-selectionMask {
display: none;
}
rt {
font-size: 50%;
margin-top: 2px;
}