diff css/docuviewer.css @ 565:1b483194901c

more new MpiwgXmlTextServer.
author casties
date Tue, 09 Oct 2012 19:01:18 +0200
parents 6cdc31e9ed8e
children 8b1e20bf300d
line wrap: on
line diff
--- a/css/docuviewer.css	Mon Oct 08 20:36:00 2012 +0200
+++ b/css/docuviewer.css	Tue Oct 09 19:01:18 2012 +0200
@@ -256,6 +256,38 @@
     font-family: Verdana,Arial,sans-serif;
     font-size: 12px;
 }
+div.col.main div.content.text .bf {
+    font-weight: bold;
+}
+div.col.main div.content.text .head {
+    margin-top: 0.5em;
+    margin-bottom: 0.25em;
+}
+/* running head */
+div.col.main div.content.text div.pageHeaderTitle {
+    text-align: center;
+    margin-bottom: 1em;
+}
+/* figures */
+div.col.main div.content.text span.figure {
+    display: block;
+    width: 200px;
+    margin-top: 0.5em;
+    margin-bottom: 0.5em;
+    padding: 5px;
+    border: 1px dashed silver;
+    /* float: right; */
+    /* text-align: center; */
+}
+div.col.main div.content.text span.figure>a,
+div.col.main div.content.text span.figure span.figureNumber,
+div.col.main div.content.text span.figure span.caption,
+div.col.main div.content.text span.figure span.description {
+    display:block;
+}
+div.col.main div.content.text span.figure span.figureNum {
+    display: none;
+}
 /*
  * search results
  */