X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0e199a41c0f2375dbf555452bbdc46162fff8853..5120532d42f2130dd250ec7089d28d9d0fa2b09c:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index ed7e8a8..6c19bf1 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -16,8 +16,10 @@ font-size: 1.2em; } .entry-wrapped h1 a, .entry-wrapped h2 a { color: #01519a; } + .entry-wrapped h2.section { + margin: 2em 0; } .entry-wrapped .entry-data { - font-size: 1.1em; + font-size: 1.2em; margin-top: 1.4em; margin-bottom: 1.4em; } .entry-wrapped .entry-data .date { @@ -29,12 +31,13 @@ .entry-wrapped .entry-data .categories a { color: black; } .entry-wrapped .lead { - font-size: 1.1em; } + font-size: 1.2em; } .entry-wrapped .body { - font-size: 1.1em; } + font-size: 1.2em; } .entry-wrapped .more { + clear: both; float: right; - font-size: 1.1em; + font-size: 1.2em; font-style: italic; margin-top: .6em; margin-bottom: 1.8em; } @@ -67,8 +70,23 @@ border-bottom: 1px solid #8b8b87; } .submit-link a { color: black; - font-size: 1.1em; } + font-size: 1.2em; } .submit-link a:before { content: url("/static/img/plus.png"); vertical-align: top; margin-right: 1em; } + +.comments { + margin-left: 8em; } + .comments .comment-form { + border-top: 1px solid #494948; } + .comments .comment-data { + font-size: 1.2em; + margin-top: 1.4em; + margin-bottom: 1.4em; } + .comments .comment-data .comment-date { + color: #acacac; } + .comments .comment-data .comment-author { + font-weight: bold; } + .comments .body { + font-size: 1.2em; }