diff css/mpiwg.css @ 92:45c7b240ee93

book pages and lists.
author casties
date Wed, 15 May 2013 21:14:26 +0200
parents c940af028112
children 7b96a85552aa
line wrap: on
line diff
--- a/css/mpiwg.css	Wed May 15 19:42:23 2013 +0200
+++ b/css/mpiwg.css	Wed May 15 21:14:26 2013 +0200
@@ -668,7 +668,8 @@
     margin-bottom: 5px;
 }
 
-div.box.line {
+div.box.line,
+div.line {
     border-bottom: 1px solid #dccbae;
 }
 
@@ -699,8 +700,11 @@
 div.mini div.thumb {
     background-color: #f8f8f8;
     text-align: center;
+    margin-top: 0.5em;
 }
-
+div.mini div.thumb:first-child {
+    margin-top: 0;
+}
 div.row.quintuple div.mini div.thumb img {
     width: 120px;
     height: 75px;
@@ -721,6 +725,10 @@
     height: auto;
 }
 
+div.row.double div.mini div.thumb img {
+    height: 180px;
+}
+
 div.mini div.type {
     color: #9f917a;
     margin-top: 0.5em;
@@ -739,6 +747,11 @@
     margin-top: 0.5em;
 }
 
+div.mini h2 {
+    /* e.g. title for mini-books */
+    font-size: 14px;
+}
+
 div.mini.website div.description {
     /* initially hidden */
     display: none;
@@ -1016,6 +1029,10 @@
     line-height: 1.5;
 }
 
+h2.type {
+    color: #9f917a;
+}
+
 /*
  * feature story archive
  */