annotate webapp/src/main/webapp/jquery/jquery.digilib.css @ 1052:0d2491acfe70

simplify 'about' div
author hertzhaft
date Mon, 26 Mar 2012 22:22:08 +0200
parents 32096eff13c7
children 89c5b56933af
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 */
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
6
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
7 div.dl-digilib,
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
8 div.dl-digilib button,
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
9 div.dl-digilib input {
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
10 font-family: Verdana, Arial, Helvetica, sans-serif;
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
11 font-size: 12px;
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
12 }
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
13
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
14 div.dl-digilib div.dl-scaler {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
15 background-color: grey;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
16 z-index: 0;
746
2e9a48dc7a0c move zoom-drag background along with birdview indicator
hertzhaft
parents: 726
diff changeset
17 width: 0px;
2e9a48dc7a0c move zoom-drag background along with birdview indicator
hertzhaft
parents: 726
diff changeset
18 height: 0px;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
19 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
20
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
21 div.dl-digilib div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
22 border: 1px solid white;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
23 z-index: 10;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
24 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
25
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
26 div.dl-digilib div.dl-zoomrect {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
27 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
28 border: 2px solid #ff0000;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
29 z-index: 100;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
30 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
31
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
32 div.dl-digilib div.dl-birdzoom {
726
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
33 position: absolute;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
34 border: 2px solid #ff0000;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
35 z-index: 100;
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
36 }
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
37
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
38 div.dl-digilib div.dl-mark {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
39 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
40 color: white;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
41 background: url('../greyskin/mark-bg-16.png');
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
42 font-family: Verdana, Arial, Helvetica, sans-serif;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
43 font-weight: bold;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
44 font-size: 11px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
45 height: 15px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
46 width: 16px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
47 padding-top: 1px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
48 text-align: center;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
49 z-index: 10;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
50 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
51
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
52 div.dl-digilib div.dl-about {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
53 position: absolute;
1052
0d2491acfe70 simplify 'about' div
hertzhaft
parents: 1049
diff changeset
54 padding: 10px;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
55 font-family: Verdana, Arial, Helvetica, sans-serif;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
56 border: 2px solid lightcyan;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
57 background-color: lightgrey;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
58 text-align: center;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
59 display: none;
1052
0d2491acfe70 simplify 'about' div
hertzhaft
parents: 1049
diff changeset
60 z-index: 100;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
61 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
62
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
63 div.dl-digilib div.dl-region {
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
64 position: absolute;
1024
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
65 color: white;
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
66 font-family: Verdana, Arial, Helvetica, sans-serif;
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
67 font-size: 11px;
792
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
68 background-color: red;
895
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
69 opacity: 0.3;
1024
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
70 /* do we still need this IE6-stuff? */
895
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
71 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
72 }
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
73
1025
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
74 div.dl-digilib div.dl-region a:link,
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
75 div.dl-digilib div.dl-region a:visited {
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
76 color: white;
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
77 }
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
78
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
79 div.dl-digilib div.dl-region:hover {
1024
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
80 background-color: transparent;
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
81 border: 2px solid red;
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
82 /* opacity: 0.5; */
4ee43243a6a0 more clean up.
robcast
parents: 1020
diff changeset
83 /* do we still need this IE6-stuff? */
895
01b875d668b1 another ugly workaround for IE7
hertzhaft
parents: 879
diff changeset
84 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
792
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
85 }
d742bd92b05a first step to a regions plugin
hertzhaft
parents: 770
diff changeset
86
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
87 div.dl-digilib div.dl-region a.dl-regionnumber {
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
88 color: white;
823
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
89 text-decoration: none;
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
90 font-weight: bold;
851
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
91 font-size: 11px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
92 text-align: center;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
93 padding: 0px 2px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
94 margin-right: 4px;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
95 border: 1px solid white;
5922c444cd11 fixed region position bug in embedded mode, sigh
hertzhaft
parents: 848
diff changeset
96 display: inline-block;
813
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
97 }
1a7b14deae3a regions plugin works, inclunding event handlers
hertzhaft
parents: 792
diff changeset
98
1025
c75858ee4452 more fiddling with regions.
robcast
parents: 1024
diff changeset
99 div.dl-digilib map.dl-regioncontent {
818
eff74cfaaf97 read regions from HTML (not working yet), show info
hertzhaft
parents: 813
diff changeset
100 display: none;
823
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
101 }
8af71d9d830b fixed automatic region links and region content
hertzhaft
parents: 818
diff changeset
102
1048
4aa90cccb3e4 make plugins independent from buttons plugin
hertzhaft
parents: 1047
diff changeset
103 div.dl-digilib div.dl-regionInfo {
832
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
104 display: none;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
105 position: absolute;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
106 top: 100px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
107 padding: 10px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
108 font-family: Verdana, Arial, Helvetica, sans-serif;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
109 font-size: 12px;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
110 border: 2px solid lightcyan;
872
d46706f0eede crop region info
hertzhaft
parents: 871
diff changeset
111 color: black;
832
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
112 background-color: lightgrey;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
113 z-index: 1000;
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
114 }
e4133946a9ad display regions as HTML for use in digilib element
hertzhaft
parents: 823
diff changeset
115
1048
4aa90cccb3e4 make plugins independent from buttons plugin
hertzhaft
parents: 1047
diff changeset
116 div.dl-digilib div.dl-regionInfo a {
835
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
117 color: white;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
118 text-decoration: none;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
119 font-size: 11px;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
120 font-weight: bold;
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
121 }
9fa078dcb493 predefine region content with a rel=
hertzhaft
parents: 832
diff changeset
122
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
123 div.dl-digilib #dl-calibration {
981
367f64acda4e added images for calibration dialog
hertzhaft
parents: 978
diff changeset
124 background: url('img/blue.png');
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
125 position: absolute;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
126 border: 1px solid lightcyan;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
127 width: 400px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
128 display: none;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
129 z-index: 9999;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
130 }
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
131
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
132 div.dl-digilib #dl-ruler {
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
133 width: 100%;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
134 height: 100%;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
135 padding-bottom: 10px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
136 font-family: Verdana, Arial, Helvetica, sans-serif;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
137 font-size: 12px;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
138 font-weight: bold;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
139 text-align: center;
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
140 color: lightcyan;
981
367f64acda4e added images for calibration dialog
hertzhaft
parents: 978
diff changeset
141 background: url('img/ruler-top.gif') 0px -1px repeat-x;
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
142 }
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
143
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
144 div.dl-digilib #dl-cm {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
145 padding: 5px;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
146 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
147
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
148 div.dl-digilib #dl-calibrationError {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
149 color: red;
974
678313a989a9 first part of calibration dialog
hertzhaft
parents: 903
diff changeset
150 padding: 10px;
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
151 display: none;
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
152 }
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
153
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
154 div.dl-digilib #dl-calibrationInput {
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
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
158 div.dl-digilib .dl-error {
978
3b334a7d81ec finished calibration dialog
hertzhaft
parents: 974
diff changeset
159 color: red;
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
160 background-color: darkred;
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
1018
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
163 div.dl-digilib button.dl-button {
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
164 margin: 0px 10px 10px 10px;
1020
0eedb4a5b674 sliders for rot/brgt/cont, needs some refactoring
hertzhaft
parents: 1018
diff changeset
165 border-width: 1px;
1018
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
166 font-family: Verdana, Arial, Helvetica, sans-serif;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
167 font-size: 12px;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
168 color: white;
1020
0eedb4a5b674 sliders for rot/brgt/cont, needs some refactoring
hertzhaft
parents: 1018
diff changeset
169 background: transparent;
1018
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
170 }
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
171
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
172 div.dl-digilib div.dl-tinyslider {
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
173 display: none;
1052
0d2491acfe70 simplify 'about' div
hertzhaft
parents: 1049
diff changeset
174 border: 2px solid lightcyan;
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
175 background-color: lightgrey;
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
176 width: 300px;
1052
0d2491acfe70 simplify 'about' div
hertzhaft
parents: 1049
diff changeset
177 padding: 10px;
1047
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
178 }
4f17420392a9 factor out calibration/scalemode to new dialogs plugin
hertzhaft
parents: 1025
diff changeset
179
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
180 div.dl-digilib div.dl-slider {
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
181 border: 1px solid lightcyan;
1018
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
182 margin: 30px;
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
183 z-index: 9999;
998
d084717a1ed9 steps towards sliders
hertzhaft
parents: 996
diff changeset
184 height: 6px;
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
185 }
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
186
1018
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
187 div.dl-digilib div.dl-panel {
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
188 position: absolute;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
189 width: 500px;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
190 text-align: center;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
191 background: url('img/blue.png');
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
192 border: 1px solid lightcyan;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
193 display: none;
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
194 }
7f8aaae89f9b rotation slider now working
hertzhaft
parents: 1004
diff changeset
195
998
d084717a1ed9 steps towards sliders
hertzhaft
parents: 996
diff changeset
196 div.dl-digilib div.dl-sliderhandle {
1004
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
197 border: 1px solid lightcyan;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
198 background: url('img/blue.png');
985
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
199 position: absolute;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
200 z-index: 10000;
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
201 }
7f93dc476cdf halfway up the slider
hertzhaft
parents: 981
diff changeset
202
1004
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
203 div.dl-digilib div.dl-sliderlabel,
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
204 div.dl-digilib div.dl-slidernumber {
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
205 position: absolute;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
206 padding: 2px;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
207 font-family: Verdana, Arial, Helvetica, sans-serif;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
208 font-size: 12px;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
209 color: white;
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
210 }
8fe70597f7e7 more slider
hertzhaft
parents: 1003
diff changeset
211
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
212 div.dl-infobutton {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
213 background-color: white;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
214 color: grey;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
215 padding: 0px 4px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
216 margin: 0px 2px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
217 float: left;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
218 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
219
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
220 div.dl-info {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
221 clear: both;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
222 display: none;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
223 margin: 10px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
224 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
225
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
226 div.dl-infoheader {
855
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
227 width: 300px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
228 margin-bottom: 20px;
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
229 }
2c401f68d577 better region info
hertzhaft
parents: 852
diff changeset
230
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
231 /* scroll arrows */
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
232 div.dl-digilib table.dl-scalertable {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
233 border: 0;
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
234 padding: 0;
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
235 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
236 div.dl-digilib table.dl-scalertable td {
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
237 padding: 0;
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
238 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
239 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
240 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
241 div.dl-digilib table.dl-scalertable td.dl-arrow:hover {
862
7ebdc106a61a second step towards zoom arrows
hertzhaft
parents: 855
diff changeset
242 background-color: black;
989
f4757bf6ab65 new arrows plugin for scroll arrows next to the image.
robcast
parents: 985
diff changeset
243 opacity: 0.3;
862
7ebdc106a61a second step towards zoom arrows
hertzhaft
parents: 855
diff changeset
244 }
995
76cffbaf0083 starting introduction of cssPrefix.
robcast
parents: 989
diff changeset
245 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
246 opacity: 1;
879
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
247 }
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
248
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
249 /* special definitions for fullscreen */
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
250 div.dl-digilib.dl-fullscreen div.dl-buttons {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
251 position: fixed;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
252 right: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
253 top: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
254 padding: 2px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
255 background-color: transparent;
879
b2ec8244b86e arrows: positioning works in embedded mode, too
hertzhaft
parents: 877
diff changeset
256 z-index: 200;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
257 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
258
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
259 div.dl-digilib.dl-fullscreen div.dl-buttons div.dl-button:hover {
770
6d7c51e4724b highlight buttons by background image
hertzhaft
parents: 765
diff changeset
260 background-image: url('img/fullscreen/corona.png');
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
261 background-repeat: no-repeat;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
262 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
263
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
264 div.dl-digilib.dl-fullscreen div.dl-button-on {
770
6d7c51e4724b highlight buttons by background image
hertzhaft
parents: 765
diff changeset
265 background-image: url('img/fullscreen/whitedisc.png');
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
266 background-repeat: no-repeat;
765
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
267 }
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
268
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
269 div.dl-digilib.dl-fullscreen div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
270 position: fixed;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
271 bottom: 8px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
272 right: 48px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
273 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
274
1003
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
275 /* no borders for button images */
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
276 div.dl-digilib a img.dl-button {
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
277 border:none;
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
278 }
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
279
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
280 /* special definitions for embedded */
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
281 div.dl-digilib.dl-embedded {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
282 position: relative;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
283 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
284
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
285 div.dl-digilib.dl-embedded div.dl-buttons {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
286 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
287 right: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
288 top: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
289 padding: 1px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
290 background-color: grey;
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
291 opacity: 0.5;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
292 z-index: 100;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
293 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
294
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
295 div.dl-digilib.dl-embedded div.dl-buttons div.dl-button:hover {
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
296 background-color: black;
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
297 }
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
298
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
299 div.dl-digilib.dl-embedded div.dl-button-on {
848
77248c6d2a5f fix missing buttons
hertzhaft
parents: 835
diff changeset
300 background-color: darkgreen;
765
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
301 }
8d5239d7b1d4 state indicators for buttons
hertzhaft
parents: 746
diff changeset
302
996
0b63093d598e cssPrefix works now.
robcast
parents: 995
diff changeset
303 div.dl-digilib.dl-embedded div.dl-birdview {
725
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
304 position: absolute;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
305 bottom: 0px;
936d88972cd0 put styles in stylesheet.
robcast
parents:
diff changeset
306 right: 0px;
726
6224f64cbd58 fixed birdZoomDiv positioning in embedded mode
robcast
parents: 725
diff changeset
307 }
877
971b7122930f arrows: got basic functionality working
hertzhaft
parents: 872
diff changeset
308
1003
07af442509de get rid of blue button borders in IE
hertzhaft
parents: 998
diff changeset
309