annotate webapp/src/main/webapp/jquery/jquery.digilib.css @ 1057:d139f59a5f80

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