diff --git a/style-print.css b/style-print.css index bed139d..74a20b6 100644 --- a/style-print.css +++ b/style-print.css @@ -56,6 +56,19 @@ writing-mode: vertical-rl; 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{ @@ -88,6 +101,11 @@ button { margin-top: 0; } +.description a{ + font-family: mono; + text-decoration: underline wavy 1pt solid black !important; +} + #title { margin-bottom: 1cm !important; } @@ -143,6 +161,10 @@ button { height: 9.2cm; */ } +.symbol-word{ + color:black; +} + #btn-print{ display: none !important; } diff --git a/style.css b/style.css index bbbd512..177c961 100644 --- a/style.css +++ b/style.css @@ -291,3 +291,32 @@ a { .language { 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; + } + + + } \ No newline at end of file