X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/5120532d42f2130dd250ec7089d28d9d0fa2b09c..5a12e3330053b0536f3a0684b96d1916cca9780c:/prawokultury/static/css/entry.scss?ds=sidebyside diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss old mode 100755 new mode 100644 index e6b5056..c66f59d --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -17,8 +17,8 @@ h1, h2 { margin: 0; - color: #01519a; - font-size: 1.2em; + color: #ed7f00; + font-size: 1.3em; a { color: #01519a; @@ -30,7 +30,7 @@ } .entry-data { - font-size: 1.2em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -48,20 +48,36 @@ } .lead { - font-size: 1.2em; + font-size: 1.3em; } .body { - font-size: 1.2em; + 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 { - clear: both; float: right; - font-size: 1.2em; font-style: italic; - margin-top: .6em; - margin-bottom: 1.8em; a { color: #acacac; @@ -85,6 +101,7 @@ margin-left: 0; h1 { font-size: 2em; + margin-bottom: .5em; } } @@ -101,7 +118,7 @@ a { color: black; - font-size: 1.2em; + font-size: 1.3em; } a:before { content: url("/static/img/plus.png"); @@ -119,7 +136,7 @@ } .comment-data { - font-size: 1.2em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .comment-date { @@ -131,6 +148,6 @@ } .body { - font-size: 1.2em; + font-size: 1.3em; } }