“MediaWiki:Common.css”的版本间的差异

来自「荏苒之境」
(撤销Sicusa讨论)的版本184)
标签撤销
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
@import url(https://googlefonts.wp-china-yes.net/css?family=Noto+Serif+SC);
body {
font-family: "Noto Serif SC";
}
.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 {
font-family: "Noto Serif SC" !important;
}
.wikiEditor-ui-text textarea.mw-editfont-monospace {
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L', "Noto Serif SC" !important;
}


.infobox {
.infobox {

2021年9月2日 (四) 07:30的版本

/* 这里放置的CSS将应用于所有皮肤 */

@import url(https://googlefonts.wp-china-yes.net/css?family=Noto+Serif+SC);

body {
	font-family: "Noto Serif SC";
}

.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 {
	font-family: "Noto Serif SC" !important;
}

.wikiEditor-ui-text textarea.mw-editfont-monospace {
	font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L', "Noto Serif SC" !important;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}