X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fb2d5b78a90d3042f7eb5e8e419fcbe6e62fd00d..2771fe804080eff6ba2c40684bdf290e646b9cf9:/prawokultury/static/css/entry.scss?ds=sidebyside diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index dcfbe93..e6b5056 100755 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -5,7 +5,7 @@ } .entry-short { - border-top: 1px solid #8b8b87; + border-bottom: 1px solid #8b8b87; .entry-wrapped { padding-top: .7em; @@ -25,8 +25,12 @@ } } + h2.section { + margin: 2em 0; + } + .entry-data { - font-size: 1.1em; + font-size: 1.2em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -44,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; @@ -75,7 +80,8 @@ } } -.entry-info .entry-wrapped { +.entry-info .entry-wrapped, +.entry-publications .entry-wrapped { margin-left: 0; h1 { font-size: 2em; @@ -89,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; + } +}