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 }
14 .roo-el-mask div {
15
16     
17     
18 }
19 \r
20 .x-body-masked {\r
21         overflow:hidden !important;\r
22 }\r
23 .x-body-masked select,.ext-masked object,.ext-masked embed{\r
24          visibility:hidden;\r
25 }
26
27
28
29
30
31 /* --- we do not have any shadow images ....\r
32 .x-shadow
33 {\r
34         background:#cccccc;\r
35    opacity:.3;\r
36    -moz-opacity:.3;\r
37    filter: alpha(opacity=30);
38    position: absolute;
39    overflow: hidden;
40    left: 0px;
41    top: 0px;
42    display: none;\r
43 }
44 */
45 /** --- top/bottom left / right shadow */
46 /*
47 .x-shadow .xstl,
48 .x-shadow .xstr,
49 .x-shadow .xsbl
50 .x-shadow .xsbr
51 {
52     height: 7px;
53     width: 7px;
54     float: left;
55 }
56
57 */
58 /** --- middle left / right shadow */
59 /*
60 .x-shadow .xsml,
61 .x-shadow .xsmr
62 {
63     height: 100%;
64     width: 7px;
65     float: left;
66 }
67 */
68 /** --- top center / bottom center ? shadow */
69 /*
70 .x-shadow .xstc,
71 .x-shadow .xsbc
72 {
73     height: 7px;
74     float: left;
75 }
76 */
77 /*
78 .x-shadow * 
79 {
80     overflow: hidden;
81     clear: none;
82     background:#cccccc;
83    opacity:.3;
84    -moz-opacity:.3;
85     filter: alpha(opacity=30);
86 }
87 */
88 /** silly kludge for IE with select's under divs */
89 .roo-ie .roo-shim {
90     filter: alpha(opacity=0);
91 }
92 .roo-shim {     
93     position: absolute;
94     left: 0px;  
95     top: 0px
96     visibility: hidden; 
97     overflow: hidden;   
98     
99 }
100
101 .x-hidden 
102 {
103    position:absolute;
104    top:0;
105    left:0;
106    visibility: hidden;
107    display: none;
108 }