X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/5120532d42f2130dd250ec7089d28d9d0fa2b09c..f9ecb54570c6d78d0f1de823d50a1611ef459b0e:/prawokultury/static/css/entry.scss?ds=inline

diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss
old mode 100755
new mode 100644
index e6b5056..041346d
--- a/prawokultury/static/css/entry.scss
+++ b/prawokultury/static/css/entry.scss
@@ -14,11 +14,12 @@
 
 .entry-wrapped {
     margin-left: 8em;
+    line-height: 1.8em;
 
     h1, h2 {
         margin: 0;
-        color: #01519a;
-        font-size: 1.2em;
+        color: #ed7f00;
+        font-size: 1.4em;
 
         a {
             color: #01519a;
@@ -30,7 +31,7 @@
     }
 
     .entry-data {
-        font-size: 1.2em;
+        font-size: 1.4em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
@@ -48,20 +49,36 @@
     }
 
     .lead {
-        font-size: 1.2em;
+        font-size: 1.4em;
     }
 
     .body {
-        font-size: 1.2em;
+        font-size: 1.4em;
+    }
+
+    blockquote {
+        position:relative;
+        left:1em;
+        font-style:italic;
+        margin-left: 1em;
+    }
+
+    .toolbar {
+        font-size: 1.3em;
+        margin-top: 1.4em;
+        margin-bottom: 1.8em;
+
+        .social a {
+            margin-right: .6em;
+            img {
+                vertical-align: middle;
+            }
+        }
     }
 
     .more {
-        clear: both;
         float: right;
-        font-size: 1.2em;
         font-style: italic;
-        margin-top: .6em;
-        margin-bottom: 1.8em;
 
         a {
             color: #acacac;
@@ -78,6 +95,26 @@
             margin-left: .7em;
         }
     }
+
+    .gallery h2 {
+        margin-top: 2em;
+    }
+    .gallery-item {
+        float: left;
+        width: 300px;
+        text-align: center;
+        //margin-bottom: 2em;
+    }
+
+    .gallery-image {
+        height: 300px;
+        width: 300px;
+        display: table-cell;
+        vertical-align: middle;
+        img {
+            margin: 0;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,
@@ -85,6 +122,7 @@
     margin-left: 0;
     h1 {
         font-size: 2em;
+        margin-bottom: .5em;
     }
 }
 
@@ -101,7 +139,7 @@
 
     a {
         color: black;
-        font-size: 1.2em;
+        font-size: 1.3em;
     }
     a:before {
         content: url("/static/img/plus.png");
@@ -119,7 +157,7 @@
     }
 
     .comment-data {
-        font-size: 1.2em;
+        font-size: 1.3em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .comment-date {
@@ -131,6 +169,6 @@
     }
 
     .body {
-        font-size: 1.2em;
+        font-size: 1.3em;
     }
 }