X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6f1d6a6fe9607eb612d2dc95340d414dda043e92..68af09c31acf809e1206cfe2304ace740f610a1e:/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..80917b4 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -18,15 +18,19 @@ h1, h2 { margin: 0; color: #01519a; - font-size: 1.2em; + 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; @@ -86,6 +107,7 @@ .entry-picture { float: left; margin-right: 1.5em; + margin-bottom: 1em; } .submit-link { @@ -96,11 +118,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; + } +}