Mercurial > hg > digilib-old
annotate client/digitallibrary/jquery/jquery.digilib.css @ 800:65e70c03870b stream
merge from juqery branch
12f790cb30de0ac42ff62fb9921d7a3215243b7b
author | robcast |
---|---|
date | Sat, 19 Feb 2011 09:56:18 +0100 |
parents | d742bd92b05a |
children | 1a7b14deae3a |
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 { |
60 background-color: red; | |
61 opacity: 0.5; | |
62 } | |
63 | |
725 | 64 /* special definitions for fullscreen */ |
65 div.digilib.dl_fullscreen div.buttons { | |
66 position: fixed; | |
67 right: 0px; | |
68 top: 0px; | |
69 padding: 2px; | |
70 background-color: transparent; | |
71 z-index: 100; | |
72 } | |
73 | |
74 div.digilib.dl_fullscreen div.button:hover { | |
770 | 75 background-image: url('img/fullscreen/corona.png'); |
725 | 76 } |
77 | |
765 | 78 div.digilib.dl_fullscreen div.button-on { |
770 | 79 background-image: url('img/fullscreen/whitedisc.png'); |
765 | 80 } |
81 | |
725 | 82 div.digilib.dl_fullscreen div.birdview { |
83 position: fixed; | |
84 bottom: 8px; | |
85 right: 48px; | |
86 } | |
87 | |
88 /* special definitions for embedded */ | |
89 div.digilib.dl_embedded { | |
90 position: relative; | |
91 } | |
92 | |
93 div.digilib.dl_embedded div.buttons { | |
94 position: absolute; | |
95 right: 0px; | |
96 top: 0px; | |
97 padding: 1px; | |
98 background-color: grey; | |
99 opacity: 0.4; | |
100 z-index: 100; | |
101 } | |
102 | |
103 div.digilib.dl_embedded div.button:hover { | |
104 background-color: darkred; | |
105 } | |
106 | |
765 | 107 div.digilib.dl_embedded div.button-on { |
108 background-color: black; | |
109 } | |
110 | |
725 | 111 div.digilib.dl_embedded div.birdview { |
112 position: absolute; | |
113 bottom: 0px; | |
114 right: 0px; | |
726 | 115 } |