source: branches/2.2/expressoMail1_2/templates/default/main.css @ 3026

Revision 3026, 9.6 KB checked in by amuller, 14 years ago (diff)

Ticket #1109 - Refazendo a tela de filtros do ExpressoMail1_2

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