MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第13行: | 第13行: | ||
.citizen-table-wrapper { | .citizen-table-wrapper { | ||
overflow-x: unset!important; | overflow-x: unset!important; | ||
} | |||
/* 人物介绍css */ | |||
.sp-character { | |||
border-radius: 10px; | |||
overflow: hidden; | |||
box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%); | |||
background-color: var(--chara-card-color); | |||
margin: 15px 5px; | |||
} | |||
.wz_row { | |||
display: -ms-flexbox; | |||
display: flex; | |||
-ms-flex-wrap: wrap; | |||
flex-wrap: wrap; | |||
} | |||
.sp-character .char-overlay { | |||
background-color: var(--chara-card-color); | |||
min-height: 380px; | |||
-ms-flex: 0 0 100%; | |||
background-image: url(var(--left-bg)); | |||
flex: 0 0 100%; max-width: 100%; | |||
background-repeat: no-repeat; | |||
background-size: 280px; | |||
} | } | ||
2023年11月30日 (四) 08:18的版本
/* 这里放置的CSS将应用于所有皮肤 */
.mw-parser-output .home-card {
position: relative;
padding: 15px;
background: var(--color-surface-1);
border-radius: 8px;
box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%);
font-size: 0.875rem;
}
.mw-parser-output #home-content {
margin-top: 1.6rem;
}
.citizen-table-wrapper {
overflow-x: unset!important;
}
/* 人物介绍css */
.sp-character {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
background-color: var(--chara-card-color);
margin: 15px 5px;
}
.wz_row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sp-character .char-overlay {
background-color: var(--chara-card-color);
min-height: 380px;
-ms-flex: 0 0 100%;
background-image: url(var(--left-bg));
flex: 0 0 100%; max-width: 100%;
background-repeat: no-repeat;
background-size: 280px;
}