changeset 153:c115a18dbbe1

styles for overview page.
author casties
date Mon, 03 Jun 2013 19:55:13 +0200
parents 1f0db83b61c5
children f63985f02055
files css/mpiwg.css
diffstat 1 files changed, 63 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/css/mpiwg.css	Mon Jun 03 19:54:57 2013 +0200
+++ b/css/mpiwg.css	Mon Jun 03 19:55:13 2013 +0200
@@ -126,6 +126,9 @@
 ul.plain > li {
     margin-top: 0.5em;
 }
+ul.plain > li:first-child {
+    margin-top: 0;
+}
 
 ul.inline {
     display: inline;
@@ -425,12 +428,13 @@
     position: relative;
 }
 
-div.box h2 a:link,
-h2.line a.more:link {
+div.box h2 a,
+h2.line a.more {
     /* more-links in title are right */
     position: absolute;
     right: 0;
-    top: 3px;
+    bottom: 5px;
+    color: #d45a00;
     /* more-links in title are small */
     font-size: 12px;
 }
@@ -730,6 +734,9 @@
     border: 0;
 }
 
+/* 
+ * jobs page tool list 
+ */
 div.tool.list {
     font-size: 14px;
     color: #887163;
@@ -751,6 +758,44 @@
 }
 
 /*
+ * overview page
+ */
+ 
+div.center.wide > div.row.double > div.col {
+    width: 335px;
+}
+div.center.wide > div.row.double div.tool.box div.searchbox input.text {
+    /* smaller search box */
+    width: 250px;
+}
+
+h2.withicon span.strut {
+    /* equalize uneven height of icons */
+    display: inline-block;
+    height: 45px;
+    vertical-align: bottom;
+}
+
+div.tool.box div.links a {
+    font-family: Verdana, Arial, sans-serif;
+    font-style: normal;
+    font-size: 14px;
+    color: #d45a00;
+}
+
+div.tool.box div.links h3 {
+    font-family: Verdana, Arial, sans-serif;
+    font-style: normal;
+    font-size: 14px;
+    color: #3b4186;
+    padding-bottom: 3px;
+    border-bottom: 1px solid white;
+}
+div.tool.box div.links h3 a {
+    color: inherit;
+}
+
+/*
  * other boxes
  */
 div.box {
@@ -828,13 +873,13 @@
     height: 87px;
 }
 
-div.row.triple  > div.col > div.mini.source div.thumb img {
+div.row.triple > div.col > div.mini.source div.thumb img {
     /* thumb size for sources given by digilib */
     width: auto;
     height: auto;
 }
 
-div.row.double  > div.col > div.mini div.thumb img {
+div.row.double > div.col > div.mini div.thumb img {
     height: 180px;
 }
 
@@ -1234,6 +1279,19 @@
     margin: 0;
 }
 
+/*
+ * thesaurus
+ */
+        
+.showApproach {
+	color:#EA8500;
+	cursor:pointer;
+}
+.showApproach:hover {
+	text-decoration: underline;
+}
+
+
 /* 
  * sidebar 
  */