X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dff3c8a8d81b98353892be322f4b050652c027f0..29c4250261af349428aa2a7d56ed60bc4e9b9f2d:/wolnelektury/media/css/master.css diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 57d37dd6b..6aa74c609 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -193,7 +193,7 @@ p .ac_input { #tags-list { margin-top: 1em; padding: 1em; - background-color: #FDF6CE; + background-color: #FBF9E7; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; @@ -306,6 +306,17 @@ div.shown-tags p { text-align: justify; } +#description .meta { + margin: 0.5em; + width: 12em; + list-style: none; + float: right; +} + +#description dt { + font-weight: bold; +} + #toggle-description, #tagged-object-list .pagination { width: 100%; height: 1.5em; @@ -548,7 +559,28 @@ div.shown-tags p { background-color: #2F4110; color: #FFF; margin: 0 -2em; - padding: 0 2em; + padding: 0 2.5em; line-height: 2em; } +#top-message a { + color: #AAA; +} + + +/* =========== */ +/* = Columns = */ +/* =========== */ +.column-left { + width: 37em; + float: left; + text-align: justify; + margin-top: 1em; +} + +.column-right { + margin-left: 40em; + text-align: justify; + margin-top: 1em; +} +