source: branches/2.1/expressoMail1_2/templates/default/main.css @ 2532

Revision 2532, 9.1 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1039 - Corrigido valores nos estilos do template default.

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