X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23783edfd0a5d4d8e2dabd7a5f2d51643de099a6..7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03:/apps/wolnelektury_core/static/css/main/cite.scss diff --git a/apps/wolnelektury_core/static/css/main/cite.scss b/apps/wolnelektury_core/static/css/main/cite.scss index 598d21ea8..d15faaaa9 100755 --- a/apps/wolnelektury_core/static/css/main/cite.scss +++ b/apps/wolnelektury_core/static/css/main/cite.scss @@ -9,6 +9,17 @@ @include size-px(padding-left, 80); @include size-px(padding-right, 20); + .vip { + margin: 0; + color: #575C63; + @include size-px(font-size, 11); + } + + .cite-body { + @include size-px(font-size, 18); + line-height: 1.3em; + } + blockquote { padding: 0; margin: 0; @@ -18,9 +29,22 @@ } } - .vip { - margin: 0; - color: #575C63; + .source + { + color: #444; + @include mono; @include size-px(font-size, 11); + @include size-px(margin-top, 16); } } + + + + +.book-wide-box .cite { + background-color: #f7f7f7; + vertical-align: middle; + @include size-px(width, 395); + margin: 0; + @include size-px(padding, 10); +}