X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6f1d6a6fe9607eb612d2dc95340d414dda043e92..b30dc629467c86b0eb89a8276443e5f51d96dab7:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss old mode 100755 new mode 100644 index 6e67528..e8ddda8 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -17,16 +17,20 @@ h1, h2 { margin: 0; - color: #01519a; - font-size: 1.2em; + color: #ed7f00; + font-size: 1.3em; a { color: #01519a; } } + h2.section { + margin: 2em 0; + } + .entry-data { - font-size: 1.1em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -44,19 +48,36 @@ } .lead { - font-size: 1.1em; + font-size: 1.3em; } .body { - font-size: 1.1em; + font-size: 1.3em; + } + + blockquote { + position:relative; + left:1em; + font-style:italic; + margin-left: 1em; + } + + .toolbar { + font-size: 1.3em; + margin-top: 1.4em; + margin-bottom: 1.8em; + + .social a { + margin-right: .6em; + img { + vertical-align: middle; + } + } } .more { float: right; - font-size: 1.1em; font-style: italic; - margin-top: .6em; - margin-bottom: 1.8em; a { color: #acacac; @@ -73,6 +94,23 @@ margin-left: .7em; } } + + .gallery-item { + float: left; + width: 300px; + text-align: center; + margin-top: 2em; + } + + .gallery-image { + height: 250px; + width: 300px; + display: table-cell; + vertical-align: middle; + img { + margin: 0; + } + } } .entry-info .entry-wrapped, @@ -80,6 +118,7 @@ margin-left: 0; h1 { font-size: 2em; + margin-bottom: .5em; } } @@ -96,11 +135,36 @@ a { color: black; - font-size: 1.1em; + font-size: 1.3em; } a:before { content: url("/static/img/plus.png"); vertical-align: top; margin-right: 1em; } -} \ No newline at end of file +} + + +.comments { + margin-left: 8em; + + .comment-form { + border-top: 1px solid #494948; + } + + .comment-data { + font-size: 1.3em; + margin-top: 1.4em; + margin-bottom: 1.4em; + .comment-date { + color: #acacac; + } + .comment-author { + font-weight: bold; + } + } + + .body { + font-size: 1.3em; + } +}