allow marking long cites
[wolnelektury.git] / wolnelektury / static / css / cite.css
index 5463297..c06777f 100755 (executable)
@@ -15,15 +15,21 @@ a.cite {
 }
 
 .cite .vip {
-    margin-top: 0;
+    margin: 0;
+    color: #575C63;
+    font-size: 1.1em;
 }
 
 
+/* a long cite displays smaller */ 
+.cite-small .cite-body {
+       font-size: 1.4em;
+}
+
 
 
 #big-cite {
     background-color: white;
-    /*padding: 10.75em 10em 8.5em 18.2em;*/
     padding: 0;
     margin: 0;
 }
@@ -45,6 +51,10 @@ a.cite {
     line-height: 1.2em;
     color: #191919;
 }
+/* a long cite displays smaller */ 
+#big-cite .cite-small .cite-body {
+       font-size: 2em;
+}
 
 
 #big-cite .source {