comparison 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
comparison
equal deleted inserted replaced
12:fba5577e49d9 13:469d927b9ca7
1 /* general */ 1 /* general */
2 .it { font-style:italic } /* DESpecs: _ _ and attribute "it" */ 2 .it { font-style:italic } /* DESpecs: _ _ and attribute "it" */
3 .it span.it { font-style:normal } /* DESpecs: _ _ within a paragraph already in italics */
4 .bf { font-weight:bold } /* DESpecs: <bf> */ 3 .bf { font-weight:bold } /* DESpecs: <bf> */
5 .sc { font-variant:small-caps } /* DESpecs: <sc> */ 4 .sc { font-variant:small-caps } /* DESpecs: <sc> */
6 .sub { vertical-align:sub; font-size:.8em } /* DESpecs: <_> */ /* line-height:1em; ? */ 5 .sub { vertical-align:sub; font-size:.8em } /* DESpecs: <_> */ /* line-height:1em; ? */
7 .super { vertical-align:super; font-size:.8em } /* DESpecs: <^> */ 6 .super { vertical-align:super; font-size:.8em } /* DESpecs: <^> */
8 .sm { font-size:smaller } /* DESpecs: <sm>, if within <p> */ 7 .sm { font-size:smaller } /* DESpecs: <sm>, if within <p> */
22 span.xml.attributeName { font-weight:bold; } 21 span.xml.attributeName { font-weight:bold; }
23 span.xml.attributeValue { color:blue; } 22 span.xml.attributeValue { color:blue; }
24 ul.xml.element { margin-left:0px;padding-left:8px } 23 ul.xml.element { margin-left:0px;padding-left:8px }
25 ul.xml.element.highlight { background-color:#D3D3D3; } /* LightGrey */ 24 ul.xml.element.highlight { background-color:#D3D3D3; } /* LightGrey */
26 25
26 /* Paragraphs */
27 div.p {
28 margin: 1.12em 0px;
29 }
30
27 /* drop cap (Initiale) */ 31 /* drop cap (Initiale) */
28 span.dc { 32 span.dc {
29 float: left; 33 float: left;
30 font-family: Georgia; 34 font-family: Georgia;
31 font-size: 250%; 35 font-size: 250%;
58 span.foreign.en span.foreign.english { color:green; } 62 span.foreign.en span.foreign.english { color:green; }
59 span.foreign.fr span.foreign.french { color:green; } 63 span.foreign.fr span.foreign.french { color:green; }
60 span.foreign.la span.foreign.latin { color:green; } 64 span.foreign.la span.foreign.latin { color:green; }
61 /* ..... */ 65 /* ..... */
62 66
67 /* XPointer highligting */
68 span.seg.highlight { background-color:#D3D3D3; } /* LightGrey */
69 span.seg.highlight:before {
70 content: url('../images/linkto.png');
71 margin-left: 0.1em;
72 margin-right: 0.1em;
73 }
74 span.seg.highlightPoint {
75 background: url('../images/linkto.png') no-repeat center center;
76 padding: 0.1em 0.5em 0.1em 0.1em;
77 margin-left: 0.5em;
78 margin-right: 0.1em;
79 }
63 80
64 /* indentation at the beginning of a paragraph: <emph class="sc it"> */ 81 /* indentation at the beginning of a paragraph: <emph class="sc it"> */
65 span.sc { font-weight:bold; } 82 span.sc { font-weight:bold; }
66 span.sc.it {font-weight:bold; font-style:italic; } 83 span.sc.it {font-weight:bold; font-style:italic; }
67 84
72 span.q { font-style:italic; } 89 span.q { font-style:italic; }
73 div.quote { margin-left:10px; font-style:italic; } 90 div.quote { margin-left:10px; font-style:italic; }
74 div.blockquote { margin-left:10px; font-style:normal; } 91 div.blockquote { margin-left:10px; font-style:normal; }
75 div.set-off { margin-left:10px; font-style:italic; } 92 div.set-off { margin-left:10px; font-style:italic; }
76 93
77 /* terminology */ 94 /* dictionary / terminology */
78 span.term { color:purple; } /* Blue */ 95 span.term { color:purple; } /* Blue */
96 span.entry { display:block; margin-bottom:20px;}
97 span.entryDiv { margin-left:2em; display:block; margin-bottom:0.5em; margin-top:0.5em;}
98 span.orth { font-weight:bold; }
99 span.mentioned { font-style:italic; }
79 100
80 /* notes */ 101 /* notes */
81 span.note { font-style:italic; } 102 span.note { font-style:italic; }
82 span.note.margin.left { position:absolute; left:2em; font-style:normal; } 103 span.note.margin.left { position:absolute; left:2em; font-style:normal; }
83 span.note.margin.right { position:absolute; left:30em; font-style:normal; } 104 span.note.margin.right { position:absolute; left:30em; font-style:normal; }
96 span.cl { text-decoration:underline; } /* DESpecs for Chinese: <cl> */ 117 span.cl { text-decoration:underline; } /* DESpecs for Chinese: <cl> */
97 118
98 /* sentence */ 119 /* sentence */
99 span.s.highlight { background-color:#D3D3D3; } /* LightGrey */ 120 span.s.highlight { background-color:#D3D3D3; } /* LightGrey */
100 span.s:hover { background-color:#D3D3D3; } /* LightGrey */ 121 span.s:hover { background-color:#D3D3D3; } /* LightGrey */
122 span.s.it { font-style:italic; }
101 123
102 /* highlighting */ 124 /* highlighting */
103 span.hit.highlight { background-color:#77DD77; } /* pastell green */ 125 span.hit.highlight { background-color:#77DD77; } /* pastell green */
104 126
105 /* Links 127 /* Links */
128 a.textPollux:link {text-decoration: none; color: #892B06;}
129 a.textPollux:visited {text-decoration: none; color: #892B06;}
130 a.textPollux:hover {text-decoration: underline; color: #892B06;}
131 /* Note Links */
132 a.note {
133 color: blue;
134 margin-right: 0.2em;
135 }
136 a.note:before {
137 content: url('../images/linkback.png');
138 margin-left: 0.1em;
139 margin-right: 0.2em;
140 }
141 a.note:link { text-decoration: none; }
142 a.note:visited { text-decoration: none; }
143 a.note:hover { text-decoration: underline; }
144 a.noteRef {
145 color: blue;
146 margin-right: 0.2em;
147 }
148 a.noteRef:before {
149 content: url('../images/linkto.png');
150 margin-left: 0.1em;
151 margin-right: 0.2em;
152 }
153 a.noteRef:link { text-decoration: none; }
154 a.noteRef:visited { text-decoration: none; }
155 a.noteRef:hover { text-decoration: underline; }
156 /*
106 a:link {text-decoration: none;} 157 a:link {text-decoration: none;}
107 a:visited {text-decoration: none} 158 a:visited {text-decoration: none}
108 a:active {text-decoration: none} 159 a:active {text-decoration: none}
109 a:hover {text-decoration: underline; color: red;} 160 a:hover {text-decoration: underline; color: red;}
110 */ 161 */