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

Revision 2468, 9.7 KB checked in by niltonneto, 14 years ago (diff)

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