annotate css/docuviewer.css @ 590:ed4485d2748e

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