diff css/mpiwg.css @ 79:7f26c8e6c8e9

more styles for project lists.
author casties
date Wed, 08 May 2013 17:03:50 +0200
parents 2d3a7171f3f0
children b1893c4c9d2c
line wrap: on
line diff
--- a/css/mpiwg.css	Wed May 08 10:33:39 2013 +0200
+++ b/css/mpiwg.css	Wed May 08 17:03:50 2013 +0200
@@ -537,7 +537,9 @@
 
 div.tool.box div.atoz {
     color: #887163;
+    font-family: Verdana, Arial, sans-serif;
     font-size: 14px;
+    font-style: normal;
     margin-top: 10px;
 }
 
@@ -774,24 +776,32 @@
 }
 
 /*
- * table with articles
+ * pubman references
  */
-table.articles {
+.reference .Italic {
+    font-style: italic;
+}
+
+
+/*
+ * table with items (articles)
+ */
+table.items {
     /* no space between cells */
     border-collapse: collapse;
 }
 
-table.articles td {
+table.items td {
     vertical-align: top;
     text-align: left;
     line-height: 1.5;
     padding: 1em 1em 0.5em 0;
 }
-table.articles td:last-child {
+table.items td:last-child {
     padding-right: 0;
 }
 
-table.articles th {
+table.items th {
     font-family: Georgia, Times, serif;
     font-size: 16px;
     font-weight: normal;
@@ -801,26 +811,42 @@
     border-bottom: 3px solid #dccbae;
 }
 
-table.articles tr.abstract td {
-    /* abstract has no padding-top */
+table.items h2 {
+    border-bottom: 3px solid #dccbae;
+    margin-bottom: 0;
+}
+table.items h2 a {
+    color: inherit;
+    font-weight: inherit;
+    text-decoration: none;    
+}
+
+table.items img.thumb {
+    width: 55px;
+    height: 34px;
+}
+
+table.items td.line,
+table.items tr.line td {
+    border-bottom: 1px solid #dccbae;
+}
+
+table.items tr.last_item td {
+    /* last_item has no padding-top */
     padding: 0 0 0.5em 0;
 }
 
-table.articles td.line {
-    border-bottom: 1px solid #dccbae;
-}
-
-table.articles h3.fold_head {
+table.items h3.fold_head {
     font-size: 12px;
     background-color: #f6f2eb;
     padding: 3px;
 }
 
-table.articles h3.fold_head img {
+table.items h3.fold_head img {
     margin: 0 5px 0 3px;
 }
 
-table.articles div.fold_body {
+table.items div.fold_body {
     padding: 0.5em 0 0 20px;
 }