comparison 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
comparison
equal deleted inserted replaced
10:59ff47d1e237 11:d6f528ad5d96
32 line-height: 0.8em; 32 line-height: 0.8em;
33 text-transform: uppercase; /* immer als Großbuchstabe */ 33 text-transform: uppercase; /* immer als Großbuchstabe */
34 margin-right: 10px; 34 margin-right: 10px;
35 padding-top: 1px; 35 padding-top: 1px;
36 } 36 }
37 span.dc-unmodified {
38 float: left;
39 font-family: Georgia;
40 font-size: 250%;
41 line-height: 0.8em;
42 margin-right: 10px;
43 padding-top: 1px;
44 }
37 45
38 /* variables and numbers */ 46 /* variables and numbers */
39 span.var { font-style:italic; } 47 span.var { font-style:italic; }
40 span.var.segment { font-style:italic; text-decoration:overline; } 48 span.var.segment { font-style:italic; text-decoration:overline; }
41 span.var.line { font-style:italic; text-decoration:underline; } 49 span.var.line { font-style:italic; text-decoration:underline; }
55 63
56 /* indentation at the beginning of a paragraph: <emph class="sc it"> */ 64 /* indentation at the beginning of a paragraph: <emph class="sc it"> */
57 span.sc { font-weight:bold; } 65 span.sc { font-weight:bold; }
58 span.sc.it {font-weight:bold; font-style:italic; } 66 span.sc.it {font-weight:bold; font-style:italic; }
59 67
60 /* regularized words */
61 span.reg { color:purple; }
62
63 /* ref */ 68 /* ref */
64 span.ref { font-style:italic; } 69 span.ref { font-style:italic; }
65 70
66 /* quotes */ 71 /* quotes */
67 div.q { margin-left:10px; font-style:italic; } 72 span.q { font-style:italic; }
68 div.quote { margin-left:10px; font-style:italic; } 73 div.quote { margin-left:10px; font-style:italic; }
69 div.blockquote { margin-left:10px; font-style:normal; } 74 div.blockquote { margin-left:10px; font-style:normal; }
70 div.set-off { margin-left:10px; font-style:italic; } 75 div.set-off { margin-left:10px; font-style:italic; }
71 76
77 /* terminology */
78 span.term { color:purple; } /* Blue */
79
72 /* notes */ 80 /* notes */
73 span.note { font-style:italic; } 81 span.note { font-style:italic; }
82 span.note.margin.left { position:absolute; left:2em; font-style:normal; }
83 span.note.margin.right { position:absolute; left:30em; font-style:normal; }
74 84
75 /* GIS elements */ 85 /* GIS elements */
76 span.place { background-color:#87F717; color:black; } /* Lawn green */ 86 span.place { color:#0000FF; } /* Blue */
77 span.person { background-color:#87F717; color:black; } /* Lawn green */ 87 span.person { color:#0000FF; } /* Blue */
78 span.time { background-color:#87F717; color:black; } /* Lawn green */ 88 span.organization { color:#0000FF; } /* Blue */
79 span.event { background-color:#87F717; color:black; } /* Lawn green */ 89 span.time { color:#0000FF; } /* Blue */
90 span.event { color:#0000FF; } /* Blue */
80 91
81 /* preliminary representations of single/double/wavy/circled lines in Chinese text */ 92 /* preliminary representations of single/double/wavy/circled lines in Chinese text */
82 span.sl { text-decoration:underline; } /* DESpecs for Chinese: <sl> */ 93 span.sl { text-decoration:underline; } /* DESpecs for Chinese: <sl> */
83 span.dl { text-decoration:underline; } /* DESpecs for Chinese: <dl> */ 94 span.dl { text-decoration:underline; } /* DESpecs for Chinese: <dl> */
84 span.wl { text-decoration:underline; } /* DESpecs for Chinese: <wl> */ 95 span.wl { text-decoration:underline; } /* DESpecs for Chinese: <wl> */