X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f6e2c777d5287dacca6ffe39ccc5f1178791b57a..27645bc61a8cb186116d6410217011dd755823f2:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index a87ae3839..85f1a40d7 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; } @@ -409,6 +413,11 @@ p .ac_input { padding: 0 10px 0 10px; } +#formats .wrap div.download .custom-pdf { + text-align: left; +} + + #czytamysluchajac { margin-top: 2.5em; } @@ -1170,3 +1179,38 @@ 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; +} + + +/* report */ +.stats td { + vertical-align: top; +} + +/* ============ */ +/* = Pictures = */ +/* ============ */ + + +#picture-list .picture .title { + font-weight: bold; +} + +#picture-list .picture { + background-color: white; + padding: 0.8em; + margin: 0.8em; + border: black 1px solid; + width: 600px; +} +