X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1687f78a694957f2cc3d357d7dcd4e498f0fafd8..3768325f42689394f4639ff92e3cc483670c0d17:/wolnelektury/static/css/cite.css diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 91c685138..2dc61da8e 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -26,13 +26,14 @@ #big-cite { - background-color: #bd9a89; /* average image color */ - color: white; + background-color: white; /* #bd9a89; /* average image color */ + color: black; padding: 0; margin: 0; background-image: url(/static/img/backdrop/horiavarlan-4268896468.jpg); background-size: 100%; - background-position: 50% 70%; + background-position: 50% 68%; + background-repeat: no-repeat; } #big-cite .cite { @@ -49,7 +50,7 @@ #big-cite .cite-body { - margin: .05em .05em .05em 17.5em; + margin: .05em .05em .05em 1em; } #big-cite .cite-body span { font-size: 3em; @@ -57,9 +58,7 @@ } #big-cite .vip { - float:left; - text-align:right; - width: 14.7em; + margin-left: 1em; margin-top: .25em; } @@ -86,7 +85,7 @@ #big-cite .source { - margin: 1.6em 0.2em 1.6em 17.5em; + margin: 1.6em 0.2em 1.6em 1em; } #big-cite .source span { font-size: 1.2em;