Forum: styling topic view
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 29 Aug 2013 08:29:38 +0000 (10:29 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 29 Aug 2013 09:04:02 +0000 (11:04 +0200)
edumed/static/css/forum.css
edumed/static/css/forum.scss

index 51fe05f..194398d 100644 (file)
@@ -38,6 +38,8 @@ ul.breadcrumb {
     text-align: center; }
   .forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover {
     text-decoration: none; }
+  .forum-body .post:nth-child(4n+4) {
+    background-color: #eaeaea; }
   .forum-body .post-header {
     padding: 3px 0 3px 20px; }
     .forum-body .post-header th {
index 3691f8f..7aa7b36 100755 (executable)
@@ -66,7 +66,9 @@ ul.breadcrumb {
 
 
 
-
+    .post:nth-child(4n+4) {
+        background-color: lighten(#D0D0D0 , 10%);
+    }
 
     .post-header {
        padding: 3px 0 3px 20px;