PublishingCSS:Making Matters Lexicon: Difference between revisions
No edit summary |
No edit summary |
||
(54 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
@page { | |||
bleed: 4mm; | |||
marks: crop; | |||
} | } | ||
@ | |||
.page-break { | |||
page-break-before: always; | |||
page-break-after: always; | |||
} | |||
.pagedjs_pages .chapter .no-indent p { | |||
text-indent: 0; | |||
} | |||
.tocsection-6 { | |||
page-break-before: always; | |||
margin-top: 0 !important; | |||
} | |||
.chapter .chapter-acknowledgements h2 #acknowledgements { | |||
margin-left: -1em; | |||
} | |||
/*.chapter-end {*/ | |||
/* page: chapter-end;*/ | |||
/*}*/ | |||
/*@page chapter-end {*/ | |||
/* @top-center {*/ | |||
/* content: "";*/ | |||
/* }*/ | |||
/*@bottom-center {*/ | |||
/* content: "";*/ | |||
/*}*/ | |||
/* @top-left {*/ | |||
/* content: "";*/ | |||
/* }*/ | |||
/* @top-right {*/ | |||
/* content: "";*/ | |||
/* }*/ | |||
/*}*/ | |||
.hi1 { | |||
background-color: #F0F0F0; | |||
} | |||
.hi2 { | |||
background-color: #DCDCDC; | |||
} | |||
.hi3 { | |||
background-color: #BEBEBE; | |||
} | |||
.colophon-h3 { | |||
margin-top: -12pt; | |||
} | |||
.referencing { | |||
font-family: Authentic,sans-serif; | |||
font-size: 7pt; | |||
text-indent: 0; | |||
font-weight: 90; | |||
line-height: 12pt; | |||
text-align: left; | |||
} | |||
.tighter { | |||
letter-spacing: -0.1pt; | |||
} | } | ||
. | .tighter2 { | ||
letter-spacing: -0.15pt; | |||
} | } | ||
. | .tighter3 { | ||
letter-spacing: -0.2pt; | |||
} | } | ||
. | .colophon-titles { | ||
page- | font-family: Authentic,sans-serif; | ||
font-size: 18pt; | |||
line-height: 18pt; | |||
margin-top: -12pt; | |||
text-indent: 0; | |||
} | |||
.intro-page { | |||
font-family: Authentic,sans-serif; | |||
font-size: 10pt; | |||
line-height: 18pt; | |||
margin-top: 10pt; | |||
margin-bottom: -14pt; | |||
} | |||
.colophon-list ul li { | |||
font-family: Authentic,sans-serif; | |||
font-size: 7pt; | |||
font-weight: 90; | |||
line-height: 12pt; | |||
} | |||
.colophon-no-indent { | |||
font-family: Authentic,sans-serif; | |||
text-indent: 0; | |||
font-weight: 90; | |||
text-align: left; | |||
} | |||
.diacritics-sans { | |||
font-family: Arial, Helvetica; | |||
} | } |
Latest revision as of 08:53, 11 April 2022
@page {
bleed: 4mm;
marks: crop;
}
.page-break {
page-break-before: always;
page-break-after: always;
}
.pagedjs_pages .chapter .no-indent p {
text-indent: 0;
}
.tocsection-6 {
page-break-before: always;
margin-top: 0 !important;
}
.chapter .chapter-acknowledgements h2 #acknowledgements {
margin-left: -1em;
}
/*.chapter-end {*/
/* page: chapter-end;*/
/*}*/
/*@page chapter-end {*/
/* @top-center {*/
/* content: "";*/
/* }*/
/*@bottom-center {*/
/* content: "";*/
/*}*/
/* @top-left {*/
/* content: "";*/
/* }*/
/* @top-right {*/
/* content: "";*/
/* }*/
/*}*/
.hi1 {
background-color: #F0F0F0;
}
.hi2 {
background-color: #DCDCDC;
}
.hi3 {
background-color: #BEBEBE;
}
.colophon-h3 {
margin-top: -12pt;
}
.referencing {
font-family: Authentic,sans-serif;
font-size: 7pt;
text-indent: 0;
font-weight: 90;
line-height: 12pt;
text-align: left;
}
.tighter {
letter-spacing: -0.1pt;
}
.tighter2 {
letter-spacing: -0.15pt;
}
.tighter3 {
letter-spacing: -0.2pt;
}
.colophon-titles {
font-family: Authentic,sans-serif;
font-size: 18pt;
line-height: 18pt;
margin-top: -12pt;
text-indent: 0;
}
.intro-page {
font-family: Authentic,sans-serif;
font-size: 10pt;
line-height: 18pt;
margin-top: 10pt;
margin-bottom: -14pt;
}
.colophon-list ul li {
font-family: Authentic,sans-serif;
font-size: 7pt;
font-weight: 90;
line-height: 12pt;
}
.colophon-no-indent {
font-family: Authentic,sans-serif;
text-indent: 0;
font-weight: 90;
text-align: left;
}
.diacritics-sans {
font-family: Arial, Helvetica;
}