From 7226da0450b08dd90714bd8e78cfe4920848415b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 5 Feb 2024 08:44:37 +0100 Subject: [PATCH] fix themes --- .../static/2022/styles/layout/_text.scss | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) 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; +} } -- 2.20.1