模板:Fake heading/styles.css:修订间差异
来自RIA | Wiki
更多操作
建立内容为“.template-fake_heading { color: rgb(0, 0, 0); background: none; overflow: hidden; page-break-after: avoid; } .template-fake_heading.h1, .template-fake_…”的新页面 |
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 { | ||
margin-top: 0.3em; | margin-top: 0.3em; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
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. | font-size: 1.2em; | ||
} | } | ||
.template-fake_heading.h4, | |||
.template-fake_heading.h5, | |||
.template-fake_heading.h6 { | .template-fake_heading.h6 { | ||
font-size: | 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;
}