|
|
|
@ -15,9 +15,14 @@
|
|
|
|
|
.container{
|
|
|
|
|
display: block;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .container,
|
|
|
|
|
.libretto{
|
|
|
|
|
height: 100%;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.atlas {
|
|
|
|
@ -29,7 +34,7 @@
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
header.cover{
|
|
|
|
|
width: auto;
|
|
|
|
@ -60,6 +65,16 @@
|
|
|
|
|
|
|
|
|
|
.index {
|
|
|
|
|
display: block;
|
|
|
|
|
columns: unset;
|
|
|
|
|
}
|
|
|
|
|
.index table{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-bottom: solid 1px black;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.index tr{
|
|
|
|
|
border-top: solid 1px black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libretto {
|
|
|
|
@ -83,21 +98,21 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Sorry Gi, the multicolumn layout is too painful */
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
.contribution .content{
|
|
|
|
|
column-count: 2;
|
|
|
|
|
column-fill: auto;
|
|
|
|
|
}
|
|
|
|
|
.contribution li{
|
|
|
|
|
column-span: none;
|
|
|
|
|
}*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content p, .content h2 {
|
|
|
|
|
margin: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button#print {
|
|
|
|
|
button#btn-print {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|