X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c4afb7a5bb7e48bd79cc14a403f78c0e3645db7c..e3f24620b9a69f1eb0652a9ffec2c2c3d6a10b8e:/lib/librarian/bin/master.css?ds=sidebyside diff --git a/lib/librarian/bin/master.css b/lib/librarian/bin/master.css index 7cb4290f7..98e142b9f 100644 --- a/lib/librarian/bin/master.css +++ b/lib/librarian/bin/master.css @@ -59,6 +59,8 @@ p { 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 = */ /* =================== */