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