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

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