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

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