Main page looks almost ok now.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / cite.scss
diff --git a/apps/wolnelektury_core/static/css/main/cite.scss b/apps/wolnelektury_core/static/css/main/cite.scss
new file mode 100755 (executable)
index 0000000..598d21e
--- /dev/null
@@ -0,0 +1,26 @@
+@import "tools";
+
+.cite {
+    display: block;
+    color: black;
+    background: white;
+    @include size-px(padding-top, 30);
+    @include size-px(padding-bottom, 1);
+    @include size-px(padding-left, 80);
+    @include size-px(padding-right, 20);
+
+    blockquote {
+        padding: 0;
+        margin: 0;
+
+        p {
+            margin: 0;
+        }
+    }
+
+    .vip {
+        margin: 0;
+        color: #575C63;
+        @include size-px(font-size, 11);
+    }
+}