X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e23a288aab928aeaf8ad6cedcf201fd6fd0eb623..3768325f42689394f4639ff92e3cc483670c0d17:/wolnelektury/static/css/cite.css diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 2067f4719..2dc61da8e 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -24,21 +24,16 @@ } -/* a long cite displays smaller */ -.cite-small .cite-body span { - font-size: 1.4em; -} - - #big-cite { - background-color: #45321f; /* average image color */ - color: white; + background-color: white; /* #bd9a89; /* average image color */ + color: black; padding: 0; margin: 0; - background-image: url(/static/img/backdrop/boltron-3212284622.jpg); + background-image: url(/static/img/backdrop/horiavarlan-4268896468.jpg); background-size: 100%; - background-position: 50% 50%; + background-position: 50% 68%; + background-repeat: no-repeat; } #big-cite .cite { @@ -55,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; @@ -63,9 +58,7 @@ } #big-cite .vip { - float:left; - text-align:right; - width: 14.7em; + margin-left: 1em; margin-top: .25em; } @@ -92,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; @@ -134,4 +127,10 @@ } .Fragment-item { margin-bottom: 2em; + /* white-box */ + border: 1px solid #ddd; + background: #fff; + -moz-box-shadow: 2px 2px 2px #ddd; + -webkit-box-shadow: 2px 2px 2px #ddd; + box-shadow: 2px 2px 2px #ddd; }