| (未显示同一用户的5个中间版本) | |||
| 第58行: | 第58行: | ||
@font-face { | @font-face { | ||
| − | + | font-family: 'anyfontreplace'; | |
| − | + | src: local('思源黑体 CN'), local('SimSun'), local('Sans Serif'), local('HarmonyOS SC Medium'), local('MiSans CN'), local('Source Han Sans SC'); | |
| + | unicode-range: U+71D0, U+54B2, U+51EA; | ||
} | } | ||
| − | + | /* | |
| − | . | + | .mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .pre-content h1, .content h1, .content h2, h3, h4, .esjuqing { |
| − | + | font-family: 'anyfontreplace'; | |
| − | + | unicode-range: U+71D0, U+54B2, U+51EA; | |
| − | |||
| − | .mw- | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | + | .mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .pre-content h1, .content h1, .content h2, h3, h4, .esjuqing { | |
| − | h1. | + | font-family: MRazorPRC; |
| − | + | unicode-range: U+0000-51E9, U+51EB-54B1, U+54B3-71CF, U+71D1-FFFF; | |
} | } | ||
| + | */ | ||
2026年6月6日 (六) 15:17的最新版本
/* 这里放置的CSS将影响使用Vector皮肤的用户 */
.infoBox{
margin:0 auto;
width:80%;
box-sizing:border-box;
}
.infoBoxTitle{
margin:3px auto;
padding:0;
text-align:center;
font-weight:700;
}
.infoBoxIcon{
display:table-cell;
padding:2px 0 2px 0.5em;
vertical-align:middle;
}
.infoBoxText{
display:table-cell;
padding:0.25em 0.5em 0.25em 1.3em;
width:100%;
vertical-align:middle;
}
.infoBoxContent{
border:1px solid #DDD;
border-left-width:0;
background:#FBFBFB;
}
.infoBoxBelow{
margin:0 auto;
padding:0;
text-align:center;
}
/* WikiEditor */
.wikiEditor-ui-toolbar .tabs {
float: left;
height: 32px;
list-style: none;
margin: 0 3px;
min-height: 32px;
position: relative;
max-height:32px;
}
.wikiEditor-ui-toolbar .tabs, .wikiEditor-ui-toolbar .section-main {
position: relative;
float: left;
min-height: 32px;
height: 32px;
max-height:32px;
}
@font-face {
font-family: 'anyfontreplace';
src: local('思源黑体 CN'), local('SimSun'), local('Sans Serif'), local('HarmonyOS SC Medium'), local('MiSans CN'), local('Source Han Sans SC');
unicode-range: U+71D0, U+54B2, U+51EA;
}
/*
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .pre-content h1, .content h1, .content h2, h3, h4, .esjuqing {
font-family: 'anyfontreplace';
unicode-range: U+71D0, U+54B2, U+51EA;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .pre-content h1, .content h1, .content h2, h3, h4, .esjuqing {
font-family: MRazorPRC;
unicode-range: U+0000-51E9, U+51EB-54B1, U+54B3-71CF, U+71D1-FFFF;
}
*/