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

Revision 5640, 11.3 KB checked in by marcieli, 12 years ago (diff)

Ticket #2486 - Estilo de botões e menu no ExpressoMail?. Criar sinalizador customizado.

  • 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        margin-left: 5px;
376}
377
378.content-menu-td:hover{background-color: #ffffff; border: 1px solid #CCCCCC}
379
380.content-folders {
381        width:162px;
382        padding: 0px 0px 0px 0px;
383        position: relative;
384        overflow: auto;
385       
386}
387
388
389/* Conf Filter  */
390.filter {
391        font-family: Arial, Helvetica, sans-serif;
392        font-size: 8px;
393        background-color : #FFFFFF;
394}
395.filter img {
396        border: 0px;
397        vertical-align: middle;
398}
399.filter a {
400        font-family: Arial, Helvetica, sans-serif;
401        color: #000000;
402        white-space: nowrap;
403}
404.message_options_trash {
405        background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png);
406        background-repeat: no-repeat;
407        background-position:left center;
408        padding:0pt 6pt 1pt 14pt;
409}
410.message_options_move {
411        background-image: url(images/move.png);
412        background-repeat: no-repeat;
413        background-position:left center;
414        padding:0pt 6pt 1pt 14pt;
415}
416.message_options_print {
417        background-image: url(images/print.png);
418        background-repeat: no-repeat;
419        background-position:left center;
420        padding:0pt 6pt 1pt 14pt;
421}
422
423.message_options_export {
424        background-image: url(images/export.png);
425        background-repeat: no-repeat;
426        background-position:left center;
427        padding:0pt 6pt 1pt 14pt;
428}
429
430.message_options_import {
431        background-image: url(images/import.png);
432        background-repeat: no-repeat;
433        background-position:left center;
434        padding:0pt 6pt 1pt 14pt;
435}
436
437.message_options_inactive {
438         white-space: nowrap;
439         color: #999;
440        padding-right: 0 !important;
441}
442
443.message_options_active {
444        white-space: nowrap;
445        color: #990000;
446    font-weight: bold !important;
447        cursor: pointer;
448        padding-right: 0 !important;
449 }
450
451.message_options {
452        cursor: pointer;
453        color: #114fa4;
454/*      color: #2A64B0;*/
455        white-space: nowrap;
456        font-weight: bold;
457        padding-right: 0 !important;
458}
459
460.message_options_over {
461         cursor: pointer;
462         white-space: nowrap;
463         color: #FC6103;
464        /*text-decoration: underline;*/
465         font-weight: bold !important;
466        padding-right: 0 !important;
467}
468
469.reply_options {
470        cursor: pointer;
471        color: white;
472        white-space: nowrap;
473        font-weight: bold;
474}
475
476.reply_options_active {
477         cursor: pointer;
478         white-space: nowrap;
479         color: yellow;
480         text-decoration: underline;
481         font-weight: bold !important;
482}
483
484.class_search_div{
485        position: relative;
486        left: 12px;
487}
488
489.em_sidebox_menu {
490        position: relative;
491        left: 2px;
492        padding: 0px 13px 0px 0px;
493        font-weight: bold;
494        font-size: 10px;
495        color: #666666;
496        text-decoration: none;
497        white-space: nowrap;
498        font-family: sans-serif;
499}
500
501.em_div_sidebox_menu {
502        position: relative;
503        left: 17px;
504        cursor: pointer;
505}
506.catalog{
507        font-family: Arial, Helvetica, sans-serif;
508        font-size: 14px;
509        font-weight: bold;
510}
511
512div.quicksearchcontacts {
513        border-width: 1px;
514        border-style: solid;
515        broder-color: grey;
516        overflow: auto;
517        position: relative;
518        left: 10px;
519        height: 302px;
520        width: 577px;
521}
522
523table.quicksearchcontacts {
524        border-width: 0px 0px 0px 0px;
525        border-spacing: 0px;
526        background-color: white;
527        cursor: default;
528}
529
530tr.quicksearchcontacts_unselected {
531        background-color: white;
532}
533
534tr.quicksearchcontacts_selected {
535        background-color: #5598d7;
536        color: white;
537}
538
539td.quicksearchcontacts_cc {
540        border-style: none;
541}
542
543input.em_button_like_span {
544        border:0px none !important;
545        margin: 0px !important;
546        padding:0px !important;
547        color:#114fa4 !important;
548        background:transparent none repeat scroll 0% !important;
549        font-family:Arial,Helvetica,sans-serif !important;
550        font-size:11px !important;
551        height:15px !important;
552        font-weight: bold;
553}
554
555.l {
556        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
557}
558
559.sl {
560        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
561}
562.dsused {
563        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
564}
565
566.divAppboxHeader{
567        font-style:italic;     
568        font-weight:normal;
569        font-variant: small-caps;       
570        color: #000066 !important;
571        font-size: 16px !important;
572        text-align: center;     
573        padding: 0px;
574}
575
576/* hack para o chrome */
577@media screen and (-webkit-min-device-pixel-ratio:0){
578        input[type="file"]{
579        background-color: #FFF;
580        border: 1px solid #e4e4e4;
581        height: 20px;
582        width: 350px;
583        vertical-align: middle;
584        }
585}
586
587.local-messages-search-warning {
588        cursor: pointer;
589        cursor: hand;
590        background: none repeat scroll 0% 0% rgb(255, 238, 187);
591        color: red;
592        line-height: 2em;
593        font-size: 1.2em;
594        text-align: center;
595}
Note: See TracBrowser for help on using the repository browser.