X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..6f8ce976c498b1df0768c0965c0c9dc2e84bda1c:/wolnelektury/static/css/cite.css diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 2067f4719..91c685138 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -24,21 +24,15 @@ } -/* a long cite displays smaller */ -.cite-small .cite-body span { - font-size: 1.4em; -} - - #big-cite { - background-color: #45321f; /* average image color */ + background-color: #bd9a89; /* average image color */ color: white; 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% 70%; } #big-cite .cite { @@ -134,4 +128,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; }