1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| .mceMsgBox {
| border: 1px solid gray;
| padding: 8px;
| }
|
| .mceMsgBox span {
| vertical-align: top;
| color: #555555;
| }
|
| /* Misc */
|
| .mceBlockBox {
| display: none;
| position: absolute;
| left: 0;
| top: 0;
| z-index: 100;
| filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=60);
| -moz-opacity:0.6;
| opacity: 0.6;
| background-color: white;
| }
|
| .mceMsgBox {
| display: none;
| z-index: 101;
| position: absolute;
| left: 0;
| top: 0;
| font-family: Arial, Verdana, Tahoma, Helvetica;
| font-weight: bold;
| font-size: 11px;
| }
|
|