X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f6e2c777d5287dacca6ffe39ccc5f1178791b57a..5c959cbb46c29a03cb6c8bc0e8b5aae5765bf150:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index a87ae3839..f4a93e73b 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -56,8 +56,6 @@ h3 { } em { - font-style: normal; - background-color: #F5DC7D; } hr { @@ -89,10 +87,16 @@ hr { #header #logo img { margin-bottom: -1.25em; } -#header #logo a { +#header a.logo { display:block; color: #777; } + +#tagline { + color: #777; + position: absolute; +} + #logo a:hover { text-decoration: none; } @@ -1170,3 +1174,14 @@ div.shown-tags p, div.all-tags p { #presentation-frame { border: 0px none white; } + + +/* dictionary */ + +.dictionary-note-source { + margin-top: -1em; +} + +#footnotes .pagination { + margin-top: 1em; +}