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

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