X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b1fb752ca1abb051a63da4729e34a80affc25c76..2771fe804080eff6ba2c40684bdf290e646b9cf9:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 4c54530..e6b5056 100755 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -1,25 +1,36 @@ .avatar { float: left; - margin-left: -7.5em; - margin-top: .8em; + margin-left: -8em; + margin-top: 0em; } .entry-short { - border-top: 1px solid #8b8b87; + border-bottom: 1px solid #8b8b87; + + .entry-wrapped { + padding-top: .7em; + } } .entry-wrapped { margin-left: 8em; - padding-top: .7em; - h2 { + h1, h2 { margin: 0; - font-size: 1.2em; color: #01519a; + font-size: 1.2em; + + a { + color: #01519a; + } + } + + h2.section { + margin: 2em 0; } .entry-data { - font-size: 1.1em; + font-size: 1.2em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -37,16 +48,17 @@ } .lead { - font-size: 1.1em; + font-size: 1.2em; } .body { - font-size: 1.1em; + font-size: 1.2em; } .more { + clear: both; float: right; - font-size: 1.1em; + font-size: 1.2em; font-style: italic; margin-top: .6em; margin-bottom: 1.8em; @@ -68,6 +80,13 @@ } } +.entry-info .entry-wrapped, +.entry-publications .entry-wrapped { + margin-left: 0; + h1 { + font-size: 2em; + } +} .entry-picture { float: left; @@ -76,16 +95,42 @@ .submit-link { margin-top: 1em; - margin-bottom: 1em; + padding-bottom: 1em; height: 1.7em; + border-bottom: 1px solid #8b8b87; a { color: black; - font-size: 1.1em; + font-size: 1.2em; } 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.2em; + margin-top: 1.4em; + margin-bottom: 1.4em; + .comment-date { + color: #acacac; + } + .comment-author { + font-weight: bold; + } + } + + .body { + font-size: 1.2em; + } +}