Initial import.
[siap.git] / site / inc / css / jqzoom.css
CommitLineData
696f20d5
MS
1div.jqZoomTitle\r
2{\r
3 z-index:5000;\r
4 text-align:center;\r
5 font-size:11px;\r
6 font-family:Tahoma;\r
7 height:16px;\r
8 padding-top:2px;\r
9 position:absolute;\r
10 top: 0px;\r
11 left: 0px;\r
12 width: 100%;\r
13 color: #FFF;\r
14 background: #999;\r
15\r
16}\r
17\r
18.jqZoomPup\r
19{\r
20 overflow:hidden;\r
21 background-color: #FFF;\r
22 -moz-opacity:0.6;\r
23 opacity: 0.6;\r
24 filter: alpha(opacity = 60);\r
25 z-index:10;\r
26 border-color:#c4c4c4;\r
27 border-style: solid;\r
28 cursor:crosshair;\r
29}\r
30\r
31.jqZoomPup img\r
32{\r
33 border: 0px;\r
34}\r
35\r
36.preload{\r
37 -moz-opacity:0.8;\r
38 opacity: 0.8;\r
39 filter: alpha(opacity = 80);\r
40 color: #333;\r
41 font-size: 12px;\r
42 font-family: Tahoma;\r
43 text-decoration: none;\r
44 border: 1px solid #CCC;\r
45 background-color: white;\r
46 padding: 8px;\r
47 text-align:center;\r
48 background-image: url(../images/zoomloader.gif);\r
49 background-repeat: no-repeat;\r
50 background-position: 43px 30px;\r
51 width:90px;\r
52 * width:100px;\r
53 height:43px;\r
54 *height:55px;\r
55 z-index:10;\r
56 position:absolute;\r
57 top:3px;\r
58 left:3px;\r
59\r
60}\r
61\r
62.jqZoomWindow\r
63{\r
64 border: 1px solid #999;\r
65 background-color: #FFF;\r
66}\r
67\r
68\r