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.

177 lines
2.5 KiB
CSS

@media print{
@page {
size: A5;
margin-top: 5mm;
margin-right: 10mm;
margin-bottom: 20mm;
margin-left: 7.5mm;
}
html, body {
font-size: 14px;
font-family: Fengardo;
}
.container{
display: block;
width: auto;
2 years ago
height: auto;
}
2 years ago
2 years ago
.atlas {
border: none;
}
.atlas svg {
width: auto;
height: auto;
max-width: 100%;
}
2 years ago
.contributions,
.contribution {
border-bottom: none;
}
2 years ago
header.cover{
width: auto;
height: 100%;
min-height: auto;
padding: 0;
border: none;
}
.cover .title {
font-size: 46px;
margin: 64px 0;
}
.atlas,
.cover,
.contributions,
.contribution,
2 years ago
.index,
.content img {
break-before: page;
}
.info{
display: none;
}
.index {
display: block;
2 years ago
columns: unset;
}
.index table{
width: 100%;
border-collapse: collapse;
}
.index tr{
2 years ago
border-top: solid 1px currentColor;
border-bottom: solid 1px currentColor;
}
2 years ago
.index-title {
font-weight: bold;
margin-top: 16px;
text-transform: uppercase;
text-align: right;
}
.symbol {
text-transform: lowercase;
width: 20%;
}
.libretto {
overflow: hidden;
/* height:100%; */
}
.libretto > *{
border-bottom: none;
}
.contribution .content h2,
.contribution .description{
font-size: 18px;
}
2 years ago
.contribution .title {
font-size: 28px;
}
.contribution {
border-bottom: none;
height: 100%;
2 years ago
overflow: hidden;
2 years ago
}
img {
margin: 16px auto;
}
/*Sorry Gi, the multicolumn layout is too painful */
2 years ago
/* .contribution .content{
column-count: 2;
column-fill: auto;
}
.contribution li{
column-span: none;
}
.contribution img{
column-span: all;
float: left;
}
2 years ago
*/
2 years ago
/* .content p, .content h2 {
2 years ago
margin: default;
2 years ago
} */
2 years ago
2 years ago
button#btn-print {
2 years ago
display: none;
}
2 years ago
.full-height {
height: 100%;
}
}
@media print{
2 years ago
:root {
--text: tomato;
--wireframe: tomato;
--background: #ffffff;
}
html, body{
background-color: var(--background);
}
}