annotate css/docuviewer.css @ 615:d6eca930a534

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