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.

99 lines
1.4 KiB
CSS

@media print{
@page {
size: A5;
margin-top: 10mm;
margin-right: 20mm;
margin-bottom: 25mm;
margin-left: 15mm;
}
html, body {
font-size: 14px;
}
.container{
display: block;
width: auto;
height: auto;
}
3 years ago
.atlas {
border: none;
}
.contributions,
.contribution {
border-bottom: none;
}
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,
3 years ago
.index,
.content img {
break-before: page;
}
.info{
display: none;
}
.index {
display: block;
}
.libretto {
overflow-y: hidden;
}
3 years ago
.contribution .title {
font-size: 28px;
}
.contribution {
border-bottom: none;
height: 100%;
3 years ago
overflow: hidden;
3 years ago
}
/*Sorry Gi, the multicolumn layout is too painful */
/*
.contribution .content{
column-count: 2;
column-fill: auto;
}
.contribution li{
column-span: none;
}*/
3 years ago
3 years ago
.content p, .content h2 {
margin: default;
}
3 years ago
3 years ago
button#print {
display: none;
}
3 years ago
}