Mercurial > hg > digilib-old
annotate client/digitallibrary/jquery/jquery.digilib.css @ 867:987cfe401970 stream
add default error message type config.
author | robcast |
---|---|
date | Thu, 10 Mar 2011 21:21:10 +0100 |
parents | 7ebdc106a61a |
children | e17507559d35 |
rev | line source |
---|---|
725 | 1 /* |
2 * CSS style file for jQuery digilib | |
3 * | |
4 * Martin Raspe, Robert Casties, 11.1.2011 | |
5 */ | |
6 div.digilib div.scaler { | |
7 background-color: grey; | |
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 | 11 } |
12 | |
13 div.digilib div.birdview { | |
14 border: 1px solid white; | |
15 z-index: 10; | |
16 } | |
17 | |
18 div.digilib div.zoomrect { | |
19 position: absolute; | |
20 border: 2px solid #ff0000; | |
21 z-index: 100; | |
22 } | |
23 | |
726 | 24 div.digilib div.birdzoom { |
25 position: absolute; | |
26 border: 2px solid #ff0000; | |
27 z-index: 100; | |
28 } | |
29 | |
725 | 30 div.digilib div.mark { |
31 position: absolute; | |
32 color: white; | |
33 background: url('../greyskin/mark-bg-16.png'); | |
34 font-family: Verdana, Arial, Helvetica, sans-serif; | |
35 font-weight: bold; | |
36 font-size: 11px; | |
37 height: 15px; | |
38 width: 16px; | |
39 padding-top: 1px; | |
40 text-align: center; | |
41 z-index: 10; | |
42 } | |
43 | |
44 div.digilib div.about { | |
45 position: absolute; | |
46 width: 200px; | |
47 top: 100px; | |
48 left: 350px; | |
49 height: 200px; | |
50 padding: 0px 2px; | |
51 font-family: Verdana, Arial, Helvetica, sans-serif; | |
52 border: 2px solid lightcyan; | |
53 background-color: lightgrey; | |
54 text-align: center; | |
55 display: none; | |
56 z-index: 1000; | |
57 } | |
58 | |
792 | 59 div.digilib div.region { |
813 | 60 position: absolute; |
792 | 61 background-color: red; |
813 | 62 opacity: 0.3; |
63 } | |
64 | |
65 div.digilib div.region:hover { | |
792 | 66 opacity: 0.5; |
67 } | |
68 | |
851 | 69 div.region { |
70 color: white; | |
852 | 71 font-family: Verdana, Arial, Helvetica, sans-serif; |
72 font-size: 11px; | |
851 | 73 } |
74 | |
75 div.region a.regionnumber { | |
813 | 76 color: white; |
823 | 77 text-decoration: none; |
813 | 78 font-weight: bold; |
851 | 79 font-size: 11px; |
80 text-align: center; | |
81 padding: 0px 2px; | |
82 margin-right: 4px; | |
83 border: 1px solid white; | |
84 display: inline-block; | |
813 | 85 } |
86 | |
818
eff74cfaaf97
read regions from HTML (not working yet), show info
hertzhaft
parents:
813
diff
changeset
|
87 div.regioncontent { |
eff74cfaaf97
read regions from HTML (not working yet), show info
hertzhaft
parents:
813
diff
changeset
|
88 display: none; |
823 | 89 } |
90 | |
835 | 91 div.regionHTML { |
832
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
92 display: none; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
93 position: absolute; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
94 top: 100px; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
95 padding: 10px; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
96 font-family: Verdana, Arial, Helvetica, sans-serif; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
97 font-size: 12px; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
98 border: 2px solid lightcyan; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
99 background-color: lightgrey; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
100 z-index: 1000; |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
101 } |
e4133946a9ad
display regions as HTML for use in digilib element
hertzhaft
parents:
823
diff
changeset
|
102 |
835 | 103 div.regionHTML a { |
104 color: white; | |
105 text-decoration: none; | |
106 font-size: 11px; | |
107 font-weight: bold; | |
108 } | |
109 | |
855 | 110 div.infobutton { |
111 background-color: white; | |
112 color: grey; | |
113 padding: 0px 4px; | |
114 margin: 0px 2px; | |
115 float: left; | |
116 } | |
117 | |
118 div.info { | |
119 clear: both; | |
120 display: none; | |
121 margin: 10px; | |
122 } | |
123 | |
124 div.infoheader { | |
125 width: 300px; | |
126 margin-bottom: 20px; | |
127 } | |
128 | |
862 | 129 div.arrow { |
130 position: absolute; | |
131 text-align: center; | |
132 background-color: black; | |
133 opacity: 0.08; | |
134 } | |
135 | |
136 div.arrow:hover { | |
137 opacity: 0.5; | |
138 } | |
139 | |
725 | 140 /* special definitions for fullscreen */ |
141 div.digilib.dl_fullscreen div.buttons { | |
142 position: fixed; | |
143 right: 0px; | |
144 top: 0px; | |
145 padding: 2px; | |
146 background-color: transparent; | |
147 z-index: 100; | |
148 } | |
149 | |
150 div.digilib.dl_fullscreen div.button:hover { | |
770 | 151 background-image: url('img/fullscreen/corona.png'); |
725 | 152 } |
153 | |
765 | 154 div.digilib.dl_fullscreen div.button-on { |
770 | 155 background-image: url('img/fullscreen/whitedisc.png'); |
765 | 156 } |
157 | |
725 | 158 div.digilib.dl_fullscreen div.birdview { |
159 position: fixed; | |
160 bottom: 8px; | |
161 right: 48px; | |
162 } | |
163 | |
164 /* special definitions for embedded */ | |
165 div.digilib.dl_embedded { | |
166 position: relative; | |
167 } | |
168 | |
169 div.digilib.dl_embedded div.buttons { | |
170 position: absolute; | |
171 right: 0px; | |
172 top: 0px; | |
173 padding: 1px; | |
174 background-color: grey; | |
848 | 175 opacity: 0.5; |
725 | 176 z-index: 100; |
177 } | |
178 | |
179 div.digilib.dl_embedded div.button:hover { | |
848 | 180 background-color: black; |
725 | 181 } |
182 | |
765 | 183 div.digilib.dl_embedded div.button-on { |
848 | 184 background-color: darkgreen; |
765 | 185 } |
186 | |
725 | 187 div.digilib.dl_embedded div.birdview { |
188 position: absolute; | |
189 bottom: 0px; | |
190 right: 0px; | |
726 | 191 } |