PublishingCSS:FiguringThingsOut-Dissertation: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
margin-top: 5mm; | margin-top: 5mm; | ||
margin-bottom: 20mm; | margin-bottom: 20mm; | ||
margin-right: | margin-right: 15mm; | ||
} | } | ||
Line 16: | Line 16: | ||
text-align: left; | text-align: left; | ||
} | } | ||
h2 { | |||
font-family: Authentic,sans-serif; | |||
font-size: 36pt; | |||
font-weight: 90; | |||
} | |||
h3 { | |||
font-family: Authentic,sans-serif; | |||
font-size: 18pt; | |||
font-weight: 90; | |||
line-height: 26pt; | |||
} | |||
h4 { | |||
font-family: Authentic,sans-serif; | |||
font-size: 11pt; | |||
font-weight: 130; | |||
line-height: 13pt; | |||
} | |||
.page-break { | .page-break { |
Revision as of 14:43, 16 September 2022
@page {
bleed: 4mm;
marks: crop;
size: 148mm 210mm;
margin-top: 5mm;
margin-bottom: 20mm;
margin-right: 15mm;
}
p {
font-family: Authentic,sans-serif;
font-size: 11pt;
text-indent: 0;
font-weight: 90;
line-height: 13pt;
text-align: left;
}
h2 {
font-family: Authentic,sans-serif;
font-size: 36pt;
font-weight: 90;
}
h3 {
font-family: Authentic,sans-serif;
font-size: 18pt;
font-weight: 90;
line-height: 26pt;
}
h4 {
font-family: Authentic,sans-serif;
font-size: 11pt;
font-weight: 130;
line-height: 13pt;
}
.page-break {
page-break-before: always;
page-break-after: always;
}
.pagedjs_pages .chapter .no-indent p {
text-indent: 0;
}