print css fix

main
km0 2 years ago
parent ae9f20acce
commit fd870d1223

@ -1,5 +1,4 @@
@media print {
@page {
size: A5;
margin-top: 5mm;
@ -8,9 +7,11 @@
margin-left: 7.5mm;
}
html, body {
html,
body {
font-size: 14px;
font-family: Fengardo;
overflow: auto;
}
.container {
@ -19,9 +20,6 @@
height: auto;
}
.atlas {
border: none;
}
@ -32,16 +30,11 @@
max-width: 100%;
}
.contributions,
.contribution {
border-bottom: none;
}
header.cover {
width: auto;
height: 100%;
@ -64,7 +57,6 @@
break-before: page;
}
.info {
display: none;
}
@ -76,7 +68,6 @@
.index table {
width: 100%;
border-collapse: collapse;
}
.index tr {
border-top: solid 1px currentColor;
@ -90,15 +81,11 @@
text-align: right;
}
.symbol {
text-transform: lowercase;
width: 20%;
}
.libretto {
overflow: hidden;
/* height:100%; */
@ -127,7 +114,6 @@
margin: 16px auto;
}
/*Sorry Gi, the multicolumn layout is too painful */
/* .contribution .content{
@ -146,7 +132,6 @@
*/
/* .content p, .content h2 {
margin: default;
} */
@ -155,23 +140,27 @@
display: none;
}
.full-height {
height: 100%;
}
.atlas svg #live-path {
color: currentColor;
stroke-dasharray: initial;
stroke-dashoffset: initial;
animation: none;
}
}
@media print {
:root {
--text: tomato;
--wireframe: tomato;
--background: #ffffff;
}
html, body{
html,
body {
background-color: var(--background);
}
}
Loading…
Cancel
Save