initial commit
[JIRC.git] / public / windows_js_1.3 / documentation / themes / mac_os_x.css
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