annotate webapp/src/main/webapp/jquery/jquery.digilib.css @ 995:76cffbaf0083

starting introduction of cssPrefix.
author robcast
date Fri, 10 Feb 2012 10:27:50 +0100
parents f4757bf6ab65
children 0b63093d598e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
1 /*
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
2 * CSS style file for jQuery digilib
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
3 *
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
4 * Martin Raspe, Robert Casties, 11.1.2011
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
5 */
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
6 div.dl-digilib div.dl-scaler {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
7 background-color: grey;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
8 z-index: 0;
746
2e9a48dc7a0c move zoom-drag background along with birdview indicator
hertzhaft
parents: 726
diff changeset
9 width: 0px;
2e9a48dc7a0c move zoom-drag background along with birdview indicator
hertzhaft
parents: 726
diff changeset
10 height: 0px;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
11 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
12
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
13 div.dl-digilib div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
14 border: 1px solid white;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
15 z-index: 10;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
16 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
17
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
18 div.dl-digilib div.dl-zoomrect {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
19 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
20 border: 2px solid #ff0000;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
21 z-index: 100;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
22 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
23
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
24 div.dl-digilib div.dl-birdzoom {
726
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
25 position: absolute;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
26 border: 2px solid #ff0000;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
27 z-index: 100;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
28 }
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
29
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
30 div.dl-digilib div.dl-mark {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
31 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
32 color: white;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
33 background: url('../greyskin/mark-bg-16.png');
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
34 font-family: Verdana, Arial, Helvetica, sans-serif;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
35 font-weight: bold;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
36 font-size: 11px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
37 height: 15px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
38 width: 16px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
39 padding-top: 1px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
40 text-align: center;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
41 z-index: 10;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
42 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
43
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
44 div.dl-digilib div.dl-about {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
45 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
46 width: 200px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
47 top: 100px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
48 left: 350px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
49 height: 200px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
50 padding: 0px 2px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
51 font-family: Verdana, Arial, Helvetica, sans-serif;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
52 border: 2px solid lightcyan;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
53 background-color: lightgrey;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
54 text-align: center;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
55 display: none;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
56 z-index: 1000;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
57 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
58
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
59 div.dl-digilib div.dl-region {
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
60 position: absolute;
792
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
61 background-color: red;
895
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
62 opacity: 0.3;
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
63 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
64 }
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
65
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
66 div.dl-digilib div.dl-region:hover {
792
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
67 opacity: 0.5;
895
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
68 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
792
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
69 }
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
70
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
71 div.dl-digilib div.dl-region {
851
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
72 color: white;
852
4658ec2f9565 why not use coords attribute for coords?
hertzhaft
parents: 851
diff changeset
73 font-family: Verdana, Arial, Helvetica, sans-serif;
4658ec2f9565 why not use coords attribute for coords?
hertzhaft
parents: 851
diff changeset
74 font-size: 11px;
851
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
75 }
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
76
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
77 div.dl-digilib div.dl-region a.dl-regionnumber {
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
78 color: white;
823
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
79 text-decoration: none;
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
80 font-weight: bold;
851
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
81 font-size: 11px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
82 text-align: center;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
83 padding: 0px 2px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
84 margin-right: 4px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
85 border: 1px solid white;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
86 display: inline-block;
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
87 }
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
88
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
89 div.dl-digilib div.dl-regioncontent {
818
eff74cfaaf97 read regions from HTML (not working yet), show info
hertzhaft
parents: 813
diff changeset
90 display: none;
823
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
91 }
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
92
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
93 div.dl-digilib div.dl-regionHTML {
832
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
94 display: none;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
95 position: absolute;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
96 top: 100px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
97 padding: 10px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
98 font-family: Verdana, Arial, Helvetica, sans-serif;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
99 font-size: 12px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
100 border: 2px solid lightcyan;
872
d46706f0eede crop region info
hertzhaft
parents: 871
diff changeset
101 color: black;
832
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
102 background-color: lightgrey;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
103 z-index: 1000;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
104 }
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
105
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
106 div.dl-digilib div.dl-regionHTML a {
835
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
107 color: white;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
108 text-decoration: none;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
109 font-size: 11px;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
110 font-weight: bold;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
111 }
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
112
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
113 div.dl-digilib div.dl-calibration {
981
367f64acda4e added images for calibration dialog
hertzhaft
parents: 978
diff changeset
114 background: url('img/blue.png');
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
115 position: absolute;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
116 border: 1px solid lightcyan;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
117 width: 400px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
118 display: none;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
119 z-index: 9999;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
120 }
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
121
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
122 div.dl-digilib div.dl-ruler {
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
123 width: 100%;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
124 height: 100%;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
125 padding-bottom: 10px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
126 font-family: Verdana, Arial, Helvetica, sans-serif;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
127 font-size: 12px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
128 font-weight: bold;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
129 text-align: center;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
130 color: lightcyan;
981
367f64acda4e added images for calibration dialog
hertzhaft
parents: 978
diff changeset
131 background: url('img/ruler-top.gif') 0px -1px repeat-x;
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
132 }
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
133
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
134 div.dl-digilib div.dl-cm {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
135 padding: 5px;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
136 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
137
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
138 div.dl-digilib div.dl-calibration-error {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
139 color: red;
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
140 padding: 10px;
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
141 display: none;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
142 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
143
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
144 div.dl-digilib button.dl-calibration-button {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
145 margin: 0px 10px;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
146 border: 1px solid lightcyan;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
147 font-family: Verdana, Arial, Helvetica, sans-serif;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
148 font-size: 12px;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
149 font-weight: bold;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
150 color: lightcyan;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
151 background-color: transparent;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
152 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
153
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
154 div.dl-digilib input.dl-calibration-input {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
155 margin: 0px 10px;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
156 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
157
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
158 div.dl-digilib input.dl-error {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
159 color: red;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
160 background-color: khaki;
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
161 }
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
162
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
163 div.dl-digilib div.dl-slider {
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
164 background: url('img/blue.png');
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
165 display: none;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
166 border: 1px solid lightcyan;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
167 position: absolute;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
168 z-index: 9999;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
169 width: 400px;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
170 height: 16px;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
171 }
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
172
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
173 div.dl-digilib div.dl-sliderbutton {
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
174 border: 3px solid lightcyan;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
175 background-color: cyan;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
176 position: absolute;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
177 z-index: 10000;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
178 }
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
179
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
180 div.dl-infobutton {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
181 background-color: white;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
182 color: grey;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
183 padding: 0px 4px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
184 margin: 0px 2px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
185 float: left;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
186 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
187
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
188 div.dl-info {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
189 clear: both;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
190 display: none;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
191 margin: 10px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
192 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
193
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
194 div.dl-infoheader {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
195 width: 300px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
196 margin-bottom: 20px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
197 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
198
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
199 /* scroll arrows */
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
200 div.dl-digilib table.dl-scalertable {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
201 border: 0;
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
202 padding: 0;
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
203 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
204 div.dl-digilib table.dl-scalertable td {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
205 padding: 0;
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
206 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
207 div.dl-digilib table.dl-scalertable td.dl-arrow {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
208 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
209 div.dl-digilib table.dl-scalertable td.dl-arrow:hover {
862
7ebdc106a61a second step towards zoom arrows
hertzhaft
parents: 855
diff changeset
210 background-color: black;
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
211 opacity: 0.3;
862
7ebdc106a61a second step towards zoom arrows
hertzhaft
parents: 855
diff changeset
212 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
213 div.dl-digilib table.dl-scalertable img.button {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
214 opacity: 1;
879
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
215 }
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
216
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
217 /* special definitions for fullscreen */
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
218 div.dl-digilib.dl_fullscreen div.dl-buttons {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
219 position: fixed;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
220 right: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
221 top: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
222 padding: 2px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
223 background-color: transparent;
879
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
224 z-index: 200;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
225 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
226
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
227 div.dl-digilib.dl_fullscreen div.dl-buttons div.dl-button:hover {
770
6d7c51e4724b highlight buttons by background image
hertzhaft
parents: 765
diff changeset
228 background-image: url('img/fullscreen/corona.png');
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
229 background-repeat: no-repeat;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
230 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
231
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
232 div.dl-digilib.dl_fullscreen div.dl-button-on {
770
6d7c51e4724b highlight buttons by background image
hertzhaft
parents: 765
diff changeset
233 background-image: url('img/fullscreen/whitedisc.png');
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
234 background-repeat: no-repeat;
765
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
235 }
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
236
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
237 div.dl-digilib.dl_fullscreen div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
238 position: fixed;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
239 bottom: 8px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
240 right: 48px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
241 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
242
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
243 /* special definitions for embedded */
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
244 div.dl-digilib.dl_embedded {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
245 position: relative;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
246 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
247
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
248 div.dl-digilib.dl_embedded div.dl-buttons {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
249 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
250 right: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
251 top: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
252 padding: 1px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
253 background-color: grey;
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
254 opacity: 0.5;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
255 z-index: 100;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
256 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
257
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
258 div.dl-digilib.dl_embedded div.dl-buttons div.dl-button:hover {
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
259 background-color: black;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
260 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
261
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
262 div.dl-digilib.dl_embedded div.dl-button-on {
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
263 background-color: darkgreen;
765
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
264 }
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
265
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
266 div.dl-digilib.dl_embedded div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
267 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
268 bottom: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
269 right: 0px;
726
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
270 }
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
271