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

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

模板:Fake heading/styles.css:修订间差异

来自RIA | Wiki
Aunst留言 | 贡献
建立内容为“.template-fake_heading { color: rgb(0, 0, 0); background: none; overflow: hidden; page-break-after: avoid; } .template-fake_heading.h1, .template-fake_…”的新页面
 
Aunst留言 | 贡献
CSS修改
 
第20行: 第20行:
}
}
.template-fake_heading.h3, .template-fake_heading.h4, .template-fake_heading.h5, .template-fake_heading.h6 {
.template-fake_heading.h3, .template-fake_heading.h4, .template-fake_heading.h5, .template-fake_heading.h6 {
  font-family: "Adobe Heiti Std", "SimHei", sans-serif;
   margin-top: 0.3em;
   margin-top: 0.3em;
   margin-bottom: 0;
   margin-bottom: 0;
  line-height: 1.6;
   padding-top: 0.5em;
   padding-top: 0.5em;
   padding-bottom: 0;
   padding-bottom: 0;
  line-height: 1.6;
  font-weight: bold;
}
}
.template-fake_heading.h3 {
.template-fake_heading.h3 {
   font-size: 1.55em;
   font-size: 1.2em;
}
.template-fake_heading.h4 {
  font-size: 1.4em;
}
.template-fake_heading.h5 {
  font-size: 1.25em;
}
}
.template-fake_heading.h4,
.template-fake_heading.h5,
.template-fake_heading.h6 {
.template-fake_heading.h6 {
   font-size: 1.15em;
   font-size: 100%;
}
}



2021年3月14日 (日) 13:49的最新版本

.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;
}