X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/691ee7c0396998d88b22c53da94e28a55874c914..e194da857835c3bd9dcbdc9faf39189b6ec514d3:/wolnelektury/static/css/cite.css

diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css
index c86ea6504..91c685138 100755
--- a/wolnelektury/static/css/cite.css
+++ b/wolnelektury/static/css/cite.css
@@ -1,19 +1,22 @@
-a.cite {
+.cite {
     display: block;
     color: black;
     background: white;
     padding: 3em 2em .1em 8em;
 }
-.cite-body {
+.book-wide-box .cite-body,
+#tagged-object-list .cite-body
+ {
     font-size: 1.8em;
     line-height: 1.3em;
 }
-.cite p {
+.book-wide-box .source,
+#tagged-object-list .source
+{
     color: #444;
     font-size: 1.1em;
     margin-top: 1.6em;
 }
-
 .cite .vip {
     margin: 0;
     color: #575C63;
@@ -22,15 +25,20 @@ a.cite {
 
 
 
-
 #big-cite {
-    background-color: white;
+    background-color: #bd9a89; /* average image color */
+    color: white;
     padding: 0;
     margin: 0;
+    background-image: url(/static/img/backdrop/horiavarlan-4268896468.jpg);
+    background-size: 100%;
+    background-position: 50% 70%;
 }
 
 #big-cite .cite {
-    padding: 10.75em 10em 8.5em 18.2em;
+    padding: 4.6em 4em 4.8em 0;
+    background: none;
+    color: white;
 }
 
 #big-cite h2 {
@@ -41,23 +49,53 @@ a.cite {
 
 
 #big-cite .cite-body {
-    margin: .05em;
-    font-size: 2.8em;
-    line-height: 1.2em;
-    color: #191919;
+    margin: .05em .05em .05em 17.5em;
+}
+#big-cite .cite-body span {
+    font-size: 3em;
+    line-height: 1.16em;
+}
+
+#big-cite .vip {
+	float:left;
+	text-align:right;
+	width: 14.7em;
+	margin-top: .25em;
+}
+
+#big-cite .vip span {
+	font-size:1.1em;
+}
+
+#big-cite .cite-body span,
+#big-cite .vip span,
+#big-cite .source span
+{
+	color: white;
+	background-color: rgb(0, 0, 0);
+	background-color: rgba(0, 0, 0, 0.6);
+	/* For IE 5.5 - 7*/
+	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
+	/* For IE 8*/
+	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
+}
+/* a long cite displays smaller */ 
+#big-cite .cite-small .cite-body span {
+	font-size: 2em;
 }
 
 
 #big-cite .source {
-    color: #00a1ac;
-    margin: 0;
-    font-size: 1.1em;
-    margin: 1.1em 0.2em;
+    margin: 1.6em 0.2em 1.6em 17.5em;
+}
+#big-cite .source span {
+    font-size: 1.2em;
 }
 
 
 
 
+
 .cite blockquote p {
     margin: 0;
 }
@@ -72,8 +110,28 @@ a.cite {
     top: -0.8em;
     right: -1em;
     background-color: #f7f7f7;
-    vertical-align: center;
+    vertical-align: middle;
     width: 39.5em;
     margin: 0;
     padding: 1em;
 }
+
+
+.Fragment-item .fragment {
+	color: black;
+	display: block;
+}
+.Fragment-item .toggle {
+	font-size: 1.1em;
+	display:block;
+	padding: .5em 0;
+}
+.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;
+}