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

Revision 1965, 9.6 KB checked in by wmerlotto, 14 years ago (diff)

Ticket #900 - Adicionando funcionalidade de limpar a pasta Spam

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