X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/5120532d42f2130dd250ec7089d28d9d0fa2b09c..0f8837242d2fc8e1477590f7a8d54225e1e8b9e1:/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 e6b5056..9814feb --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -14,11 +14,12 @@ .entry-wrapped { margin-left: 8em; + line-height: 1.8em; h1, h2 { margin: 0; - color: #01519a; - font-size: 1.2em; + color: #ed7f00; + font-size: 1.4em; a { color: #01519a; @@ -30,7 +31,7 @@ } .entry-data { - font-size: 1.2em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -48,20 +49,36 @@ } .lead { - font-size: 1.2em; + font-size: 1.4em; } .body { - font-size: 1.2em; + font-size: 1.4em; + } + + 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; @@ -78,6 +95,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, @@ -85,6 +119,7 @@ margin-left: 0; h1 { font-size: 2em; + margin-bottom: .5em; } } @@ -101,7 +136,7 @@ a { color: black; - font-size: 1.2em; + font-size: 1.3em; } a:before { content: url("/static/img/plus.png"); @@ -119,7 +154,7 @@ } .comment-data { - font-size: 1.2em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .comment-date { @@ -131,6 +166,6 @@ } .body { - font-size: 1.2em; + font-size: 1.3em; } }