master
Camilo G 2 years ago
parent 374b1b7d98
commit 7ed453b423

@ -56,6 +56,19 @@
writing-mode: vertical-rl; writing-mode: vertical-rl;
text-orientation: mixed; text-orientation: mixed;
} }
@bottom-center {
content: "https://hub.xpub.nl/soupboat/pad/p/camilo_glossary";
font-size: 7pt;
font-family: mono;
margin-left: 1cm;
margin-bottom: 4mm;
}
}
body{
color:black;
} }
.head{ .head{
@ -88,6 +101,11 @@ button {
margin-top: 0; margin-top: 0;
} }
.description a{
font-family: mono;
text-decoration: underline wavy 1pt solid black !important;
}
#title { #title {
margin-bottom: 1cm !important; margin-bottom: 1cm !important;
} }
@ -143,6 +161,10 @@ button {
height: 9.2cm; */ height: 9.2cm; */
} }
.symbol-word{
color:black;
}
#btn-print{ #btn-print{
display: none !important; display: none !important;
} }

@ -291,3 +291,32 @@ a {
.language { .language {
text-shadow: 0 0 2px var(--text-color); text-shadow: 0 0 2px var(--text-color);
} }
@media screen and (min-width: 1400px) {
body{
font-size: 14pt;
}
#intro {
column-count: 2;
column-gap: 2em;
/* padding: 1%; */
margin: 0.5%;
margin-bottom: 1%;
}
.leg_titles{
font-size: 16pt;
}
.btn{
font-size: 16pt;
}
a{
font-size: 14pt;
}
}
Loading…
Cancel
Save