X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/cd2c9815d8b09227d7f180260b560666af3d8186..4df6b2c6b149e9c0055cd0ab98a6568facefea84:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index e6b5056..2cc65b1 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -1,7 +1,6 @@ -.avatar { +.entry-wrapped img.avatar { float: left; - margin-left: -8em; - margin-top: 0em; + margin: 0 0 0 -8em; } .entry-short { @@ -18,7 +17,7 @@ h1, h2 { margin: 0; color: #01519a; - font-size: 1.2em; + font-size: 1.3em; a { color: #01519a; @@ -30,7 +29,7 @@ } .entry-data { - font-size: 1.2em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -48,20 +47,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; @@ -78,6 +93,10 @@ margin-left: .7em; } } + + img { + margin: 1em; + } } .entry-info .entry-wrapped, @@ -88,9 +107,9 @@ } } -.entry-picture { +.entry-wrapped img.entry-picture { float: left; - margin-right: 1.5em; + margin: 0 1.5em 1em 0; } .submit-link { @@ -101,7 +120,7 @@ a { color: black; - font-size: 1.2em; + font-size: 1.3em; } a:before { content: url("/static/img/plus.png"); @@ -119,7 +138,7 @@ } .comment-data { - font-size: 1.2em; + font-size: 1.3em; margin-top: 1.4em; margin-bottom: 1.4em; .comment-date { @@ -131,6 +150,14 @@ } .body { - font-size: 1.2em; + font-size: 1.3em; } } + +table.borders { + border-collapse: collapse; + td { + border: 1px solid #777; + padding: .3em; + } +}