ソースを参照

Adds styles for article content

Talha Mansoor 11 年 前
コミット
315cf93d16
共有1 個のファイルを変更した22 個の追加1 個の削除を含む
  1. 22 1
      static/css/style.css

+ 22 - 1
static/css/style.css

@@ -26,9 +26,30 @@
 
 .article-content {
     text-align:justify;
-    max-width:35em;
+    max-width:50em;
 }
 
+.article-content p{
+    font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif; 
+    font-variant: normal;
+    text-transform: none;
+    font-size: 1.1em;
+    line-height: 1.6em;
+}
+
+.article-content blockquote {
+    padding: 5px 0px 5px 20px;
+    margin: 20px 0px 20px 0px;
+    border-left: 5px solid rgb(100,100,100);
+}
+
+.article-content blockquote p {
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-variant: normal;
+    text-transform: none;
+    font-size: 1.2em;
+    line-height: 1.7em;
+}
 .list-of-categories span {
     vertical-align: super;
     font-size: 0.8em;