MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →首行缩进: div.textIndent p { text-indent: 2em; margin: 0.5em 0; }” |
无编辑摘要 |
||
| 第5行: | 第5行: | ||
text-indent: 2em; | text-indent: 2em; | ||
margin: 0.5em 0; | margin: 0.5em 0; | ||
} | |||
/* 首字下沉样式 */ | |||
.dropCap::first-letter { | |||
float: left; | |||
font-size: 3.2em !important; | |||
line-height: 0.85em !important; | |||
margin-right: 0.1em !important; | |||
font-weight: bold; | |||
color: #000; | |||
} | } | ||
2026年3月28日 (六) 01:09的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 首行缩进 */
div.textIndent p {
text-indent: 2em;
margin: 0.5em 0;
}
/* 首字下沉样式 */
.dropCap::first-letter {
float: left;
font-size: 3.2em !important;
line-height: 0.85em !important;
margin-right: 0.1em !important;
font-weight: bold;
color: #000;
}