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