X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/ce728e78bb55eb75753f40dc5cd0997a53e7dd27..2771fe804080eff6ba2c40684bdf290e646b9cf9:/prawokultury/static/css/entry.css?ds=inline

diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css
index bb7d7a0..6c19bf1 100644
--- a/prawokultury/static/css/entry.css
+++ b/prawokultury/static/css/entry.css
@@ -4,7 +4,7 @@
   margin-top: 0em; }
 
 .entry-short {
-  border-top: 1px solid #8b8b87; }
+  border-bottom: 1px solid #8b8b87; }
   .entry-short .entry-wrapped {
     padding-top: .7em; }
 
@@ -16,8 +16,10 @@
     font-size: 1.2em; }
     .entry-wrapped h1 a, .entry-wrapped h2 a {
       color: #01519a; }
+  .entry-wrapped h2.section {
+    margin: 2em 0; }
   .entry-wrapped .entry-data {
-    font-size: 1.1em;
+    font-size: 1.2em;
     margin-top: 1.4em;
     margin-bottom: 1.4em; }
     .entry-wrapped .entry-data .date {
@@ -29,12 +31,13 @@
       .entry-wrapped .entry-data .categories a {
         color: black; }
   .entry-wrapped .lead {
-    font-size: 1.1em; }
+    font-size: 1.2em; }
   .entry-wrapped .body {
-    font-size: 1.1em; }
+    font-size: 1.2em; }
   .entry-wrapped .more {
+    clear: both;
     float: right;
-    font-size: 1.1em;
+    font-size: 1.2em;
     font-style: italic;
     margin-top: .6em;
     margin-bottom: 1.8em; }
@@ -49,9 +52,11 @@
       content: url("/static/img/read-more.png");
       margin-left: .7em; }
 
-.entry-info .entry-wrapped {
+.entry-info .entry-wrapped,
+.entry-publications .entry-wrapped {
   margin-left: 0; }
-  .entry-info .entry-wrapped h1 {
+  .entry-info .entry-wrapped h1,
+  .entry-publications .entry-wrapped h1 {
     font-size: 2em; }
 
 .entry-picture {
@@ -60,12 +65,28 @@
 
 .submit-link {
   margin-top: 1em;
-  margin-bottom: 1em;
-  height: 1.7em; }
+  padding-bottom: 1em;
+  height: 1.7em;
+  border-bottom: 1px solid #8b8b87; }
   .submit-link a {
     color: black;
-    font-size: 1.1em; }
+    font-size: 1.2em; }
   .submit-link a:before {
     content: url("/static/img/plus.png");
     vertical-align: top;
     margin-right: 1em; }
+
+.comments {
+  margin-left: 8em; }
+  .comments .comment-form {
+    border-top: 1px solid #494948; }
+  .comments .comment-data {
+    font-size: 1.2em;
+    margin-top: 1.4em;
+    margin-bottom: 1.4em; }
+    .comments .comment-data .comment-date {
+      color: #acacac; }
+    .comments .comment-data .comment-author {
+      font-weight: bold; }
+  .comments .body {
+    font-size: 1.2em; }