X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/cd2c9815d8b09227d7f180260b560666af3d8186..820e41645dd2ed482850e260eab1f0ff138eb8b4:/prawokultury/static/css/entry.scss?ds=sidebyside

diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss
index e6b5056..e8ddda8 100644
--- a/prawokultury/static/css/entry.scss
+++ b/prawokultury/static/css/entry.scss
@@ -17,8 +17,8 @@
 
     h1, h2 {
         margin: 0;
-        color: #01519a;
-        font-size: 1.2em;
+        color: #ed7f00;
+        font-size: 1.3em;
 
         a {
             color: #01519a;
@@ -30,7 +30,7 @@
     }
 
     .entry-data {
-        font-size: 1.2em;
+        font-size: 1.3em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
@@ -48,20 +48,36 @@
     }
 
     .lead {
-        font-size: 1.2em;
+        font-size: 1.3em;
     }
 
     .body {
-        font-size: 1.2em;
+        font-size: 1.3em;
+    }
+
+    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 +94,23 @@
             margin-left: .7em;
         }
     }
+
+    .gallery-item {
+        float: left;
+        width: 300px;
+        text-align: center;
+        margin-top: 2em;
+    }
+
+    .gallery-image {
+        height: 250px;
+        width: 300px;
+        display: table-cell;
+        vertical-align: middle;
+        img {
+            margin: 0;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,
@@ -85,6 +118,7 @@
     margin-left: 0;
     h1 {
         font-size: 2em;
+        margin-bottom: .5em;
     }
 }
 
@@ -101,7 +135,7 @@
 
     a {
         color: black;
-        font-size: 1.2em;
+        font-size: 1.3em;
     }
     a:before {
         content: url("/static/img/plus.png");
@@ -119,7 +153,7 @@
     }
 
     .comment-data {
-        font-size: 1.2em;
+        font-size: 1.3em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .comment-date {
@@ -131,6 +165,6 @@
     }
 
     .body {
-        font-size: 1.2em;
+        font-size: 1.3em;
     }
 }