source: trunk/expressoMail1_2/js/modal/css/modal_fx.css @ 1121

Revision 1121, 3.0 KB checked in by eduardoalex, 15 years ago (diff)

Ticket #548 - Implementação do Expresso (Mail) Offline

Line 
1#lightboxCaption {
2        font-size: 1.8em;
3        text-align: center;
4        border-bottom: 2px solid #666;
5       
6        position: relative;
7        width: 100%;
8        height: auto;
9        top: 0;
10        right: 0;
11        bottom: auto;
12        left: 0;
13}
14
15#lightboxContent {
16        position:relative;
17        top:0pt;
18        left:0pt;
19        right:0pt;
20        width:auto;
21        overflow: auto;
22}
23
24#lightboxFoot {
25        border-top:2px solid #666666;
26        position:relative;
27        text-align:left;
28        top:0pt;
29        width:100%;
30}
31
32#keyboardMsg{ float: right; }
33
34#closeButton{ top: 5px; right: 5px; }
35
36#lightbox img{ border: none; clear: both;}
37
38#overlay img{ border: none; }
39
40#overlay{
41        background: url(../images/overlay.png);
42}
43
44
45
46.info_msg {
47        font-family: Arial, sans-serif, Helvetica, Verdana;
48        font-size: 13px;
49        border-width: 0px 0px 0px 0px;
50        padding: 1px 10px 0px 10px;     
51        border-style: inset inset inset inset;
52        border-color: gray gray gray gray;
53        background-color: rgb(250, 209, 99);
54        -moz-border-radius: 6px 6px 6px 6px;
55}
56
57.error_msg {
58        font-family: Arial, sans-serif, Helvetica, Verdana;
59        font-size: 13px;
60        font-weight: bold;
61        color: rgb(255, 255, 255);
62        background-color: rgb(240, 0, 0);
63        border-width: 0px 0px 0px 0px;
64        padding: 1px 10px 0px 10px;     
65        border-style: inset inset inset inset;
66        border-color: gray gray gray gray;
67        -moz-border-radius: 6px 6px 6px 6px;
68}
69
70/* NORMAL - yellow */
71/* superior esquerdo */
72.zIVQRb_normal {
73        background:transparent url(../images/rc_normal.png) no-repeat scroll 0pt 0pt;
74}
75
76/* superior direito */
77.Qrjz3e_normal {
78        background:transparent url(../images/rc_normal.png) no-repeat scroll -4px 0pt;
79}
80 
81/* inferior esquerdo */
82.Gbtri_normal {
83        background:transparent url(../images/rc_normal.png) no-repeat scroll 0pt -4px;
84}
85
86/* inferior direito */
87.gmNpMd_normal {
88        background:transparent url(../images/rc_normal.png) no-repeat scroll -4px -4px;
89}
90
91/* linha do meio, entre os cantos */
92.Ptde9b_normal {
93        background:#FFF1A8 none repeat scroll 0%;
94        color:#FFFFFF;
95}
96
97/* Conteudo */
98.m14Grb_normal {
99        color: black;
100        background: #FFF1A8;
101        font-size:80%;
102        font-weight:bold;
103        font-family: arial,sans-serif;
104        padding:0pt 5px;
105        text-align:center;
106}
107
108/* ERROR - red */
109/* superior esquerdo */
110.zIVQRb_error {
111        background:transparent url(../images/rc_error.png) no-repeat scroll 0pt 0pt;
112}
113
114/* superior direito */
115.Qrjz3e_error {
116        background:transparent url(../images/rc_error.png) no-repeat scroll -4px 0pt;
117}
118 
119/* inferior esquerdo */
120.Gbtri_error {
121        background:transparent url(../images/rc_error.png) no-repeat scroll 0pt -4px;
122}
123
124/* inferior direito */
125.gmNpMd_error {
126        background:transparent url(../images/rc_error.png) no-repeat scroll -4px -4px;
127}
128
129/* linha do meio, entre os cantos */
130.Ptde9b_error {
131        background:#CC0000 none repeat scroll 0%;
132        color:#FFFFFF;
133}
134
135/* Conteudo */
136.m14Grb_error {
137        color: white;
138        background: #cc0000;
139        font-size:80%;
140        font-weight:bold;
141        font-family: arial,sans-serif;
142        padding:0pt 5px;
143        text-align:center;
144}
145
146/* todas os cantos */
147.zIVQRb_error, .Qrjz3e_error, .Gbtri_error, .gmNpMd_error, .zIVQRb_normal, .Qrjz3e_normal, .Gbtri_normal, .gmNpMd_normal {
148        font-size:0pt;
149        height:4px;
150        width:4px;
151}
Note: See TracBrowser for help on using the repository browser.