X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fdc3961121619b598c7782e857362fc4e6a14164..7f108d550f1cfaa3bd8422a038e5f0f7ce28c988:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index d3a9a5e..e8284a9 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -1,7 +1,6 @@ -.avatar { +.entry-wrapped img.avatar { float: left; - margin-left: -8em; - margin-top: 0em; } + margin: 0 0 0 -8em; } .entry-short { border-bottom: 1px solid #8b8b87; } @@ -34,13 +33,26 @@ font-size: 1.3em; } .entry-wrapped .body { font-size: 1.3em; } - .entry-wrapped .more { - clear: both; - float: right; - font-size: 1.3em; + .entry-wrapped .lead h2, + .entry-wrapped .body h2 { + font-size: 1em; + font-weight: normal; } + .entry-wrapped blockquote { + position: relative; + left: 1em; font-style: italic; - margin-top: .6em; + margin-left: 1em; } + .entry-wrapped .toolbar { + font-size: 1.3em; + margin-top: 1.4em; margin-bottom: 1.8em; } + .entry-wrapped .toolbar .social a { + margin-right: .6em; } + .entry-wrapped .toolbar .social a img { + vertical-align: middle; } + .entry-wrapped .more { + float: right; + font-style: italic; } .entry-wrapped .more a { color: #acacac; } .entry-wrapped .more .read-more { @@ -51,6 +63,8 @@ .entry-wrapped .more .read-more:after { content: url("/static/img/read-more.png"); margin-left: .7em; } + .entry-wrapped img { + margin: 1em; } .entry-info .entry-wrapped, .entry-publications .entry-wrapped { @@ -58,10 +72,17 @@ .entry-info .entry-wrapped h1, .entry-publications .entry-wrapped h1 { font-size: 2em; } + .entry-info .entry-wrapped img.entry-picture, + .entry-publications .entry-wrapped img.entry-picture { + margin-top: 1.5em; } -.entry-picture { +.entry-wrapped img.entry-picture { float: left; - margin-right: 1.5em; } + margin: 0 1.5em 1em 0; } + +.entry-wrapped .lead ul { + overflow: hidden; + padding-left: 16px; } .submit-link { margin-top: 1em; @@ -90,3 +111,9 @@ font-weight: bold; } .comments .body { font-size: 1.3em; } + +table.borders { + border-collapse: collapse; } + table.borders td { + border: 1px solid #777; + padding: .3em; }