window_rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. data/CHANGELOG.rdoc +0 -0
  2. data/LICENSE +44 -0
  3. data/README.rdoc +68 -0
  4. data/app/controllers/window_rails_controller.rb +32 -0
  5. data/files/javascripts/debug.js +137 -0
  6. data/files/javascripts/extended_debug.js +113 -0
  7. data/files/javascripts/tooltip.js +241 -0
  8. data/files/javascripts/window.js +1872 -0
  9. data/files/javascripts/window_effects.js +157 -0
  10. data/files/javascripts/window_ext.js +115 -0
  11. data/files/themes/alert.css +119 -0
  12. data/files/themes/alert/bottom.gif +0 -0
  13. data/files/themes/alert/bottom_left.gif +0 -0
  14. data/files/themes/alert/bottom_right.gif +0 -0
  15. data/files/themes/alert/left.gif +0 -0
  16. data/files/themes/alert/overlay.png +0 -0
  17. data/files/themes/alert/progress.gif +0 -0
  18. data/files/themes/alert/right.gif +0 -0
  19. data/files/themes/alert/top.gif +0 -0
  20. data/files/themes/alert/top_left.gif +0 -0
  21. data/files/themes/alert/top_right.gif +0 -0
  22. data/files/themes/alert_lite.css +88 -0
  23. data/files/themes/alphacube.css +150 -0
  24. data/files/themes/alphacube/bottom-left-c.gif +0 -0
  25. data/files/themes/alphacube/bottom-middle.gif +0 -0
  26. data/files/themes/alphacube/bottom-right-c.gif +0 -0
  27. data/files/themes/alphacube/button-close-focus.gif +0 -0
  28. data/files/themes/alphacube/button-max-focus.gif +0 -0
  29. data/files/themes/alphacube/button-min-focus.gif +0 -0
  30. data/files/themes/alphacube/frame-left.gif +0 -0
  31. data/files/themes/alphacube/frame-right.gif +0 -0
  32. data/files/themes/alphacube/left-top.gif +0 -0
  33. data/files/themes/alphacube/right-top.gif +0 -0
  34. data/files/themes/alphacube/top-middle.gif +0 -0
  35. data/files/themes/behavior.htc +51 -0
  36. data/files/themes/darkX.css +121 -0
  37. data/files/themes/darkX/button-close-focused.png +0 -0
  38. data/files/themes/darkX/button-maximize-focused.png +0 -0
  39. data/files/themes/darkX/button-minimize-focused.png +0 -0
  40. data/files/themes/darkX/frame-bottom-left-focused.png +0 -0
  41. data/files/themes/darkX/frame-bottom-mid-focused.png +0 -0
  42. data/files/themes/darkX/frame-bottom-right-focused.png +0 -0
  43. data/files/themes/darkX/frame-left-focused.png +0 -0
  44. data/files/themes/darkX/frame-right-focused.png +0 -0
  45. data/files/themes/darkX/titlebar-left-focused.png +0 -0
  46. data/files/themes/darkX/titlebar-mid-focused.png +0 -0
  47. data/files/themes/darkX/titlebar-right-focused.png +0 -0
  48. data/files/themes/debug.css +25 -0
  49. data/files/themes/default.css +155 -0
  50. data/files/themes/default/bottom_left.gif +0 -0
  51. data/files/themes/default/bottom_mid.gif +0 -0
  52. data/files/themes/default/bottom_right.gif +0 -0
  53. data/files/themes/default/bottom_right_resize.gif +0 -0
  54. data/files/themes/default/center_left.gif +0 -0
  55. data/files/themes/default/center_right.gif +0 -0
  56. data/files/themes/default/clear.gif +0 -0
  57. data/files/themes/default/close.gif +0 -0
  58. data/files/themes/default/inspect.gif +0 -0
  59. data/files/themes/default/maximize.gif +0 -0
  60. data/files/themes/default/minimize.gif +0 -0
  61. data/files/themes/default/overlay.png +0 -0
  62. data/files/themes/default/resize.gif +0 -0
  63. data/files/themes/default/sizer.gif +0 -0
  64. data/files/themes/default/top_left.gif +0 -0
  65. data/files/themes/default/top_mid.gif +0 -0
  66. data/files/themes/default/top_right.gif +0 -0
  67. data/files/themes/iefix/blank.gif +0 -0
  68. data/files/themes/iefix/iepngfix.css +3 -0
  69. data/files/themes/iefix/iepngfix.htc +54 -0
  70. data/files/themes/lighting.css +960 -0
  71. data/files/themes/lighting/background_buttons.gif +0 -0
  72. data/files/themes/lighting/bottom-left-blue.png +0 -0
  73. data/files/themes/lighting/bottom-left-darkblue.png +0 -0
  74. data/files/themes/lighting/bottom-left-green.png +0 -0
  75. data/files/themes/lighting/bottom-left-grey.png +0 -0
  76. data/files/themes/lighting/bottom-middle-blue.png +0 -0
  77. data/files/themes/lighting/bottom-middle-darkblue.png +0 -0
  78. data/files/themes/lighting/bottom-middle-green.png +0 -0
  79. data/files/themes/lighting/bottom-middle-grey.png +0 -0
  80. data/files/themes/lighting/bottom-right-blue.png +0 -0
  81. data/files/themes/lighting/bottom-right-darkblue.png +0 -0
  82. data/files/themes/lighting/bottom-right-green.png +0 -0
  83. data/files/themes/lighting/bottom-right-grey.png +0 -0
  84. data/files/themes/lighting/button-close-blue.png +0 -0
  85. data/files/themes/lighting/button-close-darkblue.png +0 -0
  86. data/files/themes/lighting/button-close-green.png +0 -0
  87. data/files/themes/lighting/button-close-grey.png +0 -0
  88. data/files/themes/lighting/button-maximize-blue.png +0 -0
  89. data/files/themes/lighting/button-maximize-darkblue.png +0 -0
  90. data/files/themes/lighting/button-maximize-green.png +0 -0
  91. data/files/themes/lighting/button-maximize-grey.png +0 -0
  92. data/files/themes/lighting/button-minimize-blue.png +0 -0
  93. data/files/themes/lighting/button-minimize-darkblue.png +0 -0
  94. data/files/themes/lighting/button-minimize-green.png +0 -0
  95. data/files/themes/lighting/button-minimize-grey.png +0 -0
  96. data/files/themes/lighting/left-blue.png +0 -0
  97. data/files/themes/lighting/left-darkblue.png +0 -0
  98. data/files/themes/lighting/left-green.png +0 -0
  99. data/files/themes/lighting/left-grey.png +0 -0
  100. data/files/themes/lighting/pngbehavior.htc +67 -0
  101. data/files/themes/lighting/right-blue.png +0 -0
  102. data/files/themes/lighting/right-darkblue.png +0 -0
  103. data/files/themes/lighting/right-green.png +0 -0
  104. data/files/themes/lighting/right-grey.png +0 -0
  105. data/files/themes/lighting/spinner.gif +0 -0
  106. data/files/themes/lighting/top-left-blue.png +0 -0
  107. data/files/themes/lighting/top-left-darkblue.png +0 -0
  108. data/files/themes/lighting/top-left-green.png +0 -0
  109. data/files/themes/lighting/top-left-grey.png +0 -0
  110. data/files/themes/lighting/top-middle-blue.png +0 -0
  111. data/files/themes/lighting/top-middle-darkblue.png +0 -0
  112. data/files/themes/lighting/top-middle-green.png +0 -0
  113. data/files/themes/lighting/top-middle-grey.png +0 -0
  114. data/files/themes/lighting/top-right-blue.png +0 -0
  115. data/files/themes/lighting/top-right-darkblue.png +0 -0
  116. data/files/themes/lighting/top-right-green.png +0 -0
  117. data/files/themes/lighting/top-right-grey.png +0 -0
  118. data/files/themes/mac_os_x.css +333 -0
  119. data/files/themes/mac_os_x/B.png +0 -0
  120. data/files/themes/mac_os_x/BL.png +0 -0
  121. data/files/themes/mac_os_x/BL_Main.png +0 -0
  122. data/files/themes/mac_os_x/BR.png +0 -0
  123. data/files/themes/mac_os_x/BR_Main.png +0 -0
  124. data/files/themes/mac_os_x/B_Main.png +0 -0
  125. data/files/themes/mac_os_x/L.png +0 -0
  126. data/files/themes/mac_os_x/L_Main.png +0 -0
  127. data/files/themes/mac_os_x/R.png +0 -0
  128. data/files/themes/mac_os_x/R_Main.png +0 -0
  129. data/files/themes/mac_os_x/T.png +0 -0
  130. data/files/themes/mac_os_x/TL.png +0 -0
  131. data/files/themes/mac_os_x/TL_Main.png +0 -0
  132. data/files/themes/mac_os_x/TR.png +0 -0
  133. data/files/themes/mac_os_x/TR_Main.png +0 -0
  134. data/files/themes/mac_os_x/T_Main.png +0 -0
  135. data/files/themes/mac_os_x/close.gif +0 -0
  136. data/files/themes/mac_os_x/maximize.gif +0 -0
  137. data/files/themes/mac_os_x/minimize.gif +0 -0
  138. data/files/themes/mac_os_x_dialog.css +160 -0
  139. data/files/themes/mac_os_x_dialog/B.png +0 -0
  140. data/files/themes/mac_os_x_dialog/BL.png +0 -0
  141. data/files/themes/mac_os_x_dialog/BR.png +0 -0
  142. data/files/themes/mac_os_x_dialog/L.png +0 -0
  143. data/files/themes/mac_os_x_dialog/R.png +0 -0
  144. data/files/themes/mac_os_x_dialog/T.png +0 -0
  145. data/files/themes/mac_os_x_dialog/TL.png +0 -0
  146. data/files/themes/mac_os_x_dialog/TR.png +0 -0
  147. data/files/themes/mac_os_x_dialog/bg.gif +0 -0
  148. data/files/themes/mac_os_x_dialog/close.gif +0 -0
  149. data/files/themes/mac_os_x_dialog/maximize.gif +0 -0
  150. data/files/themes/mac_os_x_dialog/minimize.gif +0 -0
  151. data/files/themes/nuncio.css +164 -0
  152. data/files/themes/nuncio/bottom_left.png +0 -0
  153. data/files/themes/nuncio/bottom_mid.png +0 -0
  154. data/files/themes/nuncio/bottom_right.png +0 -0
  155. data/files/themes/nuncio/center_left.png +0 -0
  156. data/files/themes/nuncio/center_right.png +0 -0
  157. data/files/themes/nuncio/close.png +0 -0
  158. data/files/themes/nuncio/minimize.png +0 -0
  159. data/files/themes/nuncio/overlay.png +0 -0
  160. data/files/themes/nuncio/top_left.png +0 -0
  161. data/files/themes/nuncio/top_mid.png +0 -0
  162. data/files/themes/nuncio/top_right.png +0 -0
  163. data/files/themes/spread.css +108 -0
  164. data/files/themes/spread/bottom-left-c.gif +0 -0
  165. data/files/themes/spread/bottom-middle.gif +0 -0
  166. data/files/themes/spread/bottom-right-c.gif +0 -0
  167. data/files/themes/spread/button-close-focus.gif +0 -0
  168. data/files/themes/spread/button-max-focus.gif +0 -0
  169. data/files/themes/spread/button-min-focus.gif +0 -0
  170. data/files/themes/spread/frame-left.gif +0 -0
  171. data/files/themes/spread/frame-right.gif +0 -0
  172. data/files/themes/spread/left-top.gif +0 -0
  173. data/files/themes/spread/right-top.gif +0 -0
  174. data/files/themes/spread/top-middle.gif +0 -0
  175. data/init.rb +1 -0
  176. data/install.rb +32 -0
  177. data/lib/window_rails.rb +164 -0
  178. data/lib/window_rails/version.rb +3 -0
  179. data/uninstall.rb +9 -0
  180. metadata +260 -0
