annotate css/docuviewer.css @ 607:cb5a9c4f5e3a

CLOSED - # 268: display of subdocuments https://it-dev.mpiwg-berlin.mpg.de/tracs/mpdl-project-software/ticket/268
author casties
date Fri, 14 Dec 2012 17:28:31 -0500
parents fabd394302f1
children 0c6056271654
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;
577
9251719154a3 toc with list of handwritten notes.
casties
parents: 576
diff changeset
101 top: 34em;
535
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 }
607
cb5a9c4f5e3a CLOSED - # 268: display of subdocuments
casties
parents: 597
diff changeset
175 div.tocbody table.thumbs a.outside {
cb5a9c4f5e3a CLOSED - # 268: display of subdocuments
casties
parents: 597
diff changeset
176 font-weight: normal;
cb5a9c4f5e3a CLOSED - # 268: display of subdocuments
casties
parents: 597
diff changeset
177 }
511
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
178
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
179 div.tocbody table.concordance {
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
180 border-collapse: collapse;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
181 }
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
182 div.tocbody table.concordance td {
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
183 border: 1px solid silver;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
184 text-align: center;
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
185 }
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
186
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
187 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
188 * content
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
189 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
190 div.col.main {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
191 padding-left: 5px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
192 padding-right: 5px;
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 div.ruler {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
195 margin-top: 4px;
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 span.ruler-main {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
198 background-color: #d0d0d0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
199 border-left: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
200 border-top: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
201 border-right: 1px solid silver;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
202 border-radius: 5px 5px 0 0;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
203 padding: 4px;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
204 }
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
205 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
206 border-radius: 0 0 5px 5px;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
207 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
208
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
209 div.col.main div.content {
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
210 min-width: 30em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
211 background-color: white;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
212 border: 1px solid silver;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
213 padding: 1em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
214 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
215 div.col.main div.content a:link,
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
216 div.col.main div.content a:visited {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
217 font-weight: inherit;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
218 color: #892B06;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
219 }
511
551ca1641a5e more cleanup.
casties
parents: 510
diff changeset
220 span.hit.highlight {
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
221 background-color: lime;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
222 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
223
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
224 /*
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
225 * buttons
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
226 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
227 div.col.buttons div.options {
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
228 background-color: white;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
229 border: 1px solid silver;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
230 border-radius: 5px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
231 padding: 0.5em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
232 margin-bottom: 5px;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
233 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
234 div.col.buttons h4 {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
235 margin-top: 0;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
236 margin-bottom: 0.5em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
237 }
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
238 div.col.buttons ul {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
239 list-style-type: none;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
240 padding-left: 0;
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
241 margin-top: 0;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
242 margin-bottom: 0.5em;
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
243 }
542
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
244 div.col.buttons ul.list {
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
245 list-style-type: inherit;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
246 padding-left: inherit;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
247 }
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
248 div.col.buttons ul.list li {
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
249 margin-left: 1em;
dbaa7dce60a5 nicer index page.
casties
parents: 540
diff changeset
250 }
538
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
251 div.options.digilib li img {
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
252 vertical-align: middle;
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
253 }
dbf25bd05fc6 digilib buttons get icons. pid on index page.
casties
parents: 537
diff changeset
254
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
255 /*
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
256 * text page
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
257 */
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
258 div.col.main div.content.text {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
259 font-family: Junicode,Gentium,Georgia,serif;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
260 font-size: 14px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
261 line-height: 1.3;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
262 }
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
263 div.col.main div.content.text div.emptyPage {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
264 font-family: Verdana,Arial,sans-serif;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
265 font-size: 12px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
266 }
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
267 div.col.main div.content.text .bf {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
268 font-weight: bold;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
269 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
270 div.col.main div.content.text .head {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
271 margin-top: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
272 margin-bottom: 0.25em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
273 }
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
274 /* page break */
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
275 div.col.main div.content.text span.pb span.n,
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
276 div.col.main div.content.text span.pb span.o {
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
277 display: none;
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
278 }
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
279 /* running head */
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
280 div.col.main div.content.text span.pb span.rhead {
568
694935574177 more new MpiwgXmlTextServer.
casties
parents: 567
diff changeset
281 display: block;
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
282 text-align: center;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
283 margin-bottom: 1em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
284 }
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
285 /* note */
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
286 div.col.main div.content.text span.note span.noteBody {
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
287 display: block;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
288 /* float: left; */
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
289 margin-top: 0.5em;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
290 margin-bottom: 0.5em;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
291 padding: 5px;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
292 border: 1px dashed silver;
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
293 }
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
294 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
295 display: none;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
296 /* font-size: 70%;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
297 vertical-align: super; */
573
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
298 }
3b53975be0c8 display of notes
casties
parents: 568
diff changeset
299 /* figure */
565
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
300 div.col.main div.content.text span.figure {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
301 display: block;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
302 width: 200px;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
303 margin-top: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
304 margin-bottom: 0.5em;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
305 padding: 5px;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
306 border: 1px dashed silver;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
307 /* float: right; */
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
308 /* text-align: center; */
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
309 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
310 div.col.main div.content.text span.figure>a,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
311 div.col.main div.content.text span.figure span.figureNumber,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
312 div.col.main div.content.text span.figure span.caption,
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
313 div.col.main div.content.text span.figure span.description {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
314 display:block;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
315 }
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
316 div.col.main div.content.text span.figure span.figureNum {
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
317 display: none;
1b483194901c more new MpiwgXmlTextServer.
casties
parents: 543
diff changeset
318 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
319 /*
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
320 * search results
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
321 */
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
322 div.col.results {
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
323 max-width: 20em;
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
324 padding-right: 5px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
325 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
326 div.col.results div.result {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
327 border: 1px solid silver;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
328 border-radius: 5px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
329 padding: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
330 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
331 div.col.results h4 {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
332 margin-top: 0;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
333 margin-bottom: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
334 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
335 div.col.results div.ruler {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
336 text-align: center;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
337 margin-bottom: 0.5em;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
338 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
339 div.col.results div.query {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
340 margin-bottom: 0.5em;
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
341 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
342 div.col.results div.content div.hit {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
343 margin-bottom: 0.5em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
344 }
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
345 div.col.results div.content div.hit span.hitLink {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
346 margin-right: 0.5em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
347 }
532
0b8bed1223ad new layout and styles.
casties
parents: 528
diff changeset
348
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
349 /*
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
350 * index page
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
351 */
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
352 div.index-image {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
353 padding-left: 1em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
354 padding-right: 1em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
355 padding-bottom: 1em;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
356 padding-top: 1em;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
357 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
358 div.index-info {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
359 padding-top: 1em;
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
360 }
539
37d122560028 more nicer
casties
parents: 538
diff changeset
361 div.index-info h2 {
37d122560028 more nicer
casties
parents: 538
diff changeset
362 margin-top: 0.5em;
37d122560028 more nicer
casties
parents: 538
diff changeset
363 margin-bottom: 0.5em;
37d122560028 more nicer
casties
parents: 538
diff changeset
364 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
365 div.index-info td {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
366 vertical-align: top;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
367 }
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
368 div.index-info td.type {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
369 font-weight: bold;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents: 533
diff changeset
370 }
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
371 div.index-info td.content {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
372 max-width: 30em;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
373 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
374
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 * image page
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
377 */
590
ed4485d2748e viewMode "images" changed to "image".
casties
parents: 583
diff changeset
378 div.col.main div.content.image {
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
379 background-color: inherit;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
380 padding: 0;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
381 }
590
ed4485d2748e viewMode "images" changed to "image".
casties
parents: 583
diff changeset
382 div.col.main div.content.image table {
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 536
diff changeset
383 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
384 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
385
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
386 /*
597
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
387 * image search
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
388 */
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
389 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
390 background-color: rgba(255, 10, 10, 0.3);
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
391 }
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
392 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
393 background-color: transparent;
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
394 border: 2px solid red;
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
395 }
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
396
fabd394302f1 image search layer uses different color for its annotations.
casties
parents: 590
diff changeset
397 /*
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
398 * xml page
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
399 */
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
400 div.col.main div.content.xml {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
401 font-family: Monaco,Courier,monospace;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
402 font-size: 12px;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
403 }
576
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
404 div.col.main div.content.xml ul {
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
405 padding-left: 1em;
b2c7e272e075 new w-tag solution with etree. search works now.
casties
parents: 575
diff changeset
406 }
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
407 div.col.main div.content.xml div.pageHeaderTitle {
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
408 display: none;
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
409 }
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
410
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
411 /*
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
412 * thumbnail overview
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
413 */
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
414 div.col.main div.content-thumbs {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
415 border: 1px solid silver;
540
4b43a57ad9b3 more nicer
casties
parents: 539
diff changeset
416 padding: 0.5em;
536
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
417 }
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
418 div.col.main table.thumbs td {
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
419 text-align: center;
abd36d4d97b8 new version of index page. improvements for digilib page and thumbnail overview.
casties
parents: 535
diff changeset
420 }
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
421
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
422 /*
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
423 * footer
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
424 */
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
425 div.footer {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
426 max-width: 68em;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
427 margin-top: 1em;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
428 border-top: 1px solid silver;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
429 margin-left: 28px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
430 margin-right: 28px;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
431 text-align: center;
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
432 }
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
433 div.footer div.content {
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
434 font-size: 10px;
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
435 color: gray;
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
436 }
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
437 div.footer div.content a:link,
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
438 div.footer div.content a:visited {
567
8b1e20bf300d more new textserver
casties
parents: 565
diff changeset
439 color: gray;
543
6cdc31e9ed8e fixed problem with dict-mode in default view.
casties
parents: 542
diff changeset
440 }