UnfoldingCSS:Counter Cloud Action Plan: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
} | } | ||
@page:first{ | @page:first{ | ||
background-color: | background-color: cyan; | ||
@top-left{ | @top-left{ | ||
Line 70: | Line 69: | ||
} | } | ||
@top-center{ | @top-center{ | ||
font-family: | font-family: asulbold; | ||
content: "NEoN Big Tech striketrough"; | content: "NEoN Big Tech striketrough"; | ||
font-size: | font-size:12pt; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
@bottom-center{ | @bottom-center{ | ||
font-family: | font-family: asulbold; | ||
content: "The Institute for Technology In the Public Interest"; | content: "The Institute for Technology In the Public Interest"; | ||
font-size: | font-size:12pt; | ||
font-weight: 500; | font-weight: 500; | ||
} | } |
Revision as of 16:24, 15 February 2022
@font-face { font-family:'Picnic'; src:url('http://titipi.org/wiki/images/b/bf/PicNic-Regular.woff2') format('woff2'); font-weight:normal; font-style:normal } @font-face { font-family: 'asulbold'; src: url('http://titipi.org/wiki/images/2/2f/Asul-bold-webfont.woff') format('woff2'), url('http://titipi.org/wiki/images/3/3c/Asul-bold-webfont.woff2') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'asulregular'; src: url('http://titipi.org/wiki/images/0/03/Asul-regular-webfont.woff') format('woff2'), url('http://titipi.org/wiki/images/c/c7/Asul-regular-webfont.woff2') format('woff'); font-weight: normal; font-style: normal; } :root{ --font-size: 12pt; } .pagedjs_section_first_page + .pagedjs_blank_page { background-color:red !important; } @page{ size: 148mm 210mm; margin: 17mm 15mm 19mm 15mm; /* @top-center{ content: string(contributiontitle); font-family: Picnic; font-size: 20pt; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-left: -10mm; margin-right: -10mm; } */ @bottom-center{ margin-top: -4mm; font-family: 'asulregular'; font-weight: 500; font-size: 9pt; content: counter(page); } @footnote { float: bottom; border-top: solid #222 thin; padding-top: 8pt; font-family: 'asulregular'; } } @page:first{ background-color: cyan; @top-left{ content: ""; } @top-center{ font-family: asulbold; content: "NEoN Big Tech striketrough"; font-size:12pt; font-weight: 500; } @bottom-center{ font-family: asulbold; content: "The Institute for Technology In the Public Interest"; font-size:12pt; font-weight: 500; } } @page:blank{ background-color:#222; @top-left{ content: ""; } @top-center{ content: ""; } @top-center{ content: ""; } @top-center{ content: ""; } @bottom-center{ content:""; } } @page:nth(2){ background-color: #222; @bottom-center{ content:""; } } @page section:first{ margin: 8mm 8mm 0mm 8mm; background-color: #222; @bottom-center{ content:""; } } @page contrib:first{ @top-center{ content: ""; } } div.section{ page: section; } div.section, div.section div.contrib:nth-of-type(1){ break-before: right; } div.contrib:not(:first-of-type){ break-before: always; } div.contrib{ page: contrib; } span.bookcover { string-set: sectiontitle content(text); font-size: 165px; line-height: 0.55; margin: 0; font-family: 'Picnic'; display:inline; position:relative; hyphens:auto; color: white; } span.frenchtitle{ string-set: sectiontitle content(text); font-size: 165px; line-height: 0.55; margin: 0; font-family: 'Picnic'; display:inline; position:relative; hyphens:auto; color: white; color: black; pagebreak-after: always; } body{ color:#222; font-size: var(--font-size); line-height: 1.5; font-family: 'asulregular'; } div.pagebreak{ page-break-after: always; } div.nobreak{ page-break-inside: avoid; } div.cover{ } div.cover h1, div.cover ul li{ font-size: 18pt; line-height: 1.25; color: yellow; font-weight: bold; } div.cover ul li{ list-style: none; margin-bottom: 0.5em; width: 80mm; } /* general elements*/ h2{ margin-top:0; font-weight: 600; line-height: 1.25; font-family: 'Picnic'; font-size: 2rem; } .runningtitle { display:none; } h2:not( .runningtitle ~ h2 ){ string-set: contributiontitle content(text); } h3, h4, h5, h6{ margin: 0 0 1em 0; page-break-after: avoid; font-weight: 600; } p{ margin: 0 0 1em 0; } .contrib p{ orphans:2; widows:2; } .thumb{ /* image caption */ font-size: 10pt; line-height: 1.25; margin: 24pt 16pt 16pt 16pt; page-break-inside: avoid; font-family: asulregular; } img{ position: relative; display: block; max-width: 100%; height: auto; margin: 0 0 8pt 0; } .thumbinner{ max-width:100%; } pre{ font-size: 8pt; line-height: 1.8; white-space: pre; margin: 16pt 16pt; } table{ width: 100%; } sup{ line-height: 0; } a, a:visited, a:active, a:hover{ color: #83b; text-decoration: none; font-weight: 500; } /* specific details */ a.external{ word-break: break-all; } b,strong { font-weight:500; } span.reference-text { float: footnote; } .reference-text::footnote-call { font-family:'asulregular'; } .reference-text::footnote-marker { font-family:'asulregular'; } .contents ul{ margin-top:0.5em; } .contents h3{ margin-bottom: 0.5em; }