From: Radek Czajka Date: Mon, 5 Feb 2024 07:44:37 +0000 (+0100) Subject: fix themes X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/7226da0450b08dd90714bd8e78cfe4920848415b fix themes --- diff --git a/src/wolnelektury/static/2022/styles/layout/_text.scss b/src/wolnelektury/static/2022/styles/layout/_text.scss index 430112c1f..20aa174b1 100644 --- a/src/wolnelektury/static/2022/styles/layout/_text.scss +++ b/src/wolnelektury/static/2022/styles/layout/_text.scss @@ -514,6 +514,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; +} }