404
|
1 /* Styles for Digilib NG */
|
|
2 /* (c) 2005 by Martin Raspe <hertzhaft@biblhertz.it> */
|
|
3 /* Bibliotheca Hertziana (Max-Planck-Institute for Art History), Rome */
|
|
4
|
|
5 body {
|
|
6 background-color: #E0E0E0;
|
|
7 color: black;
|
|
8 font-size: 8pt;
|
|
9 }
|
|
10
|
|
11 code {
|
|
12 font-family: monospace;
|
|
13 color: blue;
|
|
14 }
|
|
15
|
|
16 pre { color: #006060; }
|
|
17
|
|
18
|
|
19 a.icon {
|
|
20 margin: 0px;
|
|
21 padding: 0px;
|
|
22 }
|
|
23
|
411
|
24 a.arrow {
|
|
25 display: block;
|
|
26 position: absolute;
|
|
27 border: none;
|
|
28 z-index: 150;
|
|
29 background-repeat: no-repeat;
|
424
|
30 background-position: center;
|
411
|
31 }
|
428
|
32
|
411
|
33 a#up:hover {
|
|
34 background-image: url('up.png');
|
|
35 }
|
|
36
|
|
37 a#down:hover {
|
|
38 background-image: url('down.png');
|
|
39 }
|
|
40
|
|
41 a#left:hover {
|
|
42 background-image: url('left.png');
|
|
43 }
|
|
44
|
|
45 a#right:hover {
|
|
46 background-image: url('right.png');
|
|
47 }
|
|
48
|
404
|
49 /* Images */
|
|
50
|
|
51 img.logo {
|
|
52 border: none;
|
|
53 }
|
|
54
|
|
55 img.png {
|
|
56 border: none;
|
|
57 }
|
411
|
58
|
404
|
59 img.png:hover {
|
|
60 background-image: url('corona.png');
|
|
61 }
|
411
|
62
|
|
63 img#bird-image {
|
|
64 border: none;
|
|
65 position: absolute;
|
|
66 bottom: 10px;
|
|
67 right: 10px;
|
|
68 visibility: hidden;
|
|
69 z-index: 1;
|
|
70 }
|
404
|
71
|
|
72 /* DIVs */
|
|
73
|
|
74 div.button {
|
|
75 padding: 0px;
|
|
76 }
|
|
77
|
|
78 div.mark {
|
|
79 position: absolute;
|
|
80 color: white;
|
|
81 background: url('mark-bg-16.png');
|
|
82 font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
83 font-weight: bold;
|
|
84 font-size:11px;
|
|
85 height: 16px;
|
|
86 width: 16px;
|
|
87 text-align: center;
|
|
88 z-index: 10;
|
|
89 /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */
|
|
90 }
|
|
91
|
435
|
92 div#scaler {
|
|
93 position: absolute;
|
|
94 left: 8px;
|
|
95 top: 8px;
|
|
96 bottom: 30px;
|
|
97 right: 44px;
|
|
98 overflow: auto;
|
404
|
99 }
|
|
100
|
|
101 div#overlay {
|
|
102 position: absolute;
|
428
|
103 background-color: transparent;
|
|
104 border: 1px dotted lightcyan;
|
411
|
105 z-index: 100;
|
404
|
106 visibility: hidden;
|
411
|
107 box-sizing: border-box;
|
|
108 -moz-box-sizing: border-box;
|
404
|
109 }
|
|
110
|
|
111 div#buttons {
|
|
112 position: absolute;
|
|
113 right: 5px;
|
|
114 top: 5px;
|
|
115 background-color: #E0E0E0;
|
|
116 }
|
|
117
|
|
118 div#dloptions {
|
|
119 position: absolute;
|
|
120 right: 5px;
|
|
121 top: 5px;
|
|
122 background-color: #E0E0E0;
|
|
123 visibility: hidden;
|
|
124 }
|
|
125
|
|
126 div#zoom {
|
|
127 position: absolute;
|
411
|
128 border: 2px solid #ffa060;
|
|
129 visibility: hidden;
|
|
130 z-index: 200;
|
|
131 box-sizing: border-box;
|
|
132 -moz-box-sizing: border-box;
|
|
133 }
|
|
134
|
|
135 div#bird-area {
|
|
136 position: absolute;
|
|
137 border: 2px solid #ffa060;
|
|
138 visibility: hidden;
|
|
139 background-color: transparent;
|
|
140 box-sizing: border-box;
|
|
141 -moz-box-sizing: border-box;
|
|
142 z-index: 10;
|
|
143 }
|
404
|
144
|
428
|
145 div#calibration {
|
435
|
146 background: url('blue.png');
|
428
|
147 position: absolute;
|
435
|
148 padding: 0px;
|
428
|
149 visibility: hidden;
|
|
150 z-index: 1000;
|
|
151 }
|
|
152
|
435
|
153 div#calibration div {
|
|
154 width: 100%;
|
|
155 height: 100%;
|
|
156 margin: 0px;
|
|
157 padding: 0px;
|
|
158 font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
159 text-align: center;
|
|
160 color: lightcyan;
|
|
161 border: 1px solid lightcyan;
|
|
162 background: url('ruler-top.gif') 0px -1px repeat-x;
|
|
163 z-index: 1001;
|
|
164 }
|
|
165
|
|
166 p.cm {
|
|
167 font-weight: bold;
|
|
168 }
|
|
169
|
404
|
170 div#about {
|
|
171 position: absolute;
|
|
172 width: 200px;
|
|
173 top: 100px;
|
|
174 left: 350px;
|
|
175 height: 200px;
|
|
176 padding: 0px 2px;
|
|
177 font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
178 border: 3px solid lightcyan;
|
|
179 background-color: lightgrey;
|
|
180 text-align: center;
|
|
181 visibility: hidden;
|
|
182 z-index: 1000;
|
|
183 }
|
|
184
|
428
|
185 div#about p {
|
|
186 margin: 6px;
|
|
187 }
|
|
188
|
|
189
|
404
|
190 /* DEBUG elements */
|
|
191
|
|
192 div#debug {
|
|
193 position: absolute;
|
428
|
194 width: 150px;
|
|
195 top: 50px;
|
|
196 right: 36px;
|
|
197 bottom: 50px;
|
404
|
198 overflow: auto;
|
|
199 padding: 0px 2px;
|
|
200 font-family: Verdana, Arial, Helvetica, sans-serif;
|
435
|
201 color: lightgreen;
|
|
202 border: 1px dotted black;
|
411
|
203 background-color: transparent;
|
404
|
204 }
|
|
205
|
411
|
206 div#debug p.debug, h1 {
|
404
|
207 font-weight: bold;
|
|
208 color: lightcyan;
|
|
209 }
|
|
210
|
411
|
211 div#debug p, h1 {
|
|
212 margin: 0px;
|
|
213 padding: 2px 0px;
|
|
214 font-size: 9px;
|
435
|
215 background-color: black;
|
411
|
216 }
|
404
|
217
|
435
|
218
|