annotate css/docuviewer.css @ 576:b2c7e272e075

new w-tag solution with etree. search works now.
author casties
date Wed, 17 Oct 2012 16:36:13 +0200
parents f0e5e9c6737f
children 9251719154a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
1 /*
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
2 * Documentviewer style sheet.
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
3 *
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
4 * Robert Casties 2012.
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
5 */
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
6 body {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
7 background-color: #ebebeb;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
8 margin: 5px;
533
ea70a45594c7 set base font and stuff.
casties
parents: 532
diff changeset
9 font-family: Verdana,Arial,sans-serif;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
10 font-size: 12px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
11 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
12
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
13 a:link,
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
14 a:visited {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
15 color: black;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
16 font-weight: bold;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
17 text-decoration: none;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
18 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
19 a:hover {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
20 text-decoration: underline;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
21 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
22
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
23 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
24 * head
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
25 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
26 div.page-head div.logo {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
27 display: table-cell;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
28 vertical-align: top;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
29 padding: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
30 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
31 div.page-head div.title-block {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
32 display: table-cell;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
33 vertical-align: top;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
34 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
35 div.page-head div.title {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
36 max-width: 50em;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
37 background-color: white;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
38 font-family: Georgia,Times,serif;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
39 font-size: 14px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
40 line-height: 1.3;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
41 border: 1px solid silver;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
42 padding: 0.5em;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
43 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
44
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
45 ul.view-switcher {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
46 padding-left: 0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
47 margin-top: 4px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
48 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
49 ul.view-switcher li {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
50 list-style-type: none;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
51 display: inline;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
52 background-color: #d0d0d0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
53 margin-right: 0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
54 border-bottom: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
55 border-left: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
56 border-right: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
57 border-radius: 0 0 5px 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
58 padding: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
59 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
60 ul.view-switcher li.sel {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
61 background-color: white;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
62 }
480
50a28442f21c more new template stuff
casties
parents: 21
diff changeset
63
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
64 /*
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
65 * body
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
66 */
485
1e51d440f08b more new templates
casties
parents: 484
diff changeset
67 div.page-body {
481
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
68 display: table-row;
480
50a28442f21c more new template stuff
casties
parents: 21
diff changeset
69 }
510
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
70 div.page-body div.col {
483
ab9b34a1c62a more new templates
casties
parents: 482
diff changeset
71 display: table-cell;
484
26bb915c1f07 more new template stuff
casties
parents: 483
diff changeset
72 vertical-align: top;
483
ab9b34a1c62a more new templates
casties
parents: 482
diff changeset
73 }
480
50a28442f21c more new template stuff
casties
parents: 21
diff changeset
74
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
75 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
76 * TOC
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
77 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
78 div.toc-container {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
79 display:table-row;
481
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
80 }
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
81
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
82 div.toc-switcher-col {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
83 display: table-cell;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
84 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
85 div.toc-switcher {
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
86 display: block; /* moz only does relative with block */
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
87 position: relative;
533
ea70a45594c7 set base font and stuff.
casties
parents: 532
diff changeset
88 width: 26.5px; /* for moz and webkit -- don't ask me */
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
89 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
90 div.toc-switcher ul {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
91 position: absolute;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
92 transform: rotate(270deg);
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
93 transform-origin: top left;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
94 -moz-transform: rotate(270deg);
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
95 -moz-transform-origin: top left;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
96 -webkit-transform: rotate(270deg);
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
97 -webkit-transform-origin: top left;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
98 -o-transform: rotate(270deg);
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
99 -o-transform-origin: top left;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
100 left: 7px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
101 top: 32em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
102 width: 40em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
103 padding: 0px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
104 }
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
105
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
106 div.toc-switcher li {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
107 list-style-type: none;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
108 display: inline;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
109 background-color: #d0d0d0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
110 margin-bottom: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
111 border-top: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
112 border-left: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
113 border-right: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
114 border-radius: 5px 5px 0 0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
115 padding: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
116 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
117 div.toc-switcher li.sel {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
118 background-color: white;
511
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
119 }
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
120
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
121 div.tocbody {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
122 display: table-cell;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
123 border: 1px solid silver;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
124 border-radius: 5px;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
125 padding: 0.5em;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
126 background-color: white;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
127 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
128
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
129 div.tocbody h4 {
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
130 margin-top: 0;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
131 margin-bottom: 0.5em;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
132 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
133 div.tocbody div.ruler.top {
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
134 text-align: center;
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
135 padding-bottom: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
136 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
137 div.tocbody div.ruler.bottom {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
138 clear: both;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
139 text-align: center;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
140 padding-top: 0.5em;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
141 }
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
142
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
143 div.tocbody.text,
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
144 div.tocbody.figures {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
145 max-width: 20em;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
146 background-color: white;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
147 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
148
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
149 div.tocbody.text .toc.name,
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
150 div.tocbody.figures .toc.name,
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
151 div.tocbody.concordance .toc.name {
510
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
152 float:left;
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
153 clear:right;
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
154 margin-right: 1em;
510
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
155 }
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
156 div.tocbody.text .toc.page,
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
157 div.tocbody.figures .toc.page,
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
158 div.tocbody.concordance .toc.page {
510
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
159 float:right;
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
160 }
4fb35343d2e7 more search. nicer css.
casties
parents: 489
diff changeset
161
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
162 div.tocbody table.thumbs td {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
163 text-align: center;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
164 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
165 div.tocbody table.thumbs .thumb {
481
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
166 padding: 3px;
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
167 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
168 div.tocbody table.thumbs .thumbsel {
481
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
169 padding: 2px;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
170 border: 1px solid #892B06;
21
0af46e75de3c preliminary version 0.2
casties
parents:
diff changeset
171 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
172 div.tocbody table.thumbs .thumbcap {
481
0a0f7f570f90 more new templates
casties
parents: 480
diff changeset
173 color: black;
21
0af46e75de3c preliminary version 0.2
casties
parents:
diff changeset
174 }
511
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
175
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
176 div.tocbody table.concordance {
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
177 border-collapse: collapse;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
178 }
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
179 div.tocbody table.concordance td {
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
180 border: 1px solid silver;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
181 text-align: center;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
182 }
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
183
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
184 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
185 * content
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
186 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
187 div.col.main {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
188 padding-left: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
189 padding-right: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
190 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
191 div.col.main div.ruler {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
192 margin-top: 4px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
193 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
194 div.col.main span.ruler-main {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
195 background-color: #d0d0d0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
196 border-left: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
197 border-top: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
198 border-right: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
199 border-radius: 5px 5px 0 0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
200 padding: 4px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
201 }
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
202 div.col.main div.ruler.down span.ruler-main {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
203 border-radius: 0 0 5px 5px;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
204 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
205
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
206 div.col.main div.content {
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
207 min-width: 30em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
208 background-color: white;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
209 border: 1px solid silver;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
210 padding: 1em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
211 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
212 div.col.main div.content a:link,
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
213 div.col.main div.content a:visited {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
214 font-weight: inherit;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
215 color: #892B06;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
216 }
511
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
217 span.hit.highlight {
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
218 background-color: lime;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
219 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
220
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
221 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
222 * buttons
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
223 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
224 div.col.buttons div.options {
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
225 background-color: white;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
226 border: 1px solid silver;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
227 border-radius: 5px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
228 padding: 0.5em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
229 margin-bottom: 5px;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
230 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
231 div.col.buttons h4 {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
232 margin-top: 0;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
233 margin-bottom: 0.5em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
234 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
235 div.col.buttons ul {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
236 list-style-type: none;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
237 padding-left: 0;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
238 margin-top: 0;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
239 margin-bottom: 0.5em;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
240 }
542
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
241 div.col.buttons ul.list {
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
242 list-style-type: inherit;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
243 padding-left: inherit;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
244 }
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
245 div.col.buttons ul.list li {
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
246 margin-left: 1em;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
247 }
538
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
248 div.options.digilib li img {
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
249 vertical-align: middle;
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
250 }
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
251
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
252 /*
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
253 * text page
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
254 */
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
255 div.col.main div.content.text {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
256 font-family: Junicode,Gentium,Georgia,serif;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
257 font-size: 14px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
258 line-height: 1.3;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
259 }
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
260 div.col.main div.content.text div.emptyPage {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
261 font-family: Verdana,Arial,sans-serif;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
262 font-size: 12px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
263 }
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
264 div.col.main div.content.text .bf {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
265 font-weight: bold;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
266 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
267 div.col.main div.content.text .head {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
268 margin-top: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
269 margin-bottom: 0.25em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
270 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
271 /* normalization forms *
575
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
272 div.col.main div.content.text div.text.orig span.w span.reg,
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
273 div.col.main div.content.text div.text.orig span.w span.norm {
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
274 display: none;
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
275 }
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
276 div.col.main div.content.text div.text.reg span.w span.orig,
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
277 div.col.main div.content.text div.text.reg span.w span.norm {
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
278 display: none;
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
279 }
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
280 div.col.main div.content.text div.text.norm span.w span.orig,
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
281 div.col.main div.content.text div.text.norm span.w span.reg {
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
282 display: none;
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
283 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
284 /* dictionary forms *
575
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
285 div.col.main div.content.text div.text.plain span.w a.dictionary {
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
286 display: none;
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
287 }
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
288 div.col.main div.content.text div.text.dict span.w span.nodictionary {
f0e5e9c6737f new w-tag solution with css.
casties
parents: 573
diff changeset
289 display: none;
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
290 }
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
291 */
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
292 /* page break */
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
293 div.col.main div.content.text span.pb span.n,
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
294 div.col.main div.content.text span.pb span.o {
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
295 display: none;
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
296 }
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
297 /* running head */
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
298 div.col.main div.content.text span.pb span.rhead {
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
299 display: block;
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
300 text-align: center;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
301 margin-bottom: 1em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
302 }
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
303 /* note */
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
304 div.col.main div.content.text span.note span.noteBody {
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
305 display: block;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
306 /* float: left; */
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
307 margin-top: 0.5em;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
308 margin-bottom: 0.5em;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
309 padding: 5px;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
310 border: 1px dashed silver;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
311 }
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
312 div.col.main div.content.text span.note span.noteSign {
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
313 display: none;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
314 /* font-size: 70%;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
315 vertical-align: super; */
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
316 }
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
317 /* figure */
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
318 div.col.main div.content.text span.figure {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
319 display: block;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
320 width: 200px;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
321 margin-top: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
322 margin-bottom: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
323 padding: 5px;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
324 border: 1px dashed silver;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
325 /* float: right; */
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
326 /* text-align: center; */
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
327 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
328 div.col.main div.content.text span.figure>a,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
329 div.col.main div.content.text span.figure span.figureNumber,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
330 div.col.main div.content.text span.figure span.caption,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
331 div.col.main div.content.text span.figure span.description {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
332 display:block;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
333 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
334 div.col.main div.content.text span.figure span.figureNum {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
335 display: none;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
336 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
337 /*
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
338 * search results
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
339 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
340 div.col.results {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
341 max-width: 20em;
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
342 padding-right: 5px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
343 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
344 div.col.results div.result {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
345 border: 1px solid silver;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
346 border-radius: 5px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
347 padding: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
348 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
349 div.col.results h4 {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
350 margin-top: 0;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
351 margin-bottom: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
352 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
353 div.col.results div.ruler {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
354 text-align: center;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
355 margin-bottom: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
356 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
357 div.col.results div.query {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
358 margin-bottom: 0.5em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
359 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
360 div.col.results div.content div.hit {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
361 margin-bottom: 0.5em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
362 }
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
363 div.col.results div.content div.hit span.hitLink {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
364 margin-right: 0.5em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
365 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
366
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
367 /*
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
368 * index page
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
369 */
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
370 div.index-image {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
371 padding-left: 1em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
372 padding-right: 1em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
373 padding-bottom: 1em;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
374 padding-top: 1em;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
375 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
376 div.index-info {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
377 padding-top: 1em;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
378 }
539
37d122560028 more nicer
casties
parents: 538
diff changeset
379 div.index-info h2 {
37d122560028 more nicer
casties
parents: 538
diff changeset
380 margin-top: 0.5em;
37d122560028 more nicer
casties
parents: 538
diff changeset
381 margin-bottom: 0.5em;
37d122560028 more nicer
casties
parents: 538
diff changeset
382 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
383 div.index-info td {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
384 vertical-align: top;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
385 }
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
386 div.index-info td.type {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
387 font-weight: bold;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
388 }
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
389 div.index-info td.content {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
390 max-width: 30em;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
391 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
392
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
393 /*
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
394 * image page
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
395 */
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
396 div.col.main div.content.images {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
397 background-color: inherit;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
398 padding: 0;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
399 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
400 div.col.main div.content.images table {
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
401 border-collapse: collapse; /* for tight digilib */
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
402 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
403
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
404 /*
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
405 * xml page
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
406 */
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
407 div.col.main div.content.xml {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
408 font-family: Monaco,Courier,monospace;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
409 font-size: 12px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
410 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
411 div.col.main div.content.xml ul {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
412 padding-left: 1em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
413 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
414 div.col.main div.content.xml div.pageHeaderTitle {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
415 display: none;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
416 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
417
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
418 /*
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
419 * thumbnail overview
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
420 */
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
421 div.col.main div.content-thumbs {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
422 border: 1px solid silver;
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
423 padding: 0.5em;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
424 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
425 div.col.main table.thumbs td {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
426 text-align: center;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
427 }
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
428
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
429 /*
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
430 * footer
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
431 */
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
432 div.footer {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
433 max-width: 68em;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
434 margin-top: 1em;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
435 border-top: 1px solid silver;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
436 margin-left: 28px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
437 margin-right: 28px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
438 text-align: center;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
439 }
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
440 div.footer div.content {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
441 font-size: 10px;
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
442 color: gray;
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
443 }
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
444 div.footer div.content a:link,
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
445 div.footer div.content a:visited {
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
446 color: gray;
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
447 }