comparison software/eXist/webapp/mpdl/presentation/pageHtml.css @ 17:7e883ce72fec

diverse Fehlerbehebungen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 27 Sep 2011 16:41:15 +0200
parents e99964f390e4
children
comparison
equal deleted inserted replaced
16:257f67be5c00 17:7e883ce72fec
21 21
22 /* xml presentation */ 22 /* xml presentation */
23 span.xml.elementName { font-weight:bold;color:purple; } 23 span.xml.elementName { font-weight:bold;color:purple; }
24 span.xml.attributeName { font-weight:bold; } 24 span.xml.attributeName { font-weight:bold; }
25 span.xml.attributeValue { color:blue; } 25 span.xml.attributeValue { color:blue; }
26 span.xml.comment { color:green; font-style:italic; }
26 ul.xml.element { margin-left:0px;padding-left:8px } 27 ul.xml.element { margin-left:0px;padding-left:8px }
27 ul.xml.element.highlight { background-color:#D3D3D3; } /* LightGrey */ 28 ul.xml.element.highlight { background-color:#D3D3D3; } /* LightGrey */
28 29
29 /* Paragraphs */ 30 /* Paragraphs */
30 div.p { 31 div.p {
103 span.orth { font-weight:bold; } 104 span.orth { font-weight:bold; }
104 span.mentioned { font-style:italic; } 105 span.mentioned { font-style:italic; }
105 106
106 /* notes */ 107 /* notes */
107 span.note { font-style:italic; } 108 span.note { font-style:italic; }
108 span.note.margin.left { position:absolute; left:2em; font-style:normal; } 109 span.note.margin.left { position:absolute; left:2em; width: 5em; font-style:normal; }
109 span.note.margin.right { position:absolute; left:30em; font-style:normal; } 110 span.note.margin.right { position:absolute; left:30em; width: 5em; font-style:normal; }
110 111
111 /* GIS elements */ 112 /* GIS elements */
112 span.place { color:#0000FF; } /* Blue */ 113 span.place { color:#0000FF; } /* Blue */
113 span.person { color:#0000FF; } /* Blue */ 114 span.person { color:#0000FF; } /* Blue */
114 span.organization { color:#0000FF; } /* Blue */ 115 span.organization { color:#0000FF; } /* Blue */