X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/cd2c9815d8b09227d7f180260b560666af3d8186..e5aa969cd2a3fafaae85d471faaeb7657460972f:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index e6b5056..80917b4 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -18,7 +18,7 @@ h1, h2 { margin: 0; color: #01519a; - font-size: 1.2em; + 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; @@ -91,6 +107,7 @@ .entry-picture { float: left; margin-right: 1.5em; + margin-bottom: 1em; } .submit-link { @@ -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; } }