X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6f1d6a6fe9607eb612d2dc95340d414dda043e92..cc96a54d3bfe917023233a5f45ead32e10f2e66c:/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..c66f59d --- 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; @@ -80,6 +101,7 @@ margin-left: 0; h1 { font-size: 2em; + margin-bottom: .5em; } } @@ -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; + } +}