X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3f6f55a25872c1d1465f7bdb59e8a766da9c51cc..6e28d2a2680de3290eaed5e90cc128d33fe27046:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index d8b835a..87a9302 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -9,15 +9,18 @@ padding-top: .7em; } .entry-wrapped { - margin-left: 8em; } + margin-left: 8em; + line-height: 1.8em; } .entry-wrapped h1, .entry-wrapped h2 { margin: 0; - color: #01519a; - font-size: 1.2em; } + color: #ed7f00; + font-size: 1.4em; } .entry-wrapped h1 a, .entry-wrapped h2 a { color: #01519a; } + .entry-wrapped h2.section { + margin: 2em 0; } .entry-wrapped .entry-data { - font-size: 1.2em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; } .entry-wrapped .entry-data .date { @@ -29,16 +32,25 @@ .entry-wrapped .entry-data .categories a { color: black; } .entry-wrapped .lead { - font-size: 1.2em; } + font-size: 1.4em; } .entry-wrapped .body { - font-size: 1.2em; } - .entry-wrapped .more { - clear: both; - float: right; - font-size: 1.2em; + font-size: 1.4em; } + .entry-wrapped blockquote { + position: relative; + left: 1em; font-style: italic; - margin-top: .6em; + margin-left: 1em; } + .entry-wrapped .toolbar { + font-size: 1.3em; + margin-top: 1.4em; margin-bottom: 1.8em; } + .entry-wrapped .toolbar .social a { + margin-right: .6em; } + .entry-wrapped .toolbar .social a img { + vertical-align: middle; } + .entry-wrapped .more { + float: right; + font-style: italic; } .entry-wrapped .more a { color: #acacac; } .entry-wrapped .more .read-more { @@ -49,13 +61,27 @@ .entry-wrapped .more .read-more:after { content: url("/static/img/read-more.png"); margin-left: .7em; } + .entry-wrapped .gallery h2 { + margin-top: 2em; } + .entry-wrapped .gallery-item { + float: left; + width: 300px; + text-align: center; } + .entry-wrapped .gallery-image { + height: 300px; + width: 300px; + display: table-cell; + vertical-align: middle; } + .entry-wrapped .gallery-image img { + margin: 0; } .entry-info .entry-wrapped, .entry-publications .entry-wrapped { margin-left: 0; } .entry-info .entry-wrapped h1, .entry-publications .entry-wrapped h1 { - font-size: 2em; } + font-size: 2em; + margin-bottom: .5em; } .entry-picture { float: left; @@ -68,8 +94,23 @@ border-bottom: 1px solid #8b8b87; } .submit-link a { color: black; - font-size: 1.2em; } + font-size: 1.3em; } .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.3em; + 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.3em; }