window_rails 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +0 -0
- data/LICENSE +44 -0
- data/README.rdoc +68 -0
- data/app/controllers/window_rails_controller.rb +32 -0
- data/files/javascripts/debug.js +137 -0
- data/files/javascripts/extended_debug.js +113 -0
- data/files/javascripts/tooltip.js +241 -0
- data/files/javascripts/window.js +1872 -0
- data/files/javascripts/window_effects.js +157 -0
- data/files/javascripts/window_ext.js +115 -0
- data/files/themes/alert.css +119 -0
- data/files/themes/alert/bottom.gif +0 -0
- data/files/themes/alert/bottom_left.gif +0 -0
- data/files/themes/alert/bottom_right.gif +0 -0
- data/files/themes/alert/left.gif +0 -0
- data/files/themes/alert/overlay.png +0 -0
- data/files/themes/alert/progress.gif +0 -0
- data/files/themes/alert/right.gif +0 -0
- data/files/themes/alert/top.gif +0 -0
- data/files/themes/alert/top_left.gif +0 -0
- data/files/themes/alert/top_right.gif +0 -0
- data/files/themes/alert_lite.css +88 -0
- data/files/themes/alphacube.css +150 -0
- data/files/themes/alphacube/bottom-left-c.gif +0 -0
- data/files/themes/alphacube/bottom-middle.gif +0 -0
- data/files/themes/alphacube/bottom-right-c.gif +0 -0
- data/files/themes/alphacube/button-close-focus.gif +0 -0
- data/files/themes/alphacube/button-max-focus.gif +0 -0
- data/files/themes/alphacube/button-min-focus.gif +0 -0
- data/files/themes/alphacube/frame-left.gif +0 -0
- data/files/themes/alphacube/frame-right.gif +0 -0
- data/files/themes/alphacube/left-top.gif +0 -0
- data/files/themes/alphacube/right-top.gif +0 -0
- data/files/themes/alphacube/top-middle.gif +0 -0
- data/files/themes/behavior.htc +51 -0
- data/files/themes/darkX.css +121 -0
- data/files/themes/darkX/button-close-focused.png +0 -0
- data/files/themes/darkX/button-maximize-focused.png +0 -0
- data/files/themes/darkX/button-minimize-focused.png +0 -0
- data/files/themes/darkX/frame-bottom-left-focused.png +0 -0
- data/files/themes/darkX/frame-bottom-mid-focused.png +0 -0
- data/files/themes/darkX/frame-bottom-right-focused.png +0 -0
- data/files/themes/darkX/frame-left-focused.png +0 -0
- data/files/themes/darkX/frame-right-focused.png +0 -0
- data/files/themes/darkX/titlebar-left-focused.png +0 -0
- data/files/themes/darkX/titlebar-mid-focused.png +0 -0
- data/files/themes/darkX/titlebar-right-focused.png +0 -0
- data/files/themes/debug.css +25 -0
- data/files/themes/default.css +155 -0
- data/files/themes/default/bottom_left.gif +0 -0
- data/files/themes/default/bottom_mid.gif +0 -0
- data/files/themes/default/bottom_right.gif +0 -0
- data/files/themes/default/bottom_right_resize.gif +0 -0
- data/files/themes/default/center_left.gif +0 -0
- data/files/themes/default/center_right.gif +0 -0
- data/files/themes/default/clear.gif +0 -0
- data/files/themes/default/close.gif +0 -0
- data/files/themes/default/inspect.gif +0 -0
- data/files/themes/default/maximize.gif +0 -0
- data/files/themes/default/minimize.gif +0 -0
- data/files/themes/default/overlay.png +0 -0
- data/files/themes/default/resize.gif +0 -0
- data/files/themes/default/sizer.gif +0 -0
- data/files/themes/default/top_left.gif +0 -0
- data/files/themes/default/top_mid.gif +0 -0
- data/files/themes/default/top_right.gif +0 -0
- data/files/themes/iefix/blank.gif +0 -0
- data/files/themes/iefix/iepngfix.css +3 -0
- data/files/themes/iefix/iepngfix.htc +54 -0
- data/files/themes/lighting.css +960 -0
- data/files/themes/lighting/background_buttons.gif +0 -0
- data/files/themes/lighting/bottom-left-blue.png +0 -0
- data/files/themes/lighting/bottom-left-darkblue.png +0 -0
- data/files/themes/lighting/bottom-left-green.png +0 -0
- data/files/themes/lighting/bottom-left-grey.png +0 -0
- data/files/themes/lighting/bottom-middle-blue.png +0 -0
- data/files/themes/lighting/bottom-middle-darkblue.png +0 -0
- data/files/themes/lighting/bottom-middle-green.png +0 -0
- data/files/themes/lighting/bottom-middle-grey.png +0 -0
- data/files/themes/lighting/bottom-right-blue.png +0 -0
- data/files/themes/lighting/bottom-right-darkblue.png +0 -0
- data/files/themes/lighting/bottom-right-green.png +0 -0
- data/files/themes/lighting/bottom-right-grey.png +0 -0
- data/files/themes/lighting/button-close-blue.png +0 -0
- data/files/themes/lighting/button-close-darkblue.png +0 -0
- data/files/themes/lighting/button-close-green.png +0 -0
- data/files/themes/lighting/button-close-grey.png +0 -0
- data/files/themes/lighting/button-maximize-blue.png +0 -0
- data/files/themes/lighting/button-maximize-darkblue.png +0 -0
- data/files/themes/lighting/button-maximize-green.png +0 -0
- data/files/themes/lighting/button-maximize-grey.png +0 -0
- data/files/themes/lighting/button-minimize-blue.png +0 -0
- data/files/themes/lighting/button-minimize-darkblue.png +0 -0
- data/files/themes/lighting/button-minimize-green.png +0 -0
- data/files/themes/lighting/button-minimize-grey.png +0 -0
- data/files/themes/lighting/left-blue.png +0 -0
- data/files/themes/lighting/left-darkblue.png +0 -0
- data/files/themes/lighting/left-green.png +0 -0
- data/files/themes/lighting/left-grey.png +0 -0
- data/files/themes/lighting/pngbehavior.htc +67 -0
- data/files/themes/lighting/right-blue.png +0 -0
- data/files/themes/lighting/right-darkblue.png +0 -0
- data/files/themes/lighting/right-green.png +0 -0
- data/files/themes/lighting/right-grey.png +0 -0
- data/files/themes/lighting/spinner.gif +0 -0
- data/files/themes/lighting/top-left-blue.png +0 -0
- data/files/themes/lighting/top-left-darkblue.png +0 -0
- data/files/themes/lighting/top-left-green.png +0 -0
- data/files/themes/lighting/top-left-grey.png +0 -0
- data/files/themes/lighting/top-middle-blue.png +0 -0
- data/files/themes/lighting/top-middle-darkblue.png +0 -0
- data/files/themes/lighting/top-middle-green.png +0 -0
- data/files/themes/lighting/top-middle-grey.png +0 -0
- data/files/themes/lighting/top-right-blue.png +0 -0
- data/files/themes/lighting/top-right-darkblue.png +0 -0
- data/files/themes/lighting/top-right-green.png +0 -0
- data/files/themes/lighting/top-right-grey.png +0 -0
- data/files/themes/mac_os_x.css +333 -0
- data/files/themes/mac_os_x/B.png +0 -0
- data/files/themes/mac_os_x/BL.png +0 -0
- data/files/themes/mac_os_x/BL_Main.png +0 -0
- data/files/themes/mac_os_x/BR.png +0 -0
- data/files/themes/mac_os_x/BR_Main.png +0 -0
- data/files/themes/mac_os_x/B_Main.png +0 -0
- data/files/themes/mac_os_x/L.png +0 -0
- data/files/themes/mac_os_x/L_Main.png +0 -0
- data/files/themes/mac_os_x/R.png +0 -0
- data/files/themes/mac_os_x/R_Main.png +0 -0
- data/files/themes/mac_os_x/T.png +0 -0
- data/files/themes/mac_os_x/TL.png +0 -0
- data/files/themes/mac_os_x/TL_Main.png +0 -0
- data/files/themes/mac_os_x/TR.png +0 -0
- data/files/themes/mac_os_x/TR_Main.png +0 -0
- data/files/themes/mac_os_x/T_Main.png +0 -0
- data/files/themes/mac_os_x/close.gif +0 -0
- data/files/themes/mac_os_x/maximize.gif +0 -0
- data/files/themes/mac_os_x/minimize.gif +0 -0
- data/files/themes/mac_os_x_dialog.css +160 -0
- data/files/themes/mac_os_x_dialog/B.png +0 -0
- data/files/themes/mac_os_x_dialog/BL.png +0 -0
- data/files/themes/mac_os_x_dialog/BR.png +0 -0
- data/files/themes/mac_os_x_dialog/L.png +0 -0
- data/files/themes/mac_os_x_dialog/R.png +0 -0
- data/files/themes/mac_os_x_dialog/T.png +0 -0
- data/files/themes/mac_os_x_dialog/TL.png +0 -0
- data/files/themes/mac_os_x_dialog/TR.png +0 -0
- data/files/themes/mac_os_x_dialog/bg.gif +0 -0
- data/files/themes/mac_os_x_dialog/close.gif +0 -0
- data/files/themes/mac_os_x_dialog/maximize.gif +0 -0
- data/files/themes/mac_os_x_dialog/minimize.gif +0 -0
- data/files/themes/nuncio.css +164 -0
- data/files/themes/nuncio/bottom_left.png +0 -0
- data/files/themes/nuncio/bottom_mid.png +0 -0
- data/files/themes/nuncio/bottom_right.png +0 -0
- data/files/themes/nuncio/center_left.png +0 -0
- data/files/themes/nuncio/center_right.png +0 -0
- data/files/themes/nuncio/close.png +0 -0
- data/files/themes/nuncio/minimize.png +0 -0
- data/files/themes/nuncio/overlay.png +0 -0
- data/files/themes/nuncio/top_left.png +0 -0
- data/files/themes/nuncio/top_mid.png +0 -0
- data/files/themes/nuncio/top_right.png +0 -0
- data/files/themes/spread.css +108 -0
- data/files/themes/spread/bottom-left-c.gif +0 -0
- data/files/themes/spread/bottom-middle.gif +0 -0
- data/files/themes/spread/bottom-right-c.gif +0 -0
- data/files/themes/spread/button-close-focus.gif +0 -0
- data/files/themes/spread/button-max-focus.gif +0 -0
- data/files/themes/spread/button-min-focus.gif +0 -0
- data/files/themes/spread/frame-left.gif +0 -0
- data/files/themes/spread/frame-right.gif +0 -0
- data/files/themes/spread/left-top.gif +0 -0
- data/files/themes/spread/right-top.gif +0 -0
- data/files/themes/spread/top-middle.gif +0 -0
- data/init.rb +1 -0
- data/install.rb +32 -0
- data/lib/window_rails.rb +164 -0
- data/lib/window_rails/version.rb +3 -0
- data/uninstall.rb +9 -0
- metadata +260 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<public:component>
|
2
|
+
<public:attach event="onpropertychange" onevent="doFix()" />
|
3
|
+
|
4
|
+
<script type="text/javascript">
|
5
|
+
|
6
|
+
// IE5.5+ PNG Alpha Fix v1.0RC4
|
7
|
+
// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com
|
8
|
+
|
9
|
+
// This is licensed under the CC-GNU LGPL, version 2.1 or later.
|
10
|
+
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
|
11
|
+
|
12
|
+
// Modified/Simplified on 04/23/2007 by Sebastien Gruhier (http://www.xilinus.com)
|
13
|
+
// To work only on background and to handle repeat bg
|
14
|
+
|
15
|
+
// This must be a path to a blank image. That's all the configuration you need.
|
16
|
+
if (typeof blankImg == 'undefined') var blankImg = 'blank.gif';
|
17
|
+
|
18
|
+
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
|
19
|
+
|
20
|
+
function filt(s, m)
|
21
|
+
{
|
22
|
+
if (filters[f])
|
23
|
+
{
|
24
|
+
filters[f].enabled = s ? true : false;
|
25
|
+
if (s) with (filters[f]) { src = s; sizingMethod = m }
|
26
|
+
}
|
27
|
+
else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
|
28
|
+
}
|
29
|
+
|
30
|
+
function doFix()
|
31
|
+
{
|
32
|
+
// Assume IE7 is OK.
|
33
|
+
if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
|
34
|
+
(event && !/(background|src)/.test(event.propertyName))) return;
|
35
|
+
|
36
|
+
var bgImg = currentStyle.backgroundImage || style.backgroundImage;
|
37
|
+
var bgRepeat = currentStyle.backgroundRepeat || style.backgroundRepeat;
|
38
|
+
if (bgImg && bgImg != 'none')
|
39
|
+
{
|
40
|
+
if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
|
41
|
+
{
|
42
|
+
var s = RegExp.$1;
|
43
|
+
if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
|
44
|
+
style.width = offsetWidth + 'px';
|
45
|
+
style.backgroundImage = 'none';
|
46
|
+
filt(s, bgRepeat == "no-repeat" ? 'crop' : 'scale');
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
51
|
+
doFix();
|
52
|
+
|
53
|
+
</script>
|
54
|
+
</public:component>
|
@@ -0,0 +1,960 @@
|
|
1
|
+
.overlay___invisible__ {
|
2
|
+
background-color: #666;
|
3
|
+
filter:alpha(opacity=0);
|
4
|
+
-moz-opacity: 0;
|
5
|
+
opacity: 0;
|
6
|
+
}
|
7
|
+
|
8
|
+
.top_draggable, .bottom_draggable {
|
9
|
+
cursor:move;
|
10
|
+
}
|
11
|
+
|
12
|
+
.status_bar {
|
13
|
+
font-size:12px;
|
14
|
+
}
|
15
|
+
.status_bar input{
|
16
|
+
font-size:12px;
|
17
|
+
}
|
18
|
+
|
19
|
+
.wired_frame {
|
20
|
+
display:block;
|
21
|
+
position:absolute;
|
22
|
+
border:1px #000 dashed;
|
23
|
+
}
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
.overlay_bluelighting {
|
28
|
+
background-color:#FFF;
|
29
|
+
filter:alpha(opacity=60);
|
30
|
+
-moz-opacity:0.6;
|
31
|
+
opacity:0.6;
|
32
|
+
}
|
33
|
+
|
34
|
+
.bluelighting_wired_frame {
|
35
|
+
background:#FFF;
|
36
|
+
filter:alpha(opacity=60);
|
37
|
+
-moz-opacity:0.6;
|
38
|
+
opacity:0.6;
|
39
|
+
}
|
40
|
+
|
41
|
+
.bluelighting_nw {
|
42
|
+
background:transparent url(lighting/top-left-blue.png) no-repeat 0 0;
|
43
|
+
width:9px;
|
44
|
+
height:28px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.bluelighting_n {
|
48
|
+
background:transparent url(lighting/top-middle-blue.png) repeat-x 0 0;
|
49
|
+
height:28px;
|
50
|
+
}
|
51
|
+
|
52
|
+
.bluelighting_ne {
|
53
|
+
background:transparent url(lighting/top-right-blue.png) no-repeat 0 0;
|
54
|
+
width:15px;
|
55
|
+
height:28px;
|
56
|
+
}
|
57
|
+
|
58
|
+
.bluelighting_w {
|
59
|
+
background:transparent url(lighting/left-blue.png) repeat-y top left;
|
60
|
+
width:9px;
|
61
|
+
}
|
62
|
+
|
63
|
+
.bluelighting_e {
|
64
|
+
background:transparent url(lighting/right-blue.png) repeat-y top right;
|
65
|
+
width:15px;
|
66
|
+
}
|
67
|
+
|
68
|
+
.bluelighting_sw {
|
69
|
+
background:transparent url(lighting/bottom-left-blue.png) no-repeat 0 0;
|
70
|
+
width:9px;
|
71
|
+
height:15px;
|
72
|
+
}
|
73
|
+
|
74
|
+
.bluelighting_s {
|
75
|
+
background:transparent url(lighting/bottom-middle-blue.png) repeat-x 0 0;
|
76
|
+
height:15px;
|
77
|
+
}
|
78
|
+
|
79
|
+
.bluelighting_se, .bluelighting_sizer {
|
80
|
+
background:transparent url(lighting/bottom-right-blue.png) no-repeat 0 0;
|
81
|
+
width:15px;
|
82
|
+
height:15px;
|
83
|
+
}
|
84
|
+
|
85
|
+
.bluelighting_sizer {
|
86
|
+
cursor:se-resize;
|
87
|
+
}
|
88
|
+
|
89
|
+
.bluelighting_close {
|
90
|
+
width:15px;
|
91
|
+
height:9px;
|
92
|
+
background:transparent url(lighting/button-close-blue.png) no-repeat 0 0;
|
93
|
+
position:absolute;
|
94
|
+
top:11px;
|
95
|
+
right:10px;
|
96
|
+
cursor:pointer;
|
97
|
+
z-index:1000;
|
98
|
+
}
|
99
|
+
|
100
|
+
.bluelighting_maximize {
|
101
|
+
width:15px;
|
102
|
+
height:9px;
|
103
|
+
background:transparent url(lighting/button-maximize-blue.png) no-repeat 0 0;
|
104
|
+
position:absolute;
|
105
|
+
top:11px;
|
106
|
+
right:25px;
|
107
|
+
cursor:pointer;
|
108
|
+
z-index:1000;
|
109
|
+
}
|
110
|
+
|
111
|
+
.bluelighting_minimize {
|
112
|
+
width:15px;
|
113
|
+
height:9px;
|
114
|
+
background:transparent url(lighting/button-minimize-blue.png) no-repeat 0 0;
|
115
|
+
position:absolute;
|
116
|
+
top:11px;
|
117
|
+
right:40px;
|
118
|
+
cursor:pointer;
|
119
|
+
z-index:1000;
|
120
|
+
}
|
121
|
+
|
122
|
+
.bluelighting_title {
|
123
|
+
float:left;
|
124
|
+
height:14px;
|
125
|
+
font-size:14px;
|
126
|
+
font-weight:bold;
|
127
|
+
font-family:Verdana, Arial, sans-serif;
|
128
|
+
text-align:center;
|
129
|
+
margin-top:2px;
|
130
|
+
width:100%;
|
131
|
+
color:#17385B;
|
132
|
+
}
|
133
|
+
|
134
|
+
.bluelighting_content {
|
135
|
+
overflow:auto;
|
136
|
+
color:#000;
|
137
|
+
font-family:Verdana, Arial, sans-serif;
|
138
|
+
font-size:12px;
|
139
|
+
background:#BFDBFF;
|
140
|
+
}
|
141
|
+
|
142
|
+
/* For alert/confirm dialog */
|
143
|
+
.bluelighting_window {
|
144
|
+
border:1px solid #F00;
|
145
|
+
background:#FFF;
|
146
|
+
padding:20px;
|
147
|
+
margin-left:auto;
|
148
|
+
margin-right:auto;
|
149
|
+
width:400px;
|
150
|
+
}
|
151
|
+
|
152
|
+
.bluelighting_message {
|
153
|
+
font-size:12px;
|
154
|
+
text-align:center;
|
155
|
+
width:100%;
|
156
|
+
padding-bottom:10px;
|
157
|
+
}
|
158
|
+
|
159
|
+
.bluelighting_buttons {
|
160
|
+
text-align:center;
|
161
|
+
width:100%;
|
162
|
+
}
|
163
|
+
|
164
|
+
.bluelighting_buttons input {
|
165
|
+
border:1px solid #999;
|
166
|
+
border-top-color:#CCC;
|
167
|
+
border-left-color:#CCC;
|
168
|
+
padding:2px;
|
169
|
+
background-color:#FFF;
|
170
|
+
color:#333;
|
171
|
+
background-image:url(lighting/background_buttons.gif);
|
172
|
+
background-repeat:repeat-x;
|
173
|
+
font-family:Verdana, Arial, sans-serif;
|
174
|
+
font-size:10px;
|
175
|
+
font-weight:bold;
|
176
|
+
text-align:center;
|
177
|
+
}
|
178
|
+
|
179
|
+
.bluelighting_progress {
|
180
|
+
float:left;
|
181
|
+
margin:auto;
|
182
|
+
text-align:center;
|
183
|
+
width:100%;
|
184
|
+
height:16px;
|
185
|
+
background:transparent url('lighting/spinner.gif') no-repeat center center
|
186
|
+
}
|
187
|
+
|
188
|
+
/* FOR IE */
|
189
|
+
* html .bluelighting_nw {
|
190
|
+
background-color: transparent;
|
191
|
+
background-image: none;
|
192
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingMethod="crop");
|
193
|
+
}
|
194
|
+
|
195
|
+
* html .bluelighting_n {
|
196
|
+
background-color: transparent;
|
197
|
+
background-image: none;
|
198
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingMethod="scale");
|
199
|
+
}
|
200
|
+
|
201
|
+
* html .bluelighting_ne {
|
202
|
+
background-color: transparent;
|
203
|
+
background-image: none;
|
204
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingMethod="crop");
|
205
|
+
}
|
206
|
+
|
207
|
+
* html .bluelighting_w {
|
208
|
+
background-color: transparent;
|
209
|
+
background-image: none;
|
210
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingMethod="scale");
|
211
|
+
}
|
212
|
+
|
213
|
+
* html .bluelighting_e {
|
214
|
+
background-color: transparent;
|
215
|
+
background-image: none;
|
216
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingMethod="scale");
|
217
|
+
}
|
218
|
+
|
219
|
+
* html .bluelighting_sw {
|
220
|
+
background-color: transparent;
|
221
|
+
background-image: none;
|
222
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingMethod="crop");
|
223
|
+
}
|
224
|
+
|
225
|
+
* html .bluelighting_s {
|
226
|
+
background-color: transparent;
|
227
|
+
background-image: none;
|
228
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingMethod="scale");
|
229
|
+
}
|
230
|
+
|
231
|
+
* html .bluelighting_se, * html .bluelighting_sizer {
|
232
|
+
background-color: transparent;
|
233
|
+
background-image: none;
|
234
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingMethod="crop");
|
235
|
+
}
|
236
|
+
|
237
|
+
* html .bluelighting_close {
|
238
|
+
background-color: transparent;
|
239
|
+
background-image: none;
|
240
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingMethod="crop");
|
241
|
+
}
|
242
|
+
|
243
|
+
* html .bluelighting_minimize {
|
244
|
+
background-color: transparent;
|
245
|
+
background-image: none;
|
246
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingMethod="crop");
|
247
|
+
}
|
248
|
+
|
249
|
+
* html .bluelighting_maximize {
|
250
|
+
background-color: transparent;
|
251
|
+
background-image: none;
|
252
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingMethod="crop");
|
253
|
+
}
|
254
|
+
|
255
|
+
* html .bluelighting_content {
|
256
|
+
background:#B8D7FF;
|
257
|
+
}
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
.overlay_greylighting {
|
262
|
+
background-color:#FFF;
|
263
|
+
filter:alpha(opacity=60);
|
264
|
+
-moz-opacity:0.6;
|
265
|
+
opacity:0.6;
|
266
|
+
}
|
267
|
+
|
268
|
+
.greylighting_wired_frame {
|
269
|
+
background:#FFF;
|
270
|
+
filter:alpha(opacity=60);
|
271
|
+
-moz-opacity:0.6;
|
272
|
+
opacity:0.6;
|
273
|
+
}
|
274
|
+
|
275
|
+
.greylighting_nw {
|
276
|
+
background:transparent url(lighting/top-left-grey.png) no-repeat 0 0;
|
277
|
+
width:9px;
|
278
|
+
height:28px;
|
279
|
+
}
|
280
|
+
|
281
|
+
.greylighting_n {
|
282
|
+
background:transparent url(lighting/top-middle-grey.png) repeat-x 0 0;
|
283
|
+
height:28px;
|
284
|
+
}
|
285
|
+
|
286
|
+
.greylighting_ne {
|
287
|
+
background:transparent url(lighting/top-right-grey.png) no-repeat 0 0;
|
288
|
+
width:15px;
|
289
|
+
height:28px;
|
290
|
+
}
|
291
|
+
|
292
|
+
.greylighting_w {
|
293
|
+
background:transparent url(lighting/left-grey.png) repeat-y top left;
|
294
|
+
width:9px;
|
295
|
+
}
|
296
|
+
|
297
|
+
.greylighting_e {
|
298
|
+
background:transparent url(lighting/right-grey.png) repeat-y top right;
|
299
|
+
width:15px;
|
300
|
+
}
|
301
|
+
|
302
|
+
.greylighting_sw {
|
303
|
+
background:transparent url(lighting/bottom-left-grey.png) no-repeat 0 0;
|
304
|
+
width:9px;
|
305
|
+
height:15px;
|
306
|
+
}
|
307
|
+
|
308
|
+
.greylighting_s {
|
309
|
+
background:transparent url(lighting/bottom-middle-grey.png) repeat-x 0 0;
|
310
|
+
height:15px;
|
311
|
+
}
|
312
|
+
|
313
|
+
.greylighting_se, .greylighting_sizer {
|
314
|
+
background:transparent url(lighting/bottom-right-grey.png) no-repeat 0 0;
|
315
|
+
width:15px;
|
316
|
+
height:15px;
|
317
|
+
}
|
318
|
+
|
319
|
+
.greylighting_sizer {
|
320
|
+
cursor:se-resize;
|
321
|
+
}
|
322
|
+
|
323
|
+
.greylighting_close {
|
324
|
+
width:15px;
|
325
|
+
height:9px;
|
326
|
+
background:transparent url(lighting/button-close-grey.png) no-repeat 0 0;
|
327
|
+
position:absolute;
|
328
|
+
top:11px;
|
329
|
+
right:10px;
|
330
|
+
cursor:pointer;
|
331
|
+
z-index:1000;
|
332
|
+
}
|
333
|
+
|
334
|
+
.greylighting_maximize {
|
335
|
+
width:15px;
|
336
|
+
height:9px;
|
337
|
+
background:transparent url(lighting/button-maximize-grey.png) no-repeat 0 0;
|
338
|
+
position:absolute;
|
339
|
+
top:11px;
|
340
|
+
right:25px;
|
341
|
+
cursor:pointer;
|
342
|
+
z-index:1000;
|
343
|
+
}
|
344
|
+
|
345
|
+
.greylighting_minimize {
|
346
|
+
width:15px;
|
347
|
+
height:9px;
|
348
|
+
background:transparent url(lighting/button-minimize-grey.png) no-repeat 0 0;
|
349
|
+
position:absolute;
|
350
|
+
top:11px;
|
351
|
+
right:40px;
|
352
|
+
cursor:pointer;
|
353
|
+
z-index:1000;
|
354
|
+
}
|
355
|
+
|
356
|
+
.greylighting_title {
|
357
|
+
float:left;
|
358
|
+
height:14px;
|
359
|
+
font-size:14px;
|
360
|
+
font-weight:bold;
|
361
|
+
font-family:Verdana, Arial, sans-serif;
|
362
|
+
text-align:center;
|
363
|
+
margin-top:2px;
|
364
|
+
width:100%;
|
365
|
+
color:#525252;
|
366
|
+
}
|
367
|
+
|
368
|
+
.greylighting_content {
|
369
|
+
overflow:auto;
|
370
|
+
color:#000;
|
371
|
+
font-family:Verdana, Arial, sans-serif;
|
372
|
+
font-size:12px;
|
373
|
+
background:#CDCDCD;
|
374
|
+
}
|
375
|
+
|
376
|
+
/* For alert/confirm dialog */
|
377
|
+
.greylighting_window {
|
378
|
+
border:1px solid #F00;
|
379
|
+
background:#FFF;
|
380
|
+
padding:20px;
|
381
|
+
margin-left:auto;
|
382
|
+
margin-right:auto;
|
383
|
+
width:400px;
|
384
|
+
}
|
385
|
+
|
386
|
+
.greylighting_message {
|
387
|
+
font-size:12px;
|
388
|
+
text-align:center;
|
389
|
+
width:100%;
|
390
|
+
padding-bottom:10px;
|
391
|
+
}
|
392
|
+
|
393
|
+
.greylighting_buttons {
|
394
|
+
text-align:center;
|
395
|
+
width:100%;
|
396
|
+
}
|
397
|
+
|
398
|
+
.greylighting_buttons input {
|
399
|
+
border:1px solid #999;
|
400
|
+
border-top-color:#CCC;
|
401
|
+
border-left-color:#CCC;
|
402
|
+
padding:2px;
|
403
|
+
background-color:#FFF;
|
404
|
+
color:#333;
|
405
|
+
background-image:url(lighting/background_buttons.gif);
|
406
|
+
background-repeat:repeat-x;
|
407
|
+
font-family:Verdana, Arial, sans-serif;
|
408
|
+
font-size:10px;
|
409
|
+
font-weight:bold;
|
410
|
+
text-align:center;
|
411
|
+
}
|
412
|
+
|
413
|
+
.greylighting_progress {
|
414
|
+
float:left;
|
415
|
+
margin:auto;
|
416
|
+
text-align:center;
|
417
|
+
width:100%;
|
418
|
+
height:16px;
|
419
|
+
background:transparent url('lighting/spinner.gif') no-repeat center center
|
420
|
+
}
|
421
|
+
|
422
|
+
/* FOR IE */
|
423
|
+
* html .greylighting_nw {
|
424
|
+
background-color: transparent;
|
425
|
+
background-image: none;
|
426
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-grey.png", sizingMethod="crop");
|
427
|
+
}
|
428
|
+
|
429
|
+
* html .greylighting_n {
|
430
|
+
background-color: transparent;
|
431
|
+
background-image: none;
|
432
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-grey.png", sizingMethod="scale");
|
433
|
+
}
|
434
|
+
|
435
|
+
* html .greylighting_ne {
|
436
|
+
background-color: transparent;
|
437
|
+
background-image: none;
|
438
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-grey.png", sizingMethod="crop");
|
439
|
+
}
|
440
|
+
|
441
|
+
* html .greylighting_w {
|
442
|
+
background-color: transparent;
|
443
|
+
background-image: none;
|
444
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-grey.png", sizingMethod="scale");
|
445
|
+
}
|
446
|
+
|
447
|
+
* html .greylighting_e {
|
448
|
+
background-color: transparent;
|
449
|
+
background-image: none;
|
450
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-grey.png", sizingMethod="scale");
|
451
|
+
}
|
452
|
+
|
453
|
+
* html .greylighting_sw {
|
454
|
+
background-color: transparent;
|
455
|
+
background-image: none;
|
456
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-grey.png", sizingMethod="crop");
|
457
|
+
}
|
458
|
+
|
459
|
+
* html .greylighting_s {
|
460
|
+
background-color: transparent;
|
461
|
+
background-image: none;
|
462
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-grey.png", sizingMethod="scale");
|
463
|
+
}
|
464
|
+
|
465
|
+
* html greylighting_se, * html .greylighting_sizer {
|
466
|
+
background-color: transparent;
|
467
|
+
background-image: none;
|
468
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-grey.png", sizingMethod="crop");
|
469
|
+
}
|
470
|
+
|
471
|
+
* html .greylighting_close {
|
472
|
+
background-color: transparent;
|
473
|
+
background-image: none;
|
474
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-grey.png", sizingMethod="crop");
|
475
|
+
}
|
476
|
+
|
477
|
+
* html .greylighting_minimize {
|
478
|
+
background-color: transparent;
|
479
|
+
background-image: none;
|
480
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-grey.png", sizingMethod="crop");
|
481
|
+
}
|
482
|
+
|
483
|
+
* html .greylighting_maximize {
|
484
|
+
background-color: transparent;
|
485
|
+
background-image: none;
|
486
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-grey.png", sizingMethod="crop");
|
487
|
+
}
|
488
|
+
|
489
|
+
* html .greylighting_content {
|
490
|
+
background:#C7C7C7;
|
491
|
+
}
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
.overlay_greenlighting {
|
496
|
+
background-color:#FFF;
|
497
|
+
filter:alpha(opacity=60);
|
498
|
+
-moz-opacity:0.6;
|
499
|
+
opacity:0.6;
|
500
|
+
}
|
501
|
+
|
502
|
+
.greenlighting_wired_frame {
|
503
|
+
background:#FFF;
|
504
|
+
filter:alpha(opacity=60);
|
505
|
+
-moz-opacity:0.6;
|
506
|
+
opacity:0.6;
|
507
|
+
}
|
508
|
+
|
509
|
+
.greenlighting_nw {
|
510
|
+
background:transparent url(lighting/top-left-green.png) no-repeat 0 0;
|
511
|
+
width:9px;
|
512
|
+
height:28px;
|
513
|
+
}
|
514
|
+
|
515
|
+
.greenlighting_n {
|
516
|
+
background:transparent url(lighting/top-middle-green.png) repeat-x 0 0;
|
517
|
+
height:28px;
|
518
|
+
}
|
519
|
+
|
520
|
+
.greenlighting_ne {
|
521
|
+
background:transparent url(lighting/top-right-green.png) no-repeat 0 0;
|
522
|
+
width:15px;
|
523
|
+
height:28px;
|
524
|
+
}
|
525
|
+
|
526
|
+
.greenlighting_w {
|
527
|
+
background:transparent url(lighting/left-green.png) repeat-y top left;
|
528
|
+
width:9px;
|
529
|
+
}
|
530
|
+
|
531
|
+
.greenlighting_e {
|
532
|
+
background:transparent url(lighting/right-green.png) repeat-y top right;
|
533
|
+
width:15px;
|
534
|
+
}
|
535
|
+
|
536
|
+
.greenlighting_sw {
|
537
|
+
background:transparent url(lighting/bottom-left-green.png) no-repeat 0 0;
|
538
|
+
width:9px;
|
539
|
+
height:15px;
|
540
|
+
}
|
541
|
+
|
542
|
+
.greenlighting_s {
|
543
|
+
background:transparent url(lighting/bottom-middle-green.png) repeat-x 0 0;
|
544
|
+
height:15px;
|
545
|
+
}
|
546
|
+
|
547
|
+
.greenlighting_se, .greenlighting_sizer {
|
548
|
+
background:transparent url(lighting/bottom-right-green.png) no-repeat 0 0;
|
549
|
+
width:15px;
|
550
|
+
height:15px;
|
551
|
+
}
|
552
|
+
|
553
|
+
.greenlighting_sizer {
|
554
|
+
cursor:se-resize;
|
555
|
+
}
|
556
|
+
|
557
|
+
.greenlighting_close {
|
558
|
+
width:15px;
|
559
|
+
height:9px;
|
560
|
+
background:transparent url(lighting/button-close-green.png) no-repeat 0 0;
|
561
|
+
position:absolute;
|
562
|
+
top:11px;
|
563
|
+
right:10px;
|
564
|
+
cursor:pointer;
|
565
|
+
z-index:1000;
|
566
|
+
}
|
567
|
+
|
568
|
+
.greenlighting_maximize {
|
569
|
+
width:15px;
|
570
|
+
height:9px;
|
571
|
+
background:transparent url(lighting/button-maximize-green.png) no-repeat 0 0;
|
572
|
+
position:absolute;
|
573
|
+
top:11px;
|
574
|
+
right:25px;
|
575
|
+
cursor:pointer;
|
576
|
+
z-index:1000;
|
577
|
+
}
|
578
|
+
|
579
|
+
.greenlighting_minimize {
|
580
|
+
width:15px;
|
581
|
+
height:9px;
|
582
|
+
background:transparent url(lighting/button-minimize-green.png) no-repeat 0 0;
|
583
|
+
position:absolute;
|
584
|
+
top:11px;
|
585
|
+
right:40px;
|
586
|
+
cursor:pointer;
|
587
|
+
z-index:1000;
|
588
|
+
}
|
589
|
+
|
590
|
+
.greenlighting_title {
|
591
|
+
float:left;
|
592
|
+
height:14px;
|
593
|
+
font-size:14px;
|
594
|
+
font-weight:bold;
|
595
|
+
font-family:Verdana, Arial, sans-serif;
|
596
|
+
text-align:center;
|
597
|
+
margin-top:2px;
|
598
|
+
width:100%;
|
599
|
+
color:#2A6002;
|
600
|
+
}
|
601
|
+
|
602
|
+
.greenlighting_content {
|
603
|
+
overflow:auto;
|
604
|
+
color:#000;
|
605
|
+
font-family:Verdana, Arial, sans-serif;
|
606
|
+
font-size:12px;
|
607
|
+
background:#ACFCAF;
|
608
|
+
}
|
609
|
+
|
610
|
+
/* For alert/confirm dialog */
|
611
|
+
.greenlighting_window {
|
612
|
+
border:1px solid #F00;
|
613
|
+
background:#FFF;
|
614
|
+
padding:20px;
|
615
|
+
margin-left:auto;
|
616
|
+
margin-right:auto;
|
617
|
+
width:400px;
|
618
|
+
}
|
619
|
+
|
620
|
+
.greenlighting_message {
|
621
|
+
font-size:12px;
|
622
|
+
text-align:center;
|
623
|
+
width:100%;
|
624
|
+
padding-bottom:10px;
|
625
|
+
}
|
626
|
+
|
627
|
+
.greenlighting_buttons {
|
628
|
+
text-align:center;
|
629
|
+
width:100%;
|
630
|
+
}
|
631
|
+
|
632
|
+
.greenlighting_buttons input {
|
633
|
+
border:1px solid #999;
|
634
|
+
border-top-color:#CCC;
|
635
|
+
border-left-color:#CCC;
|
636
|
+
padding:2px;
|
637
|
+
background-color:#FFF;
|
638
|
+
color:#333;
|
639
|
+
background-image:url(lighting/background_buttons.gif);
|
640
|
+
background-repeat:repeat-x;
|
641
|
+
font-family:Verdana, Arial, sans-serif;
|
642
|
+
font-size:10px;
|
643
|
+
font-weight:bold;
|
644
|
+
text-align:center;
|
645
|
+
}
|
646
|
+
|
647
|
+
.greenlighting_progress {
|
648
|
+
float:left;
|
649
|
+
margin:auto;
|
650
|
+
text-align:center;
|
651
|
+
width:100%;
|
652
|
+
height:16px;
|
653
|
+
background:transparent url('lighting/spinner.gif') no-repeat center center
|
654
|
+
}
|
655
|
+
|
656
|
+
/* FOR IE */
|
657
|
+
* html .greenlighting_nw {
|
658
|
+
background-color: transparent;
|
659
|
+
background-image: none;
|
660
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-green.png", sizingMethod="crop");
|
661
|
+
}
|
662
|
+
|
663
|
+
* html .greenlighting_n {
|
664
|
+
background-color: transparent;
|
665
|
+
background-image: none;
|
666
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-green.png", sizingMethod="scale");
|
667
|
+
}
|
668
|
+
|
669
|
+
* html .greenlighting_ne {
|
670
|
+
background-color: transparent;
|
671
|
+
background-image: none;
|
672
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-green.png", sizingMethod="crop");
|
673
|
+
}
|
674
|
+
|
675
|
+
* html .greenlighting_w {
|
676
|
+
background-color: transparent;
|
677
|
+
background-image: none;
|
678
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-green.png", sizingMethod="scale");
|
679
|
+
}
|
680
|
+
|
681
|
+
* html .greenlighting_e {
|
682
|
+
background-color: transparent;
|
683
|
+
background-image: none;
|
684
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-green.png", sizingMethod="scale");
|
685
|
+
}
|
686
|
+
|
687
|
+
* html .greenlighting_sw {
|
688
|
+
background-color: transparent;
|
689
|
+
background-image: none;
|
690
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-green.png", sizingMethod="crop");
|
691
|
+
}
|
692
|
+
|
693
|
+
* html .greenlighting_s {
|
694
|
+
background-color: transparent;
|
695
|
+
background-image: none;
|
696
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-green.png", sizingMethod="scale");
|
697
|
+
}
|
698
|
+
|
699
|
+
* html greenlighting_se, * html .greenlighting_sizer {
|
700
|
+
background-color: transparent;
|
701
|
+
background-image: none;
|
702
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-green.png", sizingMethod="crop");
|
703
|
+
}
|
704
|
+
|
705
|
+
* html .greenlighting_close {
|
706
|
+
background-color: transparent;
|
707
|
+
background-image: none;
|
708
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-green.png", sizingMethod="crop");
|
709
|
+
}
|
710
|
+
|
711
|
+
* html .greenlighting_minimize {
|
712
|
+
background-color: transparent;
|
713
|
+
background-image: none;
|
714
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-green.png", sizingMethod="crop");
|
715
|
+
}
|
716
|
+
|
717
|
+
* html .greenlighting_maximize {
|
718
|
+
background-color: transparent;
|
719
|
+
background-image: none;
|
720
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-green.png", sizingMethod="crop");
|
721
|
+
}
|
722
|
+
|
723
|
+
* html .greenlighting_content {
|
724
|
+
background:#A4FCA7;
|
725
|
+
}
|
726
|
+
|
727
|
+
|
728
|
+
|
729
|
+
.overlay_darkbluelighting {
|
730
|
+
background-color:#FFF;
|
731
|
+
filter:alpha(opacity=60);
|
732
|
+
-moz-opacity:0.6;
|
733
|
+
opacity:0.6;
|
734
|
+
}
|
735
|
+
|
736
|
+
.darkbluelighting_wired_frame {
|
737
|
+
background:#FFF;
|
738
|
+
filter:alpha(opacity=60);
|
739
|
+
-moz-opacity:0.6;
|
740
|
+
opacity:0.6;
|
741
|
+
}
|
742
|
+
|
743
|
+
.darkbluelighting_nw {
|
744
|
+
background:transparent url(lighting/top-left-darkblue.png) no-repeat 0 0;
|
745
|
+
width:9px;
|
746
|
+
height:28px;
|
747
|
+
}
|
748
|
+
|
749
|
+
.darkbluelighting_n {
|
750
|
+
background:transparent url(lighting/top-middle-darkblue.png) repeat-x 0 0;
|
751
|
+
height:28px;
|
752
|
+
}
|
753
|
+
|
754
|
+
.darkbluelighting_ne {
|
755
|
+
background:transparent url(lighting/top-right-darkblue.png) no-repeat 0 0;
|
756
|
+
width:15px;
|
757
|
+
height:28px;
|
758
|
+
}
|
759
|
+
|
760
|
+
.darkbluelighting_w {
|
761
|
+
background:transparent url(lighting/left-darkblue.png) repeat-y top left;
|
762
|
+
width:9px;
|
763
|
+
}
|
764
|
+
|
765
|
+
.darkbluelighting_e {
|
766
|
+
background:transparent url(lighting/right-darkblue.png) repeat-y top right;
|
767
|
+
width:15px;
|
768
|
+
}
|
769
|
+
|
770
|
+
.darkbluelighting_sw {
|
771
|
+
background:transparent url(lighting/bottom-left-darkblue.png) no-repeat 0 0;
|
772
|
+
width:9px;
|
773
|
+
height:15px;
|
774
|
+
}
|
775
|
+
|
776
|
+
.darkbluelighting_s {
|
777
|
+
background:transparent url(lighting/bottom-middle-darkblue.png) repeat-x 0 0;
|
778
|
+
height:15px;
|
779
|
+
}
|
780
|
+
|
781
|
+
.darkbluelighting_se, .darkbluelighting_sizer {
|
782
|
+
background:transparent url(lighting/bottom-right-darkblue.png) no-repeat 0 0;
|
783
|
+
width:15px;
|
784
|
+
height:15px;
|
785
|
+
}
|
786
|
+
|
787
|
+
.darkbluelighting_sizer {
|
788
|
+
cursor:se-resize;
|
789
|
+
}
|
790
|
+
|
791
|
+
.darkbluelighting_close {
|
792
|
+
width:15px;
|
793
|
+
height:9px;
|
794
|
+
background:transparent url(lighting/button-close-darkblue.png) no-repeat 0 0;
|
795
|
+
position:absolute;
|
796
|
+
top:11px;
|
797
|
+
right:10px;
|
798
|
+
cursor:pointer;
|
799
|
+
z-index:1000;
|
800
|
+
}
|
801
|
+
|
802
|
+
.darkbluelighting_maximize {
|
803
|
+
width:15px;
|
804
|
+
height:9px;
|
805
|
+
background:transparent url(lighting/button-maximize-darkblue.png) no-repeat 0 0;
|
806
|
+
position:absolute;
|
807
|
+
top:11px;
|
808
|
+
right:25px;
|
809
|
+
cursor:pointer;
|
810
|
+
z-index:1000;
|
811
|
+
}
|
812
|
+
|
813
|
+
.darkbluelighting_minimize {
|
814
|
+
width:15px;
|
815
|
+
height:9px;
|
816
|
+
background:transparent url(lighting/button-minimize-darkblue.png) no-repeat 0 0;
|
817
|
+
position:absolute;
|
818
|
+
top:11px;
|
819
|
+
right:40px;
|
820
|
+
cursor:pointer;
|
821
|
+
z-index:1000;
|
822
|
+
}
|
823
|
+
|
824
|
+
.darkbluelighting_title {
|
825
|
+
float:left;
|
826
|
+
height:14px;
|
827
|
+
font-size:14px;
|
828
|
+
font-weight:bold;
|
829
|
+
font-family:Verdana, Arial, sans-serif;
|
830
|
+
text-align:center;
|
831
|
+
margin-top:2px;
|
832
|
+
width:100%;
|
833
|
+
color:#E4EFFD;
|
834
|
+
}
|
835
|
+
|
836
|
+
.darkbluelighting_content {
|
837
|
+
overflow:auto;
|
838
|
+
color:#FFF;
|
839
|
+
font-family:Verdana, Arial, sans-serif;
|
840
|
+
font-size:12px;
|
841
|
+
background:#0413C0;
|
842
|
+
}
|
843
|
+
|
844
|
+
/* For alert/confirm dialog */
|
845
|
+
.darkbluelighting_window {
|
846
|
+
border:1px solid #F00;
|
847
|
+
background:#FFF;
|
848
|
+
padding:20px;
|
849
|
+
margin-left:auto;
|
850
|
+
margin-right:auto;
|
851
|
+
width:400px;
|
852
|
+
}
|
853
|
+
|
854
|
+
.darkbluelighting_message {
|
855
|
+
font-size:12px;
|
856
|
+
text-align:center;
|
857
|
+
width:100%;
|
858
|
+
padding-bottom:10px;
|
859
|
+
}
|
860
|
+
|
861
|
+
.darkbluelighting_buttons {
|
862
|
+
text-align:center;
|
863
|
+
width:100%;
|
864
|
+
}
|
865
|
+
|
866
|
+
.darkbluelighting_buttons input {
|
867
|
+
border:1px solid #999;
|
868
|
+
border-top-color:#CCC;
|
869
|
+
border-left-color:#CCC;
|
870
|
+
padding:2px;
|
871
|
+
background-color:#FFF;
|
872
|
+
color:#333;
|
873
|
+
background-image:url(lighting/background_buttons.gif);
|
874
|
+
background-repeat:repeat-x;
|
875
|
+
font-family:Verdana, Arial, sans-serif;
|
876
|
+
font-size:10px;
|
877
|
+
font-weight:bold;
|
878
|
+
text-align:center;
|
879
|
+
}
|
880
|
+
|
881
|
+
.darkbluelighting_progress {
|
882
|
+
float:left;
|
883
|
+
margin:auto;
|
884
|
+
text-align:center;
|
885
|
+
width:100%;
|
886
|
+
height:16px;
|
887
|
+
background:transparent url('lighting/spinner.gif') no-repeat center center
|
888
|
+
}
|
889
|
+
|
890
|
+
/* FOR IE */
|
891
|
+
* html .darkbluelighting_nw {
|
892
|
+
background-color: transparent;
|
893
|
+
background-image: none;
|
894
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-darkblue.png", sizingMethod="crop");
|
895
|
+
}
|
896
|
+
|
897
|
+
* html .darkbluelighting_n {
|
898
|
+
background-color: transparent;
|
899
|
+
background-image: none;
|
900
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-darkblue.png", sizingMethod="scale");
|
901
|
+
}
|
902
|
+
|
903
|
+
* html .darkbluelighting_ne {
|
904
|
+
background-color: transparent;
|
905
|
+
background-image: none;
|
906
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-darkblue.png", sizingMethod="crop");
|
907
|
+
}
|
908
|
+
|
909
|
+
* html .darkbluelighting_w {
|
910
|
+
background-color: transparent;
|
911
|
+
background-image: none;
|
912
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-darkblue.png", sizingMethod="scale");
|
913
|
+
}
|
914
|
+
|
915
|
+
* html .darkbluelighting_e {
|
916
|
+
background-color: transparent;
|
917
|
+
background-image: none;
|
918
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-darkblue.png", sizingMethod="scale");
|
919
|
+
}
|
920
|
+
|
921
|
+
* html .darkbluelighting_sw {
|
922
|
+
background-color: transparent;
|
923
|
+
background-image: none;
|
924
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-darkblue.png", sizingMethod="crop");
|
925
|
+
}
|
926
|
+
|
927
|
+
* html .darkbluelighting_s {
|
928
|
+
background-color: transparent;
|
929
|
+
background-image: none;
|
930
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-darkblue.png", sizingMethod="scale");
|
931
|
+
}
|
932
|
+
|
933
|
+
* html darkbluelighting_se, * html .darkbluelighting_sizer {
|
934
|
+
background-color: transparent;
|
935
|
+
background-image: none;
|
936
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-darkblue.png", sizingMethod="crop");
|
937
|
+
}
|
938
|
+
|
939
|
+
* html .darkbluelighting_close {
|
940
|
+
background-color: transparent;
|
941
|
+
background-image: none;
|
942
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-darkblue.png", sizingMethod="crop");
|
943
|
+
}
|
944
|
+
|
945
|
+
* html .darkbluelighting_minimize {
|
946
|
+
background-color: transparent;
|
947
|
+
background-image: none;
|
948
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-darkblue.png", sizingMethod="crop");
|
949
|
+
}
|
950
|
+
|
951
|
+
* html .darkbluelighting_maximize {
|
952
|
+
background-color: transparent;
|
953
|
+
background-image: none;
|
954
|
+
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-darkblue.png", sizingMethod="crop");
|
955
|
+
}
|
956
|
+
|
957
|
+
* html .darkbluelighting_content {
|
958
|
+
background:#020EBA;
|
959
|
+
}
|
960
|
+
|