X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f1cc3d495b3df83b3e745575c2ff3bdf4942b2fe..6db272cdb367187394dbb01e93e2e03dab14f9ab:/src/wolnelektury/static/2022/styles/layout/_text.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_text.scss b/src/wolnelektury/static/2022/styles/layout/_text.scss index 3fcae7c68..8959c62f2 100644 --- a/src/wolnelektury/static/2022/styles/layout/_text.scss +++ b/src/wolnelektury/static/2022/styles/layout/_text.scss @@ -1,5 +1,4 @@ #global-progress { - display: none; position: sticky; top: 0; background: white; @@ -96,6 +95,7 @@ right: 0px; top: 50px; width: 80vw; + max-width: 600px; height: 300px; padding: 30px; overflow: auto; @@ -513,6 +513,31 @@ table.border td, table.border th { } + + +.theme-begin { + font-size: .9em; + position: relative; + float: right; + margin-bottom: 8px; + clear: both; + line-height: 1.5em; + text-align: left; + z-index: 60; + + font-style: normal; + font-weight: normal; + font-variant: normal; + letter-spacing: 0; + text-transform: none; + text-decoration: none; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + + margin-right: -160px; +} }