source: sandbox/expresso/novos_templates/expressoMail1_2/templates/default/main.css @ 773

Revision 773, 9.1 KB checked in by niltonneto, 15 years ago (diff)

Resolve #475

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1* {
2        font-family: Verdana, Arial, Helvetica, sans-serif;
3}
4
5.checkbox {
6        border:none;
7}
8
9textarea{
10        font-family: Verdana, Arial, Helvetica, sans-serif;
11        font-size: 13px;
12}
13
14.table_box{
15        width: 100%;
16        color: black;
17        border-style: solid;
18        border-width: 1px;
19        border-color: #bbbbbb;
20        font-family: Arial;
21        font-size: 13px;
22        cursor: pointer;
23}
24
25/* begin class msgs */
26.tr_msg_unread {
27        color: black;
28        background-color: #e8eef7;
29        font-weight: bold;
30        border-bottom:1px solid #cfcfcf;
31    -moz-user-select: none;
32}
33.tr_msg_read {
34        color: black;
35        background-color: #ffffff;
36        border-bottom:1px solid #cfcfcf;
37    -moz-user-select: none;
38}
39.selected_msg{
40        background-color: #ffffcc;
41}
42.flagged_msg{
43        color: red;
44}
45.selected_shortcut_msg{
46        color: white;
47        background-color: #5194d2;
48}
49.show_img_link{
50        width : 100%;
51        color: black;
52        font-weight: bold;
53        background-color: #ffc;
54        border-bottom:1px solid #cfcfcf;
55        cursor: pointer;                 
56        -moz-user-select: none;
57}
58/* end class msgs */
59
60.show_img_link:hover {
61        color: #000 !important;
62}
63
64.action_info_table {
65        border-spacing: 0px 0px;
66}
67.action_info_th {
68        font-family: Verdana, Arial, Helvetica, sans-serif;
69        font-size: 11px;
70        border-width: 0px 0px 0px 0px;
71        padding: 1px 10px 0px 10px;     
72        border-style: inset inset inset inset;
73        border-color: gray gray gray gray;
74        background-color: rgb(250, 209, 99);
75        -moz-border-radius: 6px 6px 6px 6px;
76}
77
78.message_header{
79        background-color: #CCCCCC;
80}
81
82.table_message_header_box{
83        width: 100%;
84        color: black;
85        border-style: solid;
86        border-width: 0px;
87        border-collapse: collapse;
88        border-color: #bbbbbb;
89        font-family: Arial;
90        font-size: 13px;       
91        cursor: pointer;
92}
93.font-menu
94{
95    text-decoration: none;
96    text-align: center;
97    font: bold 13px Lucidatypewriter,monospace;
98    color: #505050;
99}
100
101.font-menu-sel
102{
103    text-decoration: none;
104    text-align: center;
105    font: bold 13px Lucidatypewriter,monospace;
106        color:#0000FF;
107}
108
109.menu-sel
110{
111    text-decoration: none;
112    text-align: center;
113    font: bold 13px Lucidatypewriter,monospace;
114        color:#0000FF;
115    height: 20px;
116        width:220px;
117    background-color: #F7F7F7;
118    margin-bottom: 0px;
119    border-left: 1px solid #000000;
120    border-top: 1px solid #000000;
121    border-right: 1px solid #000000;
122    padding:0px 5px 0px 0px;
123    -moz-border-radius: 9px 9px 0px 0px;
124    -moz-user-select: none;
125    cursor: pointer;   
126}
127.menu
128{
129    text-decoration: none;
130    text-align: center;
131    font: bold 13px Lucidatypewriter,monospace;
132    color: #505050;
133    height: 20px;   
134        width:220px;
135    background-color:#E5E5E5;
136    margin-bottom: 0px;
137    border-left: 1px solid #c0c0c0;
138    border-top: 1px solid #c0c0c0;
139    border-right: 1px solid #c0c0c0;       
140    border-bottom: 1px solid #000000;
141        padding:0px 5px 0px 0px;
142    -moz-border-radius: 9px 9px 0px 0px;
143    -moz-user-select: none;
144    cursor: pointer;
145}
146
147.last_menu
148{
149        border-bottom: 1px solid #000000;
150        -moz-border-radius: 0px 0px 0px 0px;
151}
152
153.conteudo {
154    font-family: Verdana, Arial, Helvetica, sans-serif;
155    font-size: 10px;
156    font-weight: normal;
157    color: #000033;
158        padding: 1px;
159    border-color: gray gray gray gray;
160   
161        border-right: 1px solid #000000;
162        border-left: 1px solid #000000;
163        border-bottom: 1px solid #000000;
164        width:99.5%;
165    -moz-border-radius: 0px 0px 6px 6px;
166}
167
168.table_message{
169        background-color: #CCCCCC;
170        padding: 1px;
171        cursor: default;
172        border-width: 1px 1px 1px 1px;
173        border-spacing: 0px 1px;
174        border-style: outset outset outset outset;
175        border-color: gray gray gray gray;
176        border-collapse: separate;
177        -moz-border-radius: 3px 3px 3px 3px;
178}
179.table_top{
180        background-color: #FFFFFF;
181        padding:1px 1px 1px 1px;
182        height:16px;
183        cursor: default;
184        margin: 0px 0px 0px 0px;
185        border-width: 0px 1px 1px 1px;
186        border-style: outset outset outset outset;
187        border-color: black black black black; 
188}
189
190.tr_message_header{
191        background-color: #EEEEEE;
192        cursor: default;
193        border-style: none none none none;
194        -moz-border-radius: 0px 0px 0px 0px;
195}
196
197.tr_message_body{
198        background-color: #FFFFFF;
199        cursor: default;
200        -moz-border-radius: 9px 9px 9px 9px;
201}
202
203.message_body{
204        background-color: #FFFFFF;
205        cursor: default;
206        -moz-border-radius: 9px 9px 9px 9px;
207}
208
209.header_message_field{
210        font-weight: bold;
211}
212
213.suggestion_list
214{
215background: white;
216border: 1px solid;
217padding: 4px;
218}
219       
220.suggestion_list ul
221{
222padding: 0;
223margin: 0;
224list-style-type: none;
225}
226
227.suggestion_list a
228{
229text-decoration: none;
230color: navy;
231}
232
233.suggestion_list .selected
234{
235background: navy;
236color: white;
237}
238       
239       
240.suggestion_list .selected a
241{
242color: white;
243}
244
245#autosuggest
246{
247display: none;
248}
249
250div#tipDiv {
251  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
252  background-color:#EFEFEF; border:1px solid #337;
253  width:220px; padding:0px;
254  color:#000; font-size:11px; line-height:1.2;
255  cursor: pointer;
256}
257
258.richtext_toolbar {background-color: #C0C0C0;}
259.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
260.select_richtext {float:left;}
261/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
262/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
263/*.imagebutton_over: {border-style: outset 20px;}*/
264.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
265.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
266
267/* Conf tree    */
268.dtree {
269        font-family: Verdana, Arial, Helvetica, sans-serif;
270        font-size: 8px;
271        color: #000000;
272        /*white-space: nowrap;*/
273        background-color: #FFFFFF;
274
275}
276.dtree img {
277        border: 0px;
278        vertical-align: middle;
279
280}
281.dtree a {
282        font-family: Verdana, Arial, Helvetica, sans-serif;
283        color: #000000;
284        white-space: nowrap;   
285}
286.dtree table{
287        margin-top: 0%;
288        padding: 0px 0px 0px 0px;
289}
290.dtree td{
291        padding: 0px 0px 0px 0px;
292}
293
294.folderscol{
295        /*width: 18%;*/
296        width: 100%;
297        /*float: left;*/
298        /*padding: 0px 0px 0px 0px;*/
299}
300
301.messagescol{
302        /*padding-left: 18.5%;*/
303        /*width: 85%;*/
304        width: 100%;
305        /*float: left*/
306        /*margin-rigth: 0px;*/
307        padding: 0px 0px 0px 0px;
308}
309
310.menu-folders
311{
312        text-align: center;
313    text-decoration: none;
314        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
315        color: rgb(0, 102, 51);
316        width: 100%;
317        height: 20px;
318
319        border-right: 1px solid #000000;
320        border-left: 1px solid #000000;
321        border-top: 1px solid #000000;
322               
323        cursor: default;
324    -moz-border-radius: 9px 9px 0px 0px;
325}
326
327.content-menu {
328        padding: 3px 0px 3px 5px;
329        border-top: 1px solid #000000;
330    border-right: 1px solid #000000;
331    border-left: 1px solid #000000;
332        border-bottom: 1px solid #000000;
333        -moz-border-radius: 9px 9px 9px 9px;
334}
335.content-menu-td {
336        border: 1px solid #f7f7f7;
337}
338
339.content-folders {
340        padding: 0px 0px 0px 0px;
341
342        border-top: 1px solid #000000;
343    border-right: 1px solid #000000;
344    border-left: 1px solid #000000;
345        border-bottom: 1px solid #000000;
346    -moz-border-radius: 9px 9px 9px 9px;
347
348        position: relative;
349        overflow: auto;
350}
351
352/* Conf Filter  */
353.filter {
354        font-family: Verdana, Arial, Helvetica, sans-serif;
355        font-size: 8px;
356        background-color : #FFFFFF;
357}
358.filter img {
359        border: 0px;
360        vertical-align: middle;
361}
362.filter a {
363        font-family: Verdana, Arial, Helvetica, sans-serif;
364        color: #000000;
365        white-space: nowrap;
366}
367
368.message_options {
369        cursor: pointer;
370        color: blue;
371        white-space: nowrap;
372        /*padding:0 1.8;*/
373}
374.message_options_trash,
375.message_options_import,
376.message_options_export,
377.message_options_print,
378.message_options_move {
379        padding:0pt 1pt 1pt 8pt;
380}
381.message_options_inactive {
382         white-space: nowrap;
383        color: #999;
384}
385
386.message_options_active {
387        white-space: nowrap;   
388        color: blue;
389        cursor: pointer;
390}
391
392.message_options_over {
393        cursor: pointer;
394        color: blue;
395        white-space: nowrap;
396        font-weight: bold;
397        text-decoration: underline;
398}
399
400.em_sidebox_menu {
401        position: relative;
402        left: 2px;
403        padding: 0px 13px 0px 0px;
404        font-weight: bold;
405        font-size: 10px;
406        color: #666666;
407        text-decoration: none;
408        white-space: nowrap;
409        font-family: sans-serif;
410}
411
412.em_div_sidebox_menu {
413        position: relative;
414        left: 5px;
415        cursor: pointer;
416}
417.catalog{
418        font-family: Verdana, Arial, Helvetica, sans-serif;
419        font-size: 14px;
420        font-weight: bold;
421}
422
423div.quicksearchcontacts {
424        border-width: 1px;
425        border-style: solid;
426        broder-color: grey;
427        overflow: auto;
428        position: relative;
429        left: 10px;
430        height: 302px;
431        width: 577px;
432}
433
434table.quicksearchcontacts {
435        border-width: 0px 0px 0px 0px;
436        border-spacing: 0px;
437        background-color: white;
438        cursor: default;
439}
440
441tr.quicksearchcontacts_unselected {
442        background-color: white;
443}
444
445tr.quicksearchcontacts_selected {
446        background-color: #5598d7;
447        color: white;
448}
449
450td.quicksearchcontacts_cc {
451        border-style: none;
452}
453
454input.em_button_like_span {
455        border:0px none !important;
456        margin: 0px !important;
457        padding:0px !important;
458        color:blue !important;
459        background:transparent none repeat scroll 0% !important;
460        font-family:Verdana,Arial,Helvetica,sans-serif !important;
461        font-size:11px !important;
462        height:15px !important;
463}
464
465
466
467.l {
468        background-image: url() !important;
469        padding: 0 13 0 0 !important;
470        font-weight: bold !important;
471        font-size: 10px !important;
472        color: #666 !important;
473        text-decoration: none !important;
474        font-family: sans-serif !important;
475}
476.sl {
477        background-image: url() !important;
478        padding: 0 13 0 0 !important;
479        font-weight: bold !important;
480        font-size: 10px !important;
481        color: #0000FF !important;
482        font-family: sans-serif !important;
483}
Note: See TracBrowser for help on using the repository browser.