source: branches/2.0/expressoMail1_2/templates/default/main.css @ 3128

Revision 3128, 9.7 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1111 - Corrigido problema ao editar/imprimir mensagens com tags <pre>.

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