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

Revision 2830, 9.4 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1081 - Corrigido problema de quebra de linha em email text/plain.

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