css/core.css
[roojs1] / css / core.css
1 .roo-el-mask {\r
2         z-index:20000;   \r
3    position:absolute;\r
4    top:0;\r
5    left:0;\r
6    -moz-opacity: 0.5;\r
7    opacity:.50;\r
8    filter: alpha(opacity=50);\r
9    background-color:#CCC;\r
10         width:100%;\r
11         height:100%;\r
12         zoom:1;\r
13 }\r
14 .x-body-masked {\r
15         overflow:hidden !important;\r
16 }\r
17 .x-body-masked select,.ext-masked object,.ext-masked embed{\r
18          visibility:hidden;\r
19 }
20 /*\r
21 .x-shadow
22 {\r
23         background:#cccccc;\r
24    opacity:.3;\r
25    -moz-opacity:.3;\r
26    filter: alpha(opacity=30);
27    position: absolute;
28    overflow: hidden;
29    left: 0px;
30    top: 0px;
31    display: none;\r
32 }
33 */
34 /** --- top/bottom left / right shadow */
35 /*
36 .x-shadow .xstl,
37 .x-shadow .xstr,
38 .x-shadow .xsbl
39 .x-shadow .xsbr
40 {
41     height: 7px;
42     width: 7px;
43     float: left;
44 }
45
46 */
47 /** --- middle left / right shadow */
48 /*
49 .x-shadow .xsml,
50 .x-shadow .xsmr
51 {
52     height: 100%;
53     width: 7px;
54     float: left;
55 }
56 */
57 /** --- top center / bottom center ? shadow */
58 /*
59 .x-shadow .xstc,
60 .x-shadow .xsbc
61 {
62     height: 7px;
63     float: left;
64 }
65 */
66 /*
67 .x-shadow * 
68 {
69     overflow: hidden;
70     clear: none;
71     background:#cccccc;
72    opacity:.3;
73    -moz-opacity:.3;
74     filter: alpha(opacity=30);
75 }
76 */
77 /** silly kludge for IE with select's under divs */
78 .roo-ie .roo-shim {
79     filter: alpha(opacity=0);
80 }
81 .roo-shim {     
82     position: absolute;
83     left: 0px;  
84     top: 0px
85     visibility: hidden; 
86     overflow: hidden;   
87     
88 }
89
90 .x-hidden 
91 {
92    position:absolute;
93    top:0;
94    left:0;
95    visibility: hidden;
96    display: none;
97 }