X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3f6f55a25872c1d1465f7bdb59e8a766da9c51cc..ab44e9c3f8c46b358135453ae58c5cef0df1c77b:/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 77c2935..74d68c4 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -14,19 +14,24 @@ .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; } } + h2.section { + margin: 2em 0; + } + .entry-data { - font-size: 1.2em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -44,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; @@ -74,6 +95,34 @@ margin-left: .7em; } } + + .gallery h2 { + margin-top: 2em; + } + .gallery-item { + float: left; + width: 300px; + text-align: center; + //margin-bottom: 2em; + } + + .gallery-image { + height: 300px; + width: 300px; + display: table-cell; + vertical-align: middle; + img { + margin: 0; + } + } + + table { + border-collapse: collapse; + td, th { + border: 1px #bbb solid; + padding: 0.4em; + } + } } .entry-info .entry-wrapped, @@ -81,6 +130,7 @@ margin-left: 0; h1 { font-size: 2em; + margin-bottom: .5em; } } @@ -97,11 +147,36 @@ a { color: black; - font-size: 1.2em; + 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; + } +}