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

Revision 5134, 11.0 KB checked in by wmerlotto, 12 years ago (diff)

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