MediaWiki:Common.css:修订间差异
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: .description-container { text-align: center; color: lightslategray; box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px; border-radius: 0.5em; margin: 10px 0 10px 0; padding: 10px; display: table; width: 100%; margin: 12px 0; font-style: normal; background: #4e57741a; border-left: 3px solid #3c4f6a; overflow: hidden } .description-display { display: table-cell;…”) |
无编辑摘要 |
||
第19行: | 第19行: | ||
display: table-cell; | display: table-cell; | ||
vertical-align: middle | vertical-align: middle | ||
} | |||
..so-page .so-content-in .mw-parser-output .description-container { | |||
color: white; | |||
} | } |
2024年6月21日 (五) 18:14的版本
/* 这里放置的CSS将应用于所有皮肤 */
.description-container {
text-align: center;
color: lightslategray;
box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
border-radius: 0.5em;
margin: 10px 0 10px 0;
padding: 10px;
display: table;
width: 100%;
margin: 12px 0;
font-style: normal;
background: #4e57741a;
border-left: 3px solid #3c4f6a;
overflow: hidden
}
.description-display {
display: table-cell;
vertical-align: middle
}
..so-page .so-content-in .mw-parser-output .description-container {
color: white;
}