diff software/eXist/webapp/mpdl/presentation/pageHtml.css @ 11:d6f528ad5d96

TEI Unterst?tzung, Fehlerbehebungen, externe Objekte
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Fri, 11 Mar 2011 13:34:02 +0100
parents 5589d865af7a
children 469d927b9ca7
line wrap: on
line diff
--- a/software/eXist/webapp/mpdl/presentation/pageHtml.css	Fri Mar 11 13:33:26 2011 +0100
+++ b/software/eXist/webapp/mpdl/presentation/pageHtml.css	Fri Mar 11 13:34:02 2011 +0100
@@ -34,6 +34,14 @@
    margin-right: 10px;
    padding-top: 1px;
 }
+span.dc-unmodified {
+   float: left;
+   font-family: Georgia;
+   font-size: 250%;
+   line-height: 0.8em; 
+   margin-right: 10px;
+   padding-top: 1px;
+}
 
 /* variables and numbers */
 span.var { font-style:italic; }
@@ -56,27 +64,30 @@
 /* indentation at the beginning of a paragraph: <emph class="sc it"> */
 span.sc { font-weight:bold; }
 span.sc.it {font-weight:bold; font-style:italic; }
-
-/* regularized words */
-span.reg { color:purple; }
 
 /* ref               */
 span.ref { font-style:italic; } 
 
 /* quotes */
-div.q     { margin-left:10px; font-style:italic; }
+span.q     { font-style:italic; }
 div.quote { margin-left:10px; font-style:italic; }
 div.blockquote { margin-left:10px; font-style:normal; }
 div.set-off { margin-left:10px; font-style:italic; }
 
+/* terminology     */
+span.term { color:purple; }  /* Blue   */
+
 /* notes     */
 span.note { font-style:italic; }
+span.note.margin.left { position:absolute; left:2em; font-style:normal; }
+span.note.margin.right { position:absolute; left:30em; font-style:normal; } 
 
 /* GIS elements    */
-span.place { background-color:#87F717; color:black; }  /* Lawn green   */
-span.person  { background-color:#87F717; color:black; }  /* Lawn green   */
-span.time  { background-color:#87F717; color:black; }  /* Lawn green   */
-span.event  { background-color:#87F717; color:black; }  /* Lawn green   */
+span.place { color:#0000FF; }  /* Blue   */
+span.person  { color:#0000FF; }  /* Blue   */
+span.organization  { color:#0000FF; }  /* Blue   */
+span.time  { color:#0000FF; }  /* Blue   */
+span.event  { color:#0000FF; }  /* Blue  */
 
 /* preliminary representations of single/double/wavy/circled lines in Chinese text */
 span.sl { text-decoration:underline; }        /* DESpecs for Chinese: <sl> */