UnfoldingCSS:MFC: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Tag: Rollback |
||
Line 19: | Line 19: | ||
src: url('/wiki/images/2/2f/Asul-bold-webfont.woff') format('woff'), | src: url('/wiki/images/2/2f/Asul-bold-webfont.woff') format('woff'), | ||
url('/wiki/images/3/3c/Asul-bold-webfont.woff2') format('woff2'); | url('/wiki/images/3/3c/Asul-bold-webfont.woff2') format('woff2'); | ||
font-weight: | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
Line 42: | Line 42: | ||
:root{ | |||
--font-size: 11pt; | |||
} | |||
@page{ | @page{ | ||
Line 76: | Line 80: | ||
@bottom-center{ | @bottom-center{ | ||
font-family: garden; | font-family: garden; | ||
content: "Regenerative Energy Communities"; | |||
color: #ff8c0080; | color: #ff8c0080; | ||
-webkit-text-stroke: 1px #FF69B480; | -webkit-text-stroke: 1px #FF69B480; | ||
Line 81: | Line 86: | ||
padding-bottom:19mm; | padding-bottom:19mm; | ||
position:auto; | position:auto; | ||
} | } | ||
Line 147: | Line 151: | ||
body{ | body{ | ||
color: black; | color: black; | ||
font-size: var(--font-size); | |||
margin: auto; | margin: auto; | ||
line-height: 1. | line-height: 1.4em; | ||
font-family: 'asulregular'; | font-family: 'asulregular'; | ||
max-width: 900px; | max-width: 900px; | ||
Line 174: | Line 178: | ||
h2{ | h2{ | ||
margin: | margin-top:0; | ||
font-weight: 600; | font-weight: 600; | ||
line-height: 1; | line-height: 1; | ||
font-family: 'garden'; | font-family: 'garden'; | ||
font-size: 2.6rem; | |||
color:#FF00BF; | color:#FF00BF; | ||
-webkit-text-stroke: 1px orange; | -webkit-text-stroke: 1px orange; | ||
Line 194: | Line 199: | ||
h3, h4, h5, h6{ | h3, h4, h5, h6{ | ||
margin: 0 0 | margin: 0 0 1em 0; | ||
page-break-after: avoid; | page-break-after: avoid; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
p { | p{ | ||
margin: 0 0 1em 0; | margin: 0 0 1em 0; | ||
} | } | ||
Line 212: | Line 217: | ||
.thumb{ | .thumb{ | ||
/* image caption */ | /* image caption */ | ||
font-size: | font-size: 10pt; | ||
line-height: 1.25; | line-height: 1.25; | ||
margin: 24pt 16pt 16pt 16pt; | margin: 24pt 16pt 16pt 16pt; | ||
Line 244: | Line 249: | ||
a:active, | a:active, | ||
a:hover{ | a:hover{ | ||
color: # | color: #CC3399; | ||
text-decoration: none; | text-decoration: none; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #CC3399; | ||
} | } | ||
Latest revision as of 12:11, 4 July 2023
@font-face { font-family: 'windy'; src: url('/wiki/images/7/7b/SpookySquiggles-LLwG.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'garden'; src: url('/wiki/images/b/b2/Bitwise.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'asulbold'; src: url('/wiki/images/2/2f/Asul-bold-webfont.woff') format('woff'), url('/wiki/images/3/3c/Asul-bold-webfont.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'asulregular'; src: url('/wiki/images/5/58/Le-patin-helvete.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'compagnon-italic'; src: url('/wiki/images/5/51/Compagnon-Italic.woff2') format('woff2'), url('/wiki/images/f/fc/Compagnon-Italic.woff') format('woff'); url('/wiki/images/e/e7/Compagnon-Italic.eot') format('eot'); font-weight: normal; font-style: normal; } :root{ --font-size: 11pt; } @page{ size: 148mm 210mm; margin:17mm 15mm 19mm 15mm; @bottom-center{ margin-top: -4mm; font-family: 'asulregular'; font-size: 9pt; content: counter(page); } @footnote { float: bottom; border-top: solid #222 thin; padding-top: 8pt; font-family: 'asulregular'; font-size: 8pt; } } @page:first{ background-image: url(https://titipi.org/wiki/images/8/86/Microbe-power-cover.jpg); background-size: contain; background-repeat: no-repeat; background-position: center center; @bottom-center{ font-family: garden; content: "Regenerative Energy Communities"; color: #ff8c0080; -webkit-text-stroke: 1px #FF69B480; font-size:24pt; padding-bottom:19mm; position:auto; } } @page:nth(2){ background-color: white; @bottom-center{ content:""; } } @page:nth(3) { background-color:white; } @page:blank{ background-color:white; @bottom-center{ content:""; color: white; } } 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 { line-height: 1; string-set: sectiontitle content(text); font-size:120px; text-align:center; font-family: 'windy'; position:auto; hyphens:manual; color: #FF69B480; -webkit-text-stroke: 10px #ff8c0080; } span.frenchtitle{ string-set: sectiontitle content(text); font-size: 140px; line-height: 0.55; margin: auto; font-family: 'garden'; display:inline; position:relative; hyphens:auto; color: black; } body{ color: black; font-size: var(--font-size); margin: auto; line-height: 1.4em; font-family: 'asulregular'; max-width: 900px; padding: 1.5em 1em; ); } div.pagebreak{ page-break-after: always; } div.nobreak{ page-break-inside:avoid; } /* GENERAL ELEMENTS */ blockquote { font-family: 'compagnon-italic'; } h2{ margin-top:0; font-weight: 600; line-height: 1; font-family: 'garden'; font-size: 2.6rem; color:#FF00BF; -webkit-text-stroke: 1px orange; font-size:24pt; page-break-before:never; } .runningtitle { display:none; } h2:not( .runningtitle ~ h2 ){ string-set: contributiontitle content(text); } h3 {font-family: garden; font-size: 1.5em; line-height: 1;} 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: #CC3399; text-decoration: none; border-bottom: 1px solid #CC3399; } /* specific details */ a.external{ } a.text{ word-break: none !important; } b,strong { font-weight:500; } small, .small {font-size: 8pt;} 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; } /* WIKISTYLING */ .tocnumber { display: none; }