-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroomzoom.css
More file actions
159 lines (151 loc) · 4.95 KB
/
roomzoom.css
File metadata and controls
159 lines (151 loc) · 4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
/**
* RoomZoom.js Javascript Image Zoom Plugin for Prototype framework
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* DISCLAIMER
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the organization nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* @category design
* @package RoomZoom.js
* @copyright Copyright (C) 2012 Oggetto Web ltd (http://oggettoweb.com/)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Denis Obukhov <denis.obukhov@oggettoweb.com>
*/
.zoomPad {
cursor: crosshair;
float: left;
position: relative;
z-index: 99;
}
.zoomPreload {
background-color: white;
background-image: url('images/zoomloader.gif');
background-position: 43px 30px;
background-repeat: no-repeat;
border: 1px solid #CCCCCC;
color: #333333;
font-family: Tahoma;
font-size: 12px;
height: 43px;
left: 0;
opacity: 0.8;
padding: 8px;
position: absolute;
text-align: center;
text-decoration: none;
top: 0;
width: 90px;
z-index: 110;
}
.zoomPup {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
cursor: crosshair;
overflow: hidden;
position: absolute;
z-index: 101;
}
.zoomOverlay {
background: none repeat scroll 0 0 #FFFFFF;
display: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 101;
}
.zoomWindow {
background: none repeat scroll 0 0 #FFFFFF;
height: auto;
left: 110%;
position: absolute;
top: 40px;
z-index: 110;
}
.zoomWrapper {
border: 1px solid #999999;
position: relative;
z-index: 110;
}
.zoomWrapperTitle {
background: none repeat scroll 0 0 #999999;
color: #FFFFFF;
display: block;
font-size: 10px;
height: 18px;
left: 0;
line-height: 18px;
opacity: 0.6;
overflow: hidden;
position: absolute;
text-align: center;
top: 0;
width: 100%;
z-index: 120;
}
.zoomWrapperImage {
display: block;
overflow: hidden;
position: relative;
z-index: 110;
}
.zoomWrapperImage img {
border: 0 none;
display: block;
position: absolute;
z-index: 101;
}
.zoomIframe {
display: block;
opacity: 0.8;
position: absolute;
z-index: -1;
}
.zoomHint {
background:url('images/zoom-ico.png') 0 center no-repeat;
padding: 2px 2px 2px 25px !important;
height: 18px;
margin: 5px;
text-decoration: none;
text-align: left;
font:normal 11px/18px Arial,Helvetica,sans-serif;
color: #646464;
cursor:pointer;
}
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding:0px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 5px; left: 5px; z-index: 10; height: 24px; display: block; }
#hoverNav a{height: 24px; width:24px; margin:0 1px !important; overflow: hidden; float:left; background: transparent url(images/buttons.png) no-repeat 0 0; }
#hoverNav a#prevLink {background-position: 0 0;}
#hoverNav a#nextLink { background-position: -24px 0;}
#hoverNav a#prevLink:hover, #hoverNav a#prevLink:visited:hover { background-position: 0 -24px;}
#hoverNav a#nextLink:hover, #hoverNav a#nextLink:visited:hover { background-position: -24px -24px;}
#hoverNav a#closeLink{ background-position: -48px 0;}
#hoverNav a#closeLink:hover, #hoverNav a#closeLink:visited:hover { background-position: -48px -24px; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }