模板: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_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;
}