X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..92bcb49ab1a4bf73225b8dec1cf09fd6dff8a879:/wolnelektury/static/css/cite.css?ds=sidebyside

diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css
index 2067f4719..04fdfdd9f 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 */
+    background-color: #444;
     color: white;
     padding: 0;
     margin: 0;
-    background-image: url(/static/img/backdrop/boltron-3212284622.jpg);
+    background-image: url(/static/img/backdrop/book-drawer2.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;
 }