X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/5a12e3330053b0536f3a0684b96d1916cca9780c..ab44e9c3f8c46b358135453ae58c5cef0df1c77b:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index c66f59d..74d68c4 100644 --- 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: #ed7f00; - font-size: 1.3em; + font-size: 1.4em; a { color: #01519a; @@ -30,7 +31,7 @@ } .entry-data { - font-size: 1.3em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -48,11 +49,11 @@ } .lead { - font-size: 1.3em; + font-size: 1.4em; } .body { - font-size: 1.3em; + font-size: 1.4em; } blockquote { @@ -94,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,