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

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