diff software/eXist/webapp/mpdl/presentation/pageHtml.css @ 13:469d927b9ca7

diverse Fehlerbehebungen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 19 Apr 2011 16:51:59 +0200
parents d6f528ad5d96
children e99964f390e4
line wrap: on
line diff
--- a/software/eXist/webapp/mpdl/presentation/pageHtml.css	Tue Apr 19 16:51:26 2011 +0200
+++ b/software/eXist/webapp/mpdl/presentation/pageHtml.css	Tue Apr 19 16:51:59 2011 +0200
@@ -1,6 +1,5 @@
 /* general */
 .it        { font-style:italic }                    /* DESpecs: _ _ and attribute "it" */
-.it span.it { font-style:normal }                   /* DESpecs: _ _ within a paragraph already in italics */
 .bf        { font-weight:bold }                     /* DESpecs: <bf> */
 .sc        { font-variant:small-caps }              /* DESpecs: <sc> */
 .sub       { vertical-align:sub; font-size:.8em }   /* DESpecs: <_>  */ /* line-height:1em; ? */
@@ -24,6 +23,11 @@
 ul.xml.element { margin-left:0px;padding-left:8px }
 ul.xml.element.highlight { background-color:#D3D3D3; }      /* LightGrey    */
 
+/* Paragraphs     */
+div.p { 
+  margin: 1.12em 0px;
+}
+
 /* drop cap (Initiale)     */
 span.dc {
    float: left;
@@ -60,6 +64,19 @@
 span.foreign.la span.foreign.latin { color:green; } 
 /*  .....    */
 
+/* XPointer highligting    */
+span.seg.highlight { background-color:#D3D3D3; }  /* LightGrey    */
+span.seg.highlight:before {
+  content: url('../images/linkto.png');
+  margin-left: 0.1em;
+  margin-right: 0.1em;
+}
+span.seg.highlightPoint {
+  background: url('../images/linkto.png') no-repeat center center;
+  padding: 0.1em 0.5em 0.1em 0.1em;
+  margin-left: 0.5em;
+  margin-right: 0.1em;
+}
 
 /* indentation at the beginning of a paragraph: <emph class="sc it"> */
 span.sc { font-weight:bold; }
@@ -74,8 +91,12 @@
 div.blockquote { margin-left:10px; font-style:normal; }
 div.set-off { margin-left:10px; font-style:italic; }
 
-/* terminology     */
+/* dictionary / terminology     */
 span.term { color:purple; }  /* Blue   */
+span.entry { display:block; margin-bottom:20px;}
+span.entryDiv { margin-left:2em; display:block; margin-bottom:0.5em; margin-top:0.5em;}
+span.orth { font-weight:bold; }
+span.mentioned { font-style:italic; }
 
 /* notes     */
 span.note { font-style:italic; }
@@ -98,11 +119,41 @@
 /* sentence    */
 span.s.highlight { background-color:#D3D3D3; }  /* LightGrey    */
 span.s:hover { background-color:#D3D3D3; }      /* LightGrey    */
+span.s.it { font-style:italic; }
 
 /* highlighting    */
 span.hit.highlight { background-color:#77DD77; }  /* pastell green  */
 
-/* Links 
+/* Links   */
+a.textPollux:link {text-decoration: none; color: #892B06;}
+a.textPollux:visited {text-decoration: none; color: #892B06;}
+a.textPollux:hover {text-decoration: underline; color: #892B06;}
+/* Note Links   */
+a.note {
+  color: blue;
+  margin-right: 0.2em;
+}
+a.note:before {
+  content: url('../images/linkback.png');
+  margin-left: 0.1em;
+  margin-right: 0.2em;
+}
+a.note:link { text-decoration: none; }
+a.note:visited { text-decoration: none; }
+a.note:hover { text-decoration: underline; }
+a.noteRef {
+  color: blue;
+  margin-right: 0.2em;
+}
+a.noteRef:before {
+  content: url('../images/linkto.png');
+  margin-left: 0.1em;
+  margin-right: 0.2em;
+}
+a.noteRef:link { text-decoration: none; }
+a.noteRef:visited { text-decoration: none; }
+a.noteRef:hover { text-decoration: underline; }
+/*
 a:link {text-decoration: none;}
 a:visited {text-decoration: none}
 a:active {text-decoration: none}