X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/251dba7da16650b469a3ea3b3a473936c6ce3039..7226da0450b08dd90714bd8e78cfe4920848415b:/src/wolnelektury/static/2022/styles/layout/_text.scss?ds=sidebyside 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; +} }