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

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Fake heading/styles.css

来自RIA | Wiki
Aunst留言 | 贡献2021年3月14日 (日) 13:49的版本 (CSS修改)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.template-fake_heading {
  color: rgb(0, 0, 0); 
  background: none; 
  overflow: hidden; 
  page-break-after: avoid;
}
.template-fake_heading.h1, .template-fake_heading.h2 {
  font-family: "Linux Libertine", "Georgia", "Times", serif;
  margin-top: 1em;
  margin-bottom: 0.25em;
  line-height: 1.3;
  padding: 0;
  border-bottom: 1px solid #aaaaaa;
}
.template-fake_heading.h1 {
  font-size: 1.8em;
}
.template-fake_heading.h2 {
  font-size: 1.65em;
}
.template-fake_heading.h3, .template-fake_heading.h4, .template-fake_heading.h5, .template-fake_heading.h6 {
  margin-top: 0.3em;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0;
  line-height: 1.6;
  font-weight: bold;
}
.template-fake_heading.h3 {
  font-size: 1.2em;
}
.template-fake_heading.h4,
.template-fake_heading.h5,
.template-fake_heading.h6 {
  font-size: 100%;
}

body.skin-minerva .template-fake_heading.h1, body.skin-minerva .template-fake_heading.h2 {
  border-bottom: 1px solid #eaecf0;
}