source: sandbox/2.2.0.2/expressoMail1_2/templates/default/main.css @ 4230

Revision 4230, 10.7 KB checked in by airton, 13 years ago (diff)

Ticket #1840 - Atenuar as linhas de separacao das mensagens no ExpressoMail?, quando exibidas no navegador Firefox 4

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