UnfoldingCSS:Infrastructural Interactions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
} | } | ||
@page:first{ | @page:first{ | ||
background-color: | background-color: black; | ||
@top-left{ | @top-left{ | ||
| Line 65: | Line 65: | ||
font-size: var(--font-size); | font-size: var(--font-size); | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
| Line 74: | Line 73: | ||
font-size: 18pt; | font-size: 18pt; | ||
line-height: 1.25; | line-height: 1.25; | ||
color: | color: yellow; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| Line 92: | Line 91: | ||
/* general elements*/ | /* general elements*/ | ||
h1{ | h1{ | ||
color:yellow; | |||
string-set: sectiontitle content(text); | string-set: sectiontitle content(text); | ||
font-size: 100pt; | font-size: 100pt; | ||
Revision as of 12:53, 20 October 2021
@font-face {
font-family: 'Fourmi';
src: url('/wiki/images/7/7c/Fourmi.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'anthony';
src: url('/wiki/images/c/ce/Anthony.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
:root{
--font-size: 11pt;
}
@page{
size: 152.4mm 228.6mm;
margin: 15mm 20mm 10mm 20mm;
@top-center{
content: string(contributiontitle);
font-family: monospace;
font-size: 8pt;
color: green;
}
@bottom-center{
margin-top: -4mm;
font-family: monospace;
font-size: 8pt;
content: counter(page);
}
}
@page:first{
background-color: black;
@top-left{
content: "";
}
@top-center{
content: "";
}
}
page:blank{
background-color: blue;
@top-left{
content: "";
}
@top-center{
content: "";
}
@top-center{
content: "";
}
}
body{
font-size: var(--font-size);
line-height: 1.6;
}
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;
}
div.section{
page-break-before: right;
}
div.introduction,
div.contribution{
page-break-before: right;
}
/* general elements*/
h1{
color:yellow;
string-set: sectiontitle content(text);
font-size: 100pt;
line-height: 1;
margin: 0;
word-break: break-all;
font-family: 'anthony';
display:inline;
}
h2{
string-set: contributiontitle content(text);
margin: 0 0 32pt 0;
}
h3, h4, h5, h6{
margin: 0 0 1em 0;
page-break-after: avoid;
}
p{
margin: 0 0 1em 0;
}
.thumb{
/* image caption */
font-size: 10pt;
line-height: 1.25;
margin: 24pt 16pt 16pt 16pt;
page-break-inside: avoid;
}
img{
position: relative;
display: block;
max-width: 100mm;
height: auto;
margin: 0 0 8pt 0;
}
pre{
font-size: 8pt;
line-height: 1.8;
white-space: normal;
margin: 16pt 16pt;
}
table{
width: 100%;
}
sup{
line-height: 0;
}
a,
a:visited,
a:active,
a:hover{
color: inherit;
text-decoration: none;
font-weight: bold;
}
/* specific details */
a.external{
word-break: break-all;
}