You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

199 lines
5.3 KiB
CSS

9 months ago
#workskin #chapters {
background-color: #fffff8;
color: #111;
padding: 5rem 0rem;
font-size: 15px;
font-family: "ET Book", Bembo, "EB Garamond", Garamond, serif;
9 months ago
}
#workskin #chapters .userstuff {
width: 87.5%;
margin-left: auto;
margin-right: auto;
padding-left: 12.5%;
max-width: 1400px;
}
#workskin #chapters .userstuff > blockquote,
#workskin #chapters .userstuff .ng-binding > blockquote,
#workskin #chapters .userstuff > div[align=justify] > blockquote {
9 months ago
font-family: "EB Garamond", Garamond, serif;
}
#workskin #chapters .userstuff > p,
#workskin #chapters .userstuff > dl,
#workskin #chapters .userstuff > ol,
#workskin #chapters .userstuff > ul,
#workskin #chapters .userstuff > blockquote,
#workskin #chapters .userstuff .ng-binding > p,
#workskin #chapters .userstuff .ng-binding > dl,
#workskin #chapters .userstuff .ng-binding > ol,
#workskin #chapters .userstuff .ng-binding > ul,
#workskin #chapters .userstuff .ng-binding > blockquote,
#workskin #chapters .userstuff > div[align=justify] > p,
#workskin #chapters .userstuff > div[align=justify] > dl,
#workskin #chapters .userstuff > div[align=justify] > ol,
#workskin #chapters .userstuff > div[align=justify] > ul,
#workskin #chapters .userstuff > div[align=justify] > blockquote {
9 months ago
font-size: 1.4rem;
line-height: 2rem;
margin-left: 0;
}
#workskin #chapters .userstuff > p,
#workskin #chapters .userstuff > blockquote,
#workskin #chapters .userstuff .ng-binding > p,
#workskin #chapters .userstuff .ng-binding > blockquote,
#workskin #chapters .userstuff > div[align=justify] > p,
#workskin #chapters .userstuff > div[align=justify] > blockquote {
9 months ago
margin-top: 1.4rem;
margin-bottom: 1.4rem;
padding-right: 0;
vertical-align: baseline;
width: 55%;
}
#workskin #chapters .userstuff > h1,
#workskin #chapters .userstuff .ng-binding > h1,
#workskin #chapters .userstuff > div[align=justify] > h1 {
9 months ago
font-weight: 400;
margin-top: 4rem;
margin-bottom: 1.5rem;
font-size: 3.2rem;
line-height: 1;
font-family: inherit;
border-bottom: none;
9 months ago
}
#workskin #chapters .userstuff > h2,
#workskin #chapters .userstuff .ng-binding > h2,
#workskin #chapters .userstuff > div[align=justify] > h2 {
9 months ago
font-style: italic;
font-weight: 400;
margin-top: 2.1rem;
margin-bottom: 1.4rem;
font-size: 2.2rem;
line-height: 1;
font-family: inherit;
border-bottom: none;
9 months ago
}
#workskin #chapters .userstuff > h3,
#workskin #chapters .userstuff .ng-binding > h3,
#workskin #chapters .userstuff > div[align=justify] > h3 {
9 months ago
font-style: italic;
font-weight: 400;
font-size: 1.7rem;
margin-top: 2rem;
margin-bottom: 1.4rem;
line-height: 1;
font-family: inherit;
border-bottom: none;
9 months ago
}
#workskin #chapters .userstuff > hr,
#workskin #chapters .userstuff .ng-binding > hr,
#workskin #chapters .userstuff > div[align=justify] > hr {
9 months ago
display: none;
}
#workskin #chapters .userstuff > dl,
#workskin #chapters .userstuff > ol,
#workskin #chapters .userstuff > ul,
#workskin #chapters .userstuff .ng-binding > dl,
#workskin #chapters .userstuff .ng-binding > ol,
#workskin #chapters .userstuff .ng-binding > ul,
#workskin #chapters .userstuff > div[align=justify] > dl,
#workskin #chapters .userstuff > div[align=justify] > ol,
#workskin #chapters .userstuff > div[align=justify] > ul {
9 months ago
width: 50%;
-webkit-padding-start: 5%;
}
#workskin #chapters .userstuff a:link,
#workskin #chapters .userstuff a:visited {
9 months ago
border-bottom: none;
color: inherit;
text-decoration: none;
}
#workskin #chapters .userstuff > pre,
#workskin #chapters .userstuff .ng-binding > pre,
#workskin #chapters .userstuff > div[align=justify] > pre {
9 months ago
margin-left: 0;
}
#workskin #chapters .userstuff code,
#workskin #chapters .userstuff > pre > code,
#workskin #chapters .userstuff .ng-binding > pre > code,
#workskin #chapters .userstuff > div[align=justify] > pre {
9 months ago
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1.0rem;
line-height: 1.42;
-webkit-text-size-adjust: 100%;
}
#workskin #chapters .userstuff hr + p {
margin-top: 4.4rem;
}
#workskin #chapters .userstuff hr + p::first-line {
font-variant: small-caps;
font-size: 1.2em;
}
#workskin #chapters .userstuff hr + p:empty + p::first-line {
font-variant: small-caps;
font-size: 1.2em;
}
#workskin #chapters .userstuff p:empty {
display: none;
}
#workskin #chapters .chapter .preface {
border: none;
font-style: italic;
font-weight: 400;
margin: 2.1rem 0 1.4rem 0;
font-size: 1.8em;
line-height: 1;
padding-left: 12.5%;
font-family: "EB Garamond", Garamond, serif;
}
#workskin #chapters .chapter .preface .title {
text-align: left;
font-family: "EB Garamond", Garamond, serif;
}
#workskin #chapters .chapter .preface .title a {
border: none;
}
#workskin #chapters .chapter .preface .notes *,
#workskin #chapters .chapter .preface .summary * {
9 months ago
font-size: 1.4rem;
}
#workskin #chapters .chapter .preface .notes h3,
#workskin #chapters .chapter .preface .notes blockquote,
#workskin #chapters .chapter .preface .summary h3,
#workskin #chapters .chapter .preface .summary blockquote {
9 months ago
font-family: "EB Garamond", Garamond, serif;
border: none;
}
#workskin #chapters .chapter .preface + .module p:first-of-type {
margin-top: 0;
}
#workskin #chapters .chapter .preface + .module h3.landmark {
display: none;
}
div[align=justify],
p[align=justify] {
text-align: left;
}