source: trunk/expressoMail1_2/templates/default/main.css @ 5436

Revision 5436, 11.1 KB checked in by airton, 12 years ago (diff)

Ticket #2466 - Melhorias nas mensagens de erro do ExpressoMail?

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1@import url("expressomail.css");
2
3pre{
4        white-space: pre-wrap !important; /* css-3 */
5        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
6        white-space: -pre-wrap !important; /* Opera 4-6 */
7        white-space: -o-pre-wrap !important; /* Opera 7 */
8        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
9        font-family: monospace !important;     
10        /*font-size: 10pt !important;*/
11        font-size: 11px !important;
12}
13/** {
14        font-family: Verdana, Arial, Helvetica, sans-serif;     
15}*/
16
17.checkbox{
18        border:none !important;
19}
20
21textarea{
22        font-family: Verdana, Arial, Helvetica, sans-serif;
23        font-size: 13px;
24}
25
26.whiteSpace{
27        width: 2px;
28}
29
30.table_box{
31        width: 100%;
32        color: black;
33        background: #ffffff;
34        border-bottom: 1px solid #f4f8fb;
35        font-family: Verdana, Arial, Helvetica, sans-serif;;
36        font-size: 13px;
37        cursor: pointer;
38        table-layout: fixed;
39}
40
41
42.em_div_write_msg{
43                height: 24px;
44                background: transparent;
45        }
46
47/* begin class msgs */
48.td_msg{
49        border-width: 0px;     
50}
51
52.th_resizable {
53        padding-left: 3px !important;
54        border-left: solid 1px #999;
55        text-overflow: ellipsis;
56        overflow: hidden;
57        white-space: nowrap;
58}
59
60.td_resizable {
61        padding-left: 1px;
62        border: 0px;
63        border-left: solid 1px #dde1dd;
64        text-overflow: ellipsis;
65        overflow: hidden;
66        white-space: nowrap;
67        border-right-width: 0px !important;
68}
69
70.tr_msg_unread {       
71        font-weight:bold !important;
72}
73
74.table_box tr{
75        border:0;   
76}
77
78.table-info-quota{
79        table-layout: fixed;
80}
81
82.td-info-quota{
83        white-space: nowrap;
84        overflow:       hidden;
85        text-overflow: ellipsis;       
86}
87
88.tr_msg_read {
89        color: #3f3f3f;
90        background-color: #ffffff;
91        -moz-user-select: none;
92}
93
94.tr_msg_read2 {
95        color: #3f3f3f;
96        background-color: #DEE8F0;
97        -moz-user-select: none;
98}
99
100.selected_msg{
101        background-color: #ffffcb;
102}
103.flagged_msg{
104        color: red;
105}
106.selected_shortcut_msg{
107        color: white;
108        background-color: #5194d2;
109}
110.show_img_link{
111        width : 100%;
112        color: black;
113        font-weight: bold;
114        background-color: #ffc;
115        border-bottom:1px solid #cfcfcf;
116        cursor: pointer;                 
117        -moz-user-select: none;
118}
119/* end class msgs */
120
121.show_img_link:hover {
122        color: #000 !important;
123}
124
125.action_info_table {
126        border-spacing: 0px 0px;
127}
128.action_info_th {
129        font-family: Verdana, Arial, Helvetica, sans-serif;
130        font-size: 11px;
131        border-width: 0px 0px 0px 0px;
132        padding: 1px 10px 0px 10px;     
133        border-style: inset inset inset inset;
134        border-color: gray gray gray gray;
135        background-color: rgb(250, 209, 99);
136        -moz-border-radius: 6px 6px 6px 6px;
137}
138
139.message_header{
140        background-color: #ABC6E1;
141}
142
143.message_header td {
144        padding: 0px;
145}
146
147.table_message_ruler {
148        width: 10px;
149        border: none;
150        border-left: 1px dotted #88a;
151        display: none;
152        position: absolute;
153        z-index: 10;
154        height: 300px;
155}
156
157.table_message_header_box{
158        width: 100%;
159        color: black;
160        border-style: solid;
161        border-width: 0px;
162        border-collapse: collapse;
163        border-color: #bbbbbb;
164        font-family: Verdana,Arial,Helvetica,sans-serif;
165        font-size: 13px;       
166        cursor: pointer;
167        table-layout: fixed;
168}
169.font-menu {
170    color: #000;
171}
172
173.font-menu-sel {
174        color:#0000FF;
175}
176
177.font-menu, .font-menu-sel {
178    float: left;
179    clear: left;
180    overflow: hidden;
181    white-space: nowrap;
182    padding-left: 5px;
183    margin-right: 5px;
184    text-decoration: none;
185    text-align: center;
186}
187
188.menu-sel{   
189    text-decoration: none;
190    text-align: center;
191    color:#0000FF;
192    height: 20px;
193    width:220px;
194    background-color:#F7F7F7;
195    margin-bottom: 0px;
196    border: 1px solid #4a79b1;
197    border-bottom: 0px;
198    padding:0px 5px 0px 0px;
199    -moz-border-radius: 9px 9px 0px 0px;
200    -moz-user-select: none;
201    -webkit-border-radius: 9px 9px 0px 0px;
202    border-radius: 9px 9px 0px 0px;
203    cursor: pointer;
204 }
205 
206.menu{
207    text-decoration: none;
208    text-align: center;
209    height: 20px;       
210    width:220px;
211    background-color:#c8d7ea;
212    margin-bottom: 0px;
213    border: 1px solid #f4f7fc;
214    border-bottom: 1px solid #4a79b1;
215    padding:0px 5px 0px 0px;
216    -moz-border-radius: 9px 9px 0px 0px;
217    -moz-user-select: none;
218    -webkit-border-radius: 9px 9px 0px 0px;
219    border-radius: 9px 9px 0px 0px;
220    cursor: pointer;
221}
222
223.last_menu{
224        border-bottom: 1px solid #4a79b1;
225        -moz-border-radius: 0px 0px 0px 0px;
226}
227
228.table_top{
229        background-color: #FFFFFF;
230        padding:1px 1px 1px 1px;
231        height:16px;
232        cursor: default;
233        margin: 0px 0px 0px 0px;
234        border-width: 0px 1px 1px 1px;
235        border-style: outset outset outset outset;
236        border-color: black black black black; 
237}
238
239.tr_message_header{
240        background-color: #EEEEEE;
241        font-family: Verdana, Arial, Helvetica, sans-serif;
242        cursor: default;
243        border-style: none none none none;
244        -moz-border-radius: 0px 0px 0px 0px;
245}
246
247.tr_message_body{
248        background-color: #FFFFFF;
249        cursor: default;
250        -moz-border-radius: 9px 9px 9px 9px;
251}
252
253.message_body{
254        background-color: #FFFFFF;
255        cursor: default;
256        -moz-border-radius: 9px 9px 9px 9px;
257}
258
259.header_message_field{
260        font-weight: bold;
261}
262
263.suggestion_list{
264background: white;
265border: 1px solid;
266padding: 4px;
267}
268       
269.suggestion_list ul{
270padding: 0;
271margin: 0;
272list-style-type: none;
273}
274
275.suggestion_list a{
276text-decoration: none;
277color: navy;
278}
279
280.suggestion_list .selected{
281background: navy;
282color: white;
283}
284       
285       
286.suggestion_list .selected a{
287color: white;
288}
289
290#autosuggest{
291display: none;
292}
293
294div#tipDiv {
295  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
296  background-color:#EFEFEF; border:1px solid #337;
297  width:220px; padding:0px;
298  color:#000; font-size:11px; line-height:1.2;
299  cursor: pointer;
300}
301
302.richtext_toolbar {background-color: #C0C0C0;}
303.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
304.select_richtext {float:left;}
305/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
306/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
307/*.imagebutton_over: {border-style: outset 20px;}*/
308.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
309.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
310
311/* Conf tree    */
312.dtree {
313        font-family: Verdana, Arial, Helvetica, sans-serif;
314        font-size: 8px;
315        color: #000000;
316        /*white-space: nowrap;*/
317        background-color: #FFFFFF;
318
319}
320.dtree img {
321        border: 0px;
322        vertical-align: middle;
323
324}
325.dtree a {
326        font-family: Verdana, Arial, Helvetica, sans-serif;
327        color: #000000;
328        white-space: nowrap;   
329}
330.dtree table{
331        margin-top: 0%;
332        padding: 0px 0px 0px 0px;
333}
334.dtree td{
335        padding: 0px 0px 0px 0px;
336}
337
338.folderscol{
339        /*width: 18%;*/
340        width: 100%;
341        /*float: left;*/
342        /*padding: 0px 0px 0px 0px;*/
343}
344
345.messagescol{
346        /*padding-left: 18.5%;*/
347        /*width: 85%;*/
348        width: 100%;
349        /*float: left*/
350        /*margin-rigth: 0px;*/
351        padding: 0px 0px 0px 0px;
352}
353
354.menu-folders{
355        text-align: center;
356        text-decoration: none;
357        font: bold 12px Arial, Helvetica, sans-serif;
358        color: rgb(0, 102, 51);
359        width: 100%;
360        height: 20px;
361
362        border-right: 1px solid #000000;
363        border-left: 1px solid #000000;
364        border-top: 1px solid #000000; 
365        cursor: default;
366        -moz-border-radius: 9px 9px 0px 0px;
367}
368
369.content-menu{
370        padding: 0px 0px 0px 0px;
371        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
372}
373.content-menu-td {
374/*      border: 1px solid #f7f7f7;*/
375}
376
377.content-folders {
378        width:162px;
379        padding: 0px 0px 0px 0px;
380        position: relative;
381        overflow: auto;
382       
383}
384
385
386/* Conf Filter  */
387.filter {
388        font-family: Arial, Helvetica, sans-serif;
389        font-size: 8px;
390        background-color : #FFFFFF;
391}
392.filter img {
393        border: 0px;
394        vertical-align: middle;
395}
396.filter a {
397        font-family: Arial, Helvetica, sans-serif;
398        color: #000000;
399        white-space: nowrap;
400}
401.message_options_trash {
402        background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png);
403        background-repeat: no-repeat;
404        background-position:left center;
405        padding:0pt 6pt 1pt 14pt;
406}
407.message_options_move {
408        background-image: url(images/move.png);
409        background-repeat: no-repeat;
410        background-position:left center;
411        padding:0pt 6pt 1pt 14pt;
412}
413.message_options_print {
414        background-image: url(images/print.png);
415        background-repeat: no-repeat;
416        background-position:left center;
417        padding:0pt 6pt 1pt 14pt;
418}
419
420.message_options_export {
421        background-image: url(images/export.png);
422        background-repeat: no-repeat;
423        background-position:left center;
424        padding:0pt 6pt 1pt 14pt;
425}
426
427.message_options_import {
428        background-image: url(images/import.png);
429        background-repeat: no-repeat;
430        background-position:left center;
431        padding:0pt 6pt 1pt 14pt;
432}
433
434.message_options_inactive {
435         white-space: nowrap;
436         color: #999;
437        padding-right: 0 !important;
438}
439
440.message_options_active {
441        white-space: nowrap;
442        color: #990000;
443    font-weight: bold !important;
444        cursor: pointer;
445        padding-right: 0 !important;
446 }
447
448.message_options {
449        cursor: pointer;
450        color: #114fa4;
451/*      color: #2A64B0;*/
452        white-space: nowrap;
453        font-weight: bold;
454        padding-right: 0 !important;
455}
456
457.message_options_over {
458         cursor: pointer;
459         white-space: nowrap;
460         color: #FC6103;
461        /*text-decoration: underline;*/
462         font-weight: bold !important;
463        padding-right: 0 !important;
464}
465
466.reply_options {
467        cursor: pointer;
468        color: white;
469        white-space: nowrap;
470        font-weight: bold;
471}
472
473.reply_options_active {
474         cursor: pointer;
475         white-space: nowrap;
476         color: yellow;
477         text-decoration: underline;
478         font-weight: bold !important;
479}
480
481
482.em_sidebox_menu {
483        position: relative;
484        left: 2px;
485        padding: 0px 13px 0px 0px;
486        font-weight: bold;
487        font-size: 10px;
488        color: #666666;
489        text-decoration: none;
490        white-space: nowrap;
491        font-family: sans-serif;
492}
493
494.em_div_sidebox_menu {
495        position: relative;
496        left: 5px;
497        cursor: pointer;
498}
499.catalog{
500        font-family: Arial, Helvetica, sans-serif;
501        font-size: 14px;
502        font-weight: bold;
503}
504
505div.quicksearchcontacts {
506        border-width: 1px;
507        border-style: solid;
508        broder-color: grey;
509        overflow: auto;
510        position: relative;
511        left: 10px;
512        height: 302px;
513        width: 577px;
514}
515
516table.quicksearchcontacts {
517        border-width: 0px 0px 0px 0px;
518        border-spacing: 0px;
519        background-color: white;
520        cursor: default;
521}
522
523tr.quicksearchcontacts_unselected {
524        background-color: white;
525}
526
527tr.quicksearchcontacts_selected {
528        background-color: #5598d7;
529        color: white;
530}
531
532td.quicksearchcontacts_cc {
533        border-style: none;
534}
535
536input.em_button_like_span {
537        border:0px none !important;
538        margin: 0px !important;
539        padding:0px !important;
540        color:#114fa4 !important;
541        background:transparent none repeat scroll 0% !important;
542        font-family:Arial,Helvetica,sans-serif !important;
543        font-size:11px !important;
544        height:15px !important;
545        font-weight: bold;
546}
547
548.l {
549        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
550}
551
552.sl {
553        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
554}
555.dsused {
556        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
557}
558
559.divAppboxHeader{
560        font-style:italic;     
561        font-weight:normal;
562        font-variant: small-caps;       
563        color: #000066 !important;
564        font-size: 16px !important;
565        text-align: center;     
566        padding: 0px;
567}
568
569/* hack para o chrome */
570@media screen and (-webkit-min-device-pixel-ratio:0){
571        input[type="file"]{
572        background-color: #FFF;
573        border: 1px solid #e4e4e4;
574        height: 20px;
575        width: 350px;
576        vertical-align: middle;
577        }
578}
579
580.local-messages-search-warning {
581        cursor: pointer;
582        cursor: hand;
583        background: none repeat scroll 0% 0% rgb(255, 238, 187);
584        color: red;
585        line-height: 2em;
586        font-size: 1.2em;
587        text-align: center;
588}
Note: See TracBrowser for help on using the repository browser.