Binary file
Binary file
@@ -0,0 +1,67 @@
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
+
13
+ // This must be a path to a blank image. That's all the configuration you need.
14
+ if (typeof blankImg == 'undefined') var blankImg = 'blank.gif';
15
+
16
+
17
+ var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
18
+
19
+ function filt(s, m)
20
+ {
21
+ if (filters[f])
22
+ {
23
+ filters[f].enabled = s ? true : false;
24
+ if (s) with (filters[f]) { src = s; sizingMethod = m }
25
+ }
26
+ else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
27
+ }
28
+
29
+ function doFix()
30
+ {
31
+ alert('ok')
32
+
33
+ // Assume IE7 is OK.
34
+ if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
35
+ (event && !/(background|src)/.test(event.propertyName))) return;
36
+
37
+ var bgImg = currentStyle.backgroundImage || style.backgroundImage;
38
+
39
+ if (tagName == 'IMG')
40
+ {
41
+ if ((/\.png$/i).test(src))
42
+ {
43
+ if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
44
+ style.width = offsetWidth + 'px';
45
+ filt(src, 'scale');
46
+ src = blankImg;
47
+ }
48
+ else if (src.indexOf(blankImg) < 0) filt();
49
+ }
50
+ else if (bgImg && bgImg != 'none')
51
+ {
52
+ if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
53
+ {
54
+ var s = RegExp.$1;
55
+ if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
56
+ style.width = offsetWidth + 'px';
57
+ style.backgroundImage = 'none';
58
+ filt(s, 'crop');
59
+ // IE link fix.
60
+ for (var n = 0; n < childNodes.length; n++)
61
+ if (childNodes[n].style) childNodes[n].style.position = 'relative';
62
+ }
63
+ else filt();
64
+ }
65
+ }
66
+
67
+ doFix();
Binary file
@@ -0,0 +1,333 @@
1
+ /* Focused windows */
2
+ .overlay_mac_os_x {
3
+ background-color: #85BBEF;
4
+ filter:alpha(opacity=60);
5
+ -moz-opacity: 0.6;
6
+ opacity: 0.6;
7
+ }
8
+
9
+ .mac_os_x_nw {
10
+ background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0;
11
+ width:24px;
12
+ height:30px;
13
+ }
14
+
15
+ .mac_os_x_n {
16
+ background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0;
17
+ height:30px;
18
+ }
19
+
20
+ .mac_os_x_ne {
21
+ background: transparent url(mac_os_x/TR_Main.png) no-repeat 0 0;
22
+ width:31px;
23
+ height:30px;
24
+ }
25
+
26
+ .mac_os_x_w {
27
+ background: transparent url(mac_os_x/L_Main.png) repeat-y top left;
28
+ width:16px;
29
+ }
30
+
31
+ .mac_os_x_e {
32
+ background: transparent url(mac_os_x/R_Main.png) repeat-y top right;
33
+ width:16px;
34
+ }
35
+
36
+ .mac_os_x_sw {
37
+ background: transparent url(mac_os_x/BL_Main.png) no-repeat 0 0;
38
+ width:31px;
39
+ height:40px;
40
+ }
41
+
42
+ .mac_os_x_s {
43
+ background: transparent url(mac_os_x/B_Main.png) repeat-x 0 0;
44
+ height:40px;
45
+ }
46
+
47
+ .mac_os_x_se, .mac_os_x_sizer {
48
+ background: transparent url(mac_os_x/BR_Main.png) no-repeat 0 0;
49
+ width:31px;
50
+ height:40px;
51
+ }
52
+
53
+ .mac_os_x_sizer {
54
+ cursor:se-resize;
55
+ }
56
+
57
+ .mac_os_x_close {
58
+ width: 19px;
59
+ height: 19px;
60
+ background: transparent url(mac_os_x/close.gif) no-repeat 0 0;
61
+ position:absolute;
62
+ top:12px;
63
+ left:25px;
64
+ cursor:pointer;
65
+ z-index:1000;
66
+ }
67
+
68
+ .mac_os_x_minimize {
69
+ width: 19px;
70
+ height: 19px;
71
+ background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0;
72
+ position:absolute;
73
+ top:12px;
74
+ left:45px;
75
+ cursor:pointer;
76
+ z-index:1000;
77
+ }
78
+
79
+ .mac_os_x_maximize {
80
+ width: 19px;
81
+ height: 19px;
82
+ background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0;
83
+ position:absolute;
84
+ top:12px;
85
+ left:65px;
86
+ cursor:pointer;
87
+ z-index:1000;
88
+ }
89
+
90
+ .mac_os_x_title {
91
+ float:left;
92
+ height:14px;
93
+ font-family: Tahoma, Arial, sans-serif;
94
+ font-size:12px;
95
+ text-align:center;
96
+ margin-top:8px;
97
+ width:100%;
98
+ color:#000;
99
+ }
100
+
101
+ .mac_os_x_content {
102
+ overflow:auto;
103
+ color: #222;
104
+ font-family: Tahoma, Arial, sans-serif;
105
+ font-size: 10px;
106
+ background:#FFF;
107
+ }
108
+ .mac_os_x_s .status_bar {
109
+ padding-bottom:24px;
110
+ }
111
+
112
+ /* FOR IE */
113
+ * html .mac_os_x_nw {
114
+ background-color: transparent;
115
+ background-image: none;
116
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL_Main.png", sizingMethod="crop");
117
+ }
118
+
119
+ * html .mac_os_x_n {
120
+ background-color: transparent;
121
+ background-image: none;
122
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T_Main.png", sizingMethod="scale");
123
+ }
124
+
125
+ * html .mac_os_x_ne {
126
+ background-color: transparent;
127
+ background-image: none;
128
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR_Main.png", sizingMethod="crop");
129
+ }
130
+
131
+ * html .mac_os_x_w {
132
+ background-color: transparent;
133
+ background-image: none;
134
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L_Main.png", sizingMethod="scale");
135
+ }
136
+
137
+ * html .mac_os_x_e {
138
+ background-color: transparent;
139
+ background-image: none;
140
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R_Main.png", sizingMethod="scale");
141
+ }
142
+
143
+ * html .mac_os_x_sw {
144
+ background-color: transparent;
145
+ background-image: none;
146
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL_Main.png", sizingMethod="crop");
147
+ }
148
+
149
+ * html .mac_os_x_s {
150
+ background-color: transparent;
151
+ background-image: none;
152
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B_Main.png", sizingMethod="scale");
153
+ }
154
+
155
+ * html .mac_os_x_se {
156
+ background-color: transparent;
157
+ background-image: none;
158
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop");
159
+ }
160
+
161
+ * html .mac_os_x_sizer {
162
+ background-color: transparent;
163
+ background-image: none;
164
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop");
165
+ }
166
+
167
+
168
+ /* Focused windows */
169
+ .overlay_blur_os_x {
170
+ background-color: #85BBEF;
171
+ filter:alpha(opacity=60);
172
+ -moz-opacity: 0.6;
173
+ opacity: 0.6;
174
+ }
175
+
176
+ .blur_os_x_nw {
177
+ background: transparent url(mac_os_x/TL.png) no-repeat 0 0;
178
+ width:24px;
179
+ height:30px;
180
+ }
181
+
182
+ .blur_os_x_n {
183
+ background: transparent url(mac_os_x/T.png) repeat-x 0 0;
184
+ height:30px;
185
+ }
186
+
187
+ .blur_os_x_ne {
188
+ background: transparent url(mac_os_x/TR.png) no-repeat 0 0;
189
+ width:31px;
190
+ height:30px;
191
+ }
192
+
193
+ .blur_os_x_w {
194
+ background: transparent url(mac_os_x/L.png) repeat-y top left;
195
+ width:16px;
196
+ }
197
+
198
+ .blur_os_x_e {
199
+ background: transparent url(mac_os_x/R.png) repeat-y top right;
200
+ width:16px;
201
+ }
202
+
203
+ .blur_os_x_sw {
204
+ background: transparent url(mac_os_x/BL.png) no-repeat 0 0;
205
+ width:31px;
206
+ height:40px;
207
+ }
208
+
209
+ .blur_os_x_s {
210
+ background: transparent url(mac_os_x/B.png) repeat-x 0 0;
211
+ height:40px;
212
+ }
213
+
214
+ .blur_os_x_se, .blur_os_x_sizer {
215
+ background: transparent url(mac_os_x/BR.png) no-repeat 0 0;
216
+ width:31px;
217
+ height:40px;
218
+ }
219
+
220
+ .blur_os_x_sizer {
221
+ cursor:se-resize;
222
+ }
223
+
224
+ .blur_os_x_close {
225
+ width: 19px;
226
+ height: 19px;
227
+ background: transparent url(mac_os_x/close.gif) no-repeat 0 0;
228
+ position:absolute;
229
+ top:12px;
230
+ left:25px;
231
+ cursor:pointer;
232
+ z-index:1000;
233
+ }
234
+
235
+ .blur_os_x_minimize {
236
+ width: 19px;
237
+ height: 19px;
238
+ background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0;
239
+ position:absolute;
240
+ top:12px;
241
+ left:45px;
242
+ cursor:pointer;
243
+ z-index:1000;
244
+ }
245
+
246
+ .blur_os_x_maximize {
247
+ width: 19px;
248
+ height: 19px;
249
+ background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0;
250
+ position:absolute;
251
+ top:12px;
252
+ left:65px;
253
+ cursor:pointer;
254
+ z-index:1000;
255
+ }
256
+
257
+ .blur_os_x_title {
258
+ float:left;
259
+ height:14px;
260
+ font-family: Tahoma, Arial, sans-serif;
261
+ font-size:12px;
262
+ text-align:center;
263
+ margin-top:8px;
264
+ width:100%;
265
+ color:#000;
266
+ }
267
+
268
+ .blur_os_x_content {
269
+ overflow:auto;
270
+ color: #222;
271
+ font-family: Tahoma, Arial, sans-serif;
272
+ font-size: 10px;
273
+ background:#FFF;
274
+ }
275
+ .blur_os_x_s .status_bar {
276
+ padding-bottom:24px;
277
+ }
278
+
279
+ /* FOR IE */
280
+ * html .blur_os_x_nw {
281
+ background-color: transparent;
282
+ background-image: none;
283
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL.png", sizingMethod="crop");
284
+ }
285
+
286
+ * html .blur_os_x_n {
287
+ background-color: transparent;
288
+ background-image: none;
289
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T.png", sizingMethod="scale");
290
+ }
291
+
292
+ * html .blur_os_x_ne {
293
+ background-color: transparent;
294
+ background-image: none;
295
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR.png", sizingMethod="crop");
296
+ }
297
+
298
+ * html .blur_os_x_w {
299
+ background-color: transparent;
300
+ background-image: none;
301
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L.png", sizingMethod="scale");
302
+ }
303
+
304
+ * html .blur_os_x_e {
305
+ background-color: transparent;
306
+ background-image: none;
307
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R.png", sizingMethod="scale");
308
+ }
309
+
310
+ * html .blur_os_x_sw {
311
+ background-color: transparent;
312
+ background-image: none;
313
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL.png", sizingMethod="crop");
314
+ }
315
+
316
+ * html .blur_os_x_s {
317
+ background-color: transparent;
318
+ background-image: none;
319
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B.png", sizingMethod="scale");
320
+ }
321
+
322
+ * html .blur_os_x_se {
323
+ background-color: transparent;
324
+ background-image: none;
325
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop");
326
+ }
327
+
328
+ * html .blur_os_x_sizer {
329
+ background-color: transparent;
330
+ background-image: none;
331
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop");
332
+ }
333
+