initial import
[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 /** --- top/bottom left / right shadow */
34 .x-shadow .xstl,
35 .x-shadow .xstr,
36 .x-shadow .xsbl
37 .x-shadow .xsbr
38 {
39     height: 7px;
40     width: 7px;
41     float: left;
42 }
43
44
45 /** --- middle left / right shadow */
46 .x-shadow .xsml,
47 .x-shadow .xsmr
48 {
49     height: 100%;
50     width: 7px;
51     float: left;
52 }
53
54 /** --- top center / bottom center ? shadow */
55 .x-shadow .xstc,
56 .x-shadow .xsbc
57 {
58     height: 7px;
59     float: left;
60 }
61
62 .x-shadow * 
63 {
64     overflow: hidden;
65     clear: none;
66     background:#cccccc;
67    opacity:.3;
68    -moz-opacity:.3;
69     filter: alpha(opacity=30);
70 }
71 /** silly kludge for IE with select's under divs */
72 .roo-ie .roo-shim {
73     filter: alpha(opacity=0);
74 }
75 .roo-shim {     
76     position: absolute;
77     left: 0px;  
78     top: 0px
79     visibility: hidden; 
80     overflow: hidden;   
81     
82 }
83
84 .x-hidden 
85 {
86    position:absolute;
87    top:0;
88    left:0;
89    visibility: hidden;
90    display: none;
91 }