PublishingCSS:FiguringThingsOut-Dissertation: Difference between revisions

From H&D Publishing Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
marks: crop;
marks: crop;
size: 148mm 210mm;
size: 148mm 210mm;
margin-top: 10mm;
padding-bottom: 10mm;
padding-left: 10mm;
padding-right: 10mm;
}
}


p {
p {
     font-family: Authentic,sans-serif;
     font-family: Authentic,sans-serif;
    font-size: 10pt;
    line-height: 13pt;
    font-weight: 90;
    text-align: left;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 5.791pt;
    text-indent: 0.5cm;
    widows: 2;
}
h1 {
    font-family: Authentic,sans-serif;
    font-size: 36pt;
    font-weight: 90;
}
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: "AUTHENTICSans-150.otf",sans-serif;
     font-size: 11pt;
     font-size: 11pt;
    text-indent: 0;
     font-weight: 150;
     font-weight: 90;
     line-height: 13pt;
     line-height: 13pt;
    text-align: left;
}
}


.page-break {
.page-break {

Latest revision as of 14:57, 16 September 2022

@page {
	bleed: 4mm;
	marks: crop;
	size: 148mm 210mm;
}

p {
    font-family: Authentic,sans-serif;
    font-size: 10pt;
    line-height: 13pt;
    font-weight: 90;
    text-align: left;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 5.791pt;
    text-indent: 0.5cm;
    widows: 2;
}

h1 {
    font-family: Authentic,sans-serif;
    font-size: 36pt;
    font-weight: 90;
}

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: "AUTHENTICSans-150.otf",sans-serif;
    font-size: 11pt;
    font-weight: 150;
    line-height: 13pt;
}


.page-break {
	page-break-before: always;
	page-break-after: always;
}

.pagedjs_pages .chapter .no-indent p {
	text-indent: 0;
}