X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/df9c7c3c674c417669cc9e6abc4cb0d79abfb5fe..e90ee714cc724f21519efa3499dd71d03bb44db0:/lib/librarian/bin/master.css diff --git a/lib/librarian/bin/master.css b/lib/librarian/bin/master.css index 5c665f869..98e142b9f 100644 --- a/lib/librarian/bin/master.css +++ b/lib/librarian/bin/master.css @@ -51,14 +51,16 @@ p { /* ======================== */ .theme-begin { border-left: 0.1em solid #DDDDDD; - color: #666; - float: right; - margin: 0 -9.5em 0 0; + color: #777; padding: 0 0.5em; width: 7.5em; font-style: normal; font-weight: normal; font-size: 16px; + position: absolute; + left: 40em; + line-height: 1.5em; + text-align: left; } .annotation { @@ -82,6 +84,26 @@ p { margin-left: 2.5em; } + +/* ============= */ +/* = Numbering = */ +/* ============= */ +.anchor { + float: left; + margin: -0.2em -0.5em -0.2em -3.5em; + color: #777; + font-size: 12px; + width: 2em; + text-align: center; + padding: 0.2em 0.5em; +} + +.anchor:hover, .anchor:active { + color: #FFF; + background-color: #CCC; +} + + /* =================== */ /* = Custom elements = */ /* =================== */