打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
OnlyOTO留言 | 贡献
创建页面,内容为“这里放置的CSS将应用于所有皮肤:​ 首行缩进:​ div.textIndent p { text-indent: 2em; margin: 0.5em 0; }”
 
OnlyOTO留言 | 贡献
无编辑摘要
第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;
}