source: trunk/expressoMail1_2/templates/default/main.css @ 5754

Revision 5754, 32.8 KB checked in by gustavo, 12 years ago (diff)

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1body{overflow-x: hidden;}
2/* attachments list on message screen */
3.expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;}
4.expressomail-attachments-label {display:block; float:left;}
5ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;}
6ul.expressomail-attachments-list li {}
7.expressomail-attachments-link { font-size:11px;}
8
9textarea{
10    overflow:hidden;
11    height:auto;
12/*    width:18px;
13        resize: none;*/
14}
15a.rich{
16        padding : 5px;
17        cursor : pointer;
18        text-align: center;
19}
20button.adress_button {width: 47px; text-align: center;}
21span.ui-icon.expressomail-icon-read-confirmation { background-image: url(images/notification.gif) !important; background-position: 0px 0px; width: 24px; height: 24px;}
22span.ui-icon.expressomail-icon-save { background-image: url(images/disk.png) !important; background-position: 0px 2px; width: 16px; height: 16px; background-size: 13px;}
23span.ui-icon.expressomail-icon-signature { background-image: url(images/signature.gif) !important; background-position: 8px 2px; width: 24px; height: 24px; background-size: 13px;}
24span.ui-icon.expressomail-icon-encryption{ background-image: url(images/lock.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
25span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;}
26span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;}
27span.ui-icon.expressomail-icon-important { background-image: url(images/important.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
28
29/* thumbs list on message screen */
30.expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left}
31.expressomail-thumbs-label {}
32.message_options {}
33.expressomail-thumbs span.message_tips { display:block; padding-left:18px; line-height:18px;height:18px; background-image: url(images/menu/ktip.png); background-repeat:no-repeat;}
34ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;}
35ul.expressomail-thumbs-list li {height:80px;  max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;}
36ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;}
37.expressomail-thumbs-link { font-size:11px;}
38 .jcarousel-container { width: auto;}
39 
40 button.expressomail-button-icon-ative{color:#E17009; border: 1px solid #E17009;background: none repeat scroll 0 0 #FFE1CC;}
41
42/* todo o resto */
43table.expressomail-message-body {width:100%; height:100%;}
44table.table_message {
45background: #96b3d3; /* Old browsers */
46background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */
47background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3d3), color-stop(30%,#b4c9e4), color-stop(65%,#d9e6ef), color-stop(70%,#e2e9f1), color-stop(78%,#e9f0f8), color-stop(83%,#e8f1fa), color-stop(96%,#dbe5ef), color-stop(100%,#d9e3ed)); /* Chrome,Safari4+ */
48background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */
49background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */
50background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */
51background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */
52filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */
53}
54table.expressomail-message-body tr{vertical-align:top;}
55
56
57
58
59.table_message_options{
60        background-color: #000;
61       
62        /* Apenas para ie qualquer versao */
63        -moz-border-collapse: separate;
64        border-color: gray;
65
66    border-spacing: 0;
67    border-style: outset;
68    border-width: 0.01;
69    cursor: default;
70    padding: 1px;
71        -moz-border-radius: 3px;
72        -webkit-border-radius: 3px;
73       
74       
75}
76
77.table_message_options_ie{
78
79        border-collapse: collapse;
80        background-color: #000;
81        border-color: gray;
82    border-spacing: 0;
83    border-style: outset;
84    border-width: 1;
85    cursor: default;
86    padding: 1px;
87        -moz-border-radius: 3px;
88        -webkit-border-radius: 3px;
89       
90       
91}
92
93.table_message{
94        background-color: #000;
95       
96        /* Apenas para ie qualquer versao */
97        -moz-border-collapse: separate;
98        border-color: gray;
99        border-radius: 3px 3px 3px 3px;
100    border-spacing: 0;
101    border-style: outset;
102    border-width: 1px;
103    cursor: default;
104    padding: 1px;
105        -moz-border-radius: 3px;
106        -webkit-border-radius: 3px;
107       
108       
109}
110
111.div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
112a.message-attach-link { margin-left: 20px;}
113
114.messagescol td label {padding-right:20px;}
115.messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;}
116
117.ui-dialog-dragging {
118        opacity:0.4;
119        filter:alpha(opacity=40); /* For IE8 and earlier */
120}
121
122.context-menu-item.icon-important { background-image: url(images/important.png); background-position: 6px 5px !important}
123.context-menu-item.icon-export { background-image: url(images/export.png); }
124.context-menu-item.icon-move { background-image: url(images/move.png); }
125.context-menu-item.icon-seen { background-image: url(images/seen.gif); }
126.context-menu-item.icon-unseen { background-image: url(images/unseen.gif); }
127.context-menu-item.icon-normal { background-image: url(images/door.png); }
128.context-menu-item.icon-followupflag { background-image: url(images/door.png); }
129
130
131.context-menu-item.icon-search-mail { background-image: url(images/menu/search.png); }
132.context-menu-item.icon-filter { background-image: url(images/menu/filters.png); }
133.context-menu-item.icon-edit-folder { background-image: url(images/menu/editfolders.png); }
134.context-menu-item.icon-share-mailbox { background-image: url(images/menu/usersfolders.png); }
135.context-menu-item.icon-label { background-image: url(images/menu/usersfolders.png); }
136.context-menu-item.icon-tag { background-image: url(images/menu/tag.png); background-size: 12px; background-position: 6px 2px !important;}
137.context-menu-item.icon-empty-trash { background-image: url(images/menu/trash.png); }
138.context-menu-item.icon-queue { background-image: url(images/menu/queue.png); }
139
140form.fileupload { margin: 14px 0 0 -13px; float: left; margin-bottom: -20px; }
141form.fileupload .files-list { margin-left: 5px; margin-top: -14px; padding: 0.2em 0.7em; }
142form.fileupload .files-list .delete-upload { top: 7px}
143ul.attachments-list { padding: 0; }
144
145.button-files-upload { float:left; }
146
147form.fileupload .ui-button .ui-button-text { line-height: 2; }
148form.fileupload .ui-button { margin-left: 5px; }
149form.fileupload .message-add-original-att { margin-left: 0px; }
150.button.add.button-add-attachment{margin: -9px 0 0 8px;}
151.button.upload{margin-bottom: 4px;}
152div.fileupload-buttonbar{padding: 0.2em 0.5em }
153.archive-error{color: #F00;}
154
155.progress.in-progress{width: 100px; height: 12px;}
156
157.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
158
159.archive-attach.name{width: 310px;}
160.archive-attach.name label{display: block; position: absolute; left: 136px; top: 194px;}
161.size{min-width: 65px;}
162
163.message-attach.name{width: 200px;}
164.message-attach.size{margin:0 4px 0 4px;}
165.message-attach-error{color:red;}
166
167
168/* Estilos da tela de busca rápida de contatos */
169
170.expressomail-qs-container { font-size:11px;}
171.expressomail-qs-container legend { font-size:1.1em; font-weight: bold; }
172.expressomail-qs-container #accordion { margin: 5px;}
173.expressomail-qs-container fieldset, .expressomail-qs-container div {margin:0;}
174.expressomail-qs-container .ui-autocomplete-input { height:22px; width:200px; margin-right:-1px; }
175.expressomail-qs-container #wrap-progressbar { height:22px; width:122px;  float:left; }
176.expressomail-qs-container #wrap-progressbar #inner-progressbar { text-align:center; width:100px; }
177.expressomail-qs-container #wrap-progressbar #inner-progressbar span { font-size:10px; line-height:12px; }
178.expressomail-qs-container #wrap-progressbar #inner-progressbar #progressbar { width:100px; height:10px; }
179.expressomail-qs-container .clear {clear:both;}
180/*.expressomail-qs-container #fieldset1 label {width:495px;display:inline-block; border:4px solid #72A9D3;}*/
181.expressomail-qs-container fieldset { border:1px solid #AAA; border-radius:5px; margin:5px; }
182.expressomail-qs-container #ul {list-style:none; margin:0; padding:0;}
183.expressomail-qs-container #fieldset1 {color:#444;}
184.expressomail-qs-container #fieldset1 label {font-weight:bold; display:block;}
185
186.expressomail-qs-container #list-acc-users li, .expressomail-qs-container #search-result-users li {margin-right:5px;border-radius:3px;}
187.expressomail-qs-container #list-acc-mails li {margin-right:5px;padding-bottom:4px;border-radius:3px;}
188.expressomail-qs-container #list-acc-users li:hover, .expressomail-qs-container #list-acc-mails li:hover, .expressomail-qs-container #search-result-users li:hover {background-color:#DDD;}
189.expressomail-qs-container #list-acc-users li span.ui-icon, .expressomail-qs-container #list-acc-mails li span.ui-icon, .expressomail-qs-container #search-result-users li span.ui-icon {display:none; margin:2px;}
190.expressomail-qs-container #list-acc-users li input, .expressomail-qs-container #list-acc-mails li input, .expressomail-qs-container #search-result-users li input {margin-top:5px;}
191.expressomail-qs-container #list-acc-users li label, .expressomail-qs-container #list-acc-mails li label, .expressomail-qs-container #search-result-users li label {margin-top:-5px;}
192.expressomail-qs-container #list-acc-users li:hover span, .expressomail-qs-container #list-acc-mails li:hover span, .expressomail-qs-container #search-result-users li:hover span {display:inline;}
193.expressomail-qs-container #search-result-users li span.ui-icon {display:none;}
194.expressomail-qs-container .ui-icon {float:right;}
195.expressomail-qs-container #icon-bar1 .ui-icon {float:left; margin:0 3px;}
196.expressomail-qs-container #icon-bar1 span {float:left; margin:2px 3px 0 0;}
197.expressomail-qs-container .ui-icon-trash, .expressomail-qs-container .ui-icon-edit, .expressomail-qs-container .ui-icon-close, .expressomail-qs-container .ui-icon-plus, .expressomail-qs-container .ui-icon-pencil {background-color:#EEE;}
198.expressomail-qs-container .ui-icon-trash:hover, .expressomail-qs-container .ui-icon-edit:hover, .expressomail-qs-container .ui-icon-close:hover, .expressomail-qs-container .ui-icon-plus:hover, .expressomail-qs-container .ui-icon-pencil:hover {background-color:#BBB;}
199.expressomail-qs-container .ui-autocomplete-input {width:170px;}
200.expressomail-qs-container .ui-accordion .ui-accordion-content{padding:5px;}
201
202.expressomail-qs-container .foot-note {width:905px; padding:5px;margin-top:20px;border-top:1px solid #ddd;}
203.expressomail-qs-container .acc-list {font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; }
204.expressomail-qs-container .acc-list h3{font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; margin:0; padding:5px 3px; background-color:#fff;}
205.expressomail-qs-container .acc-list ul{ margin:5px 0;}
206.expressomail-qs-container .acc-list ul li{ border-radius:3px; padding:5px;}
207.expressomail-qs-container .acc-list ul li:hover {background-color:#DDD;}
208.expressomail-qs-container .acc-list ul li.active {background-color:#EB8F00;}
209.expressomail-qs-container .acc-list ul li strong {display:block;}
210.expressomail-qs-container .acc-list ul li em {display:block;}
211
212/*Específico do selectable*/
213.expressomail-qs-container #feedback { font-size: 1.4em; }
214.expressomail-qs-container #selectable .ui-selecting { background: #DDECF7; }
215/* #selectable .ui-selected { background: #F39814; color: white; }   Aqui eu troquei a cor de quando era selecionada a linha */
216.expressomail-qs-container #selectable .ui-selected { background: #72A9D3; color: white; }
217
218.expressomail-qs-container #selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
219.expressomail-qs-container ul#selectable { overflow: hidden; width: 444px; height: 250px;}
220.expressomail-qs-container ul#selectable li { width: 435px; overflow:hidden; }
221.expressomail-qs-container ul#selectable li.ui-selected { width: 100%;  }
222.expressomail-qs-container ul#selectable li div { width: 6000px; }
223.expressomail-qs-container .ui-button-icon-only { width: 1.2em; }
224.expressomail-qs-container .ui-icon { margin-left: -8px; }
225.expressomail-qs-container .ui-widget button { border: 0 solid; }
226
227.expressomail-qs-container .menu-control { float:right; margin-left:400px; position: absolute; z-index: 100; padding-top:5px;}
228.expressomail-qs-container .acc-list { width:444px;height:250px;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px; margin: 10px 5px 5px 1px;}
229.expressomail-qs-container .details-container { width:300px;height:246px; float:right; margin: 5px 0;}
230
231.expressomail-qs-container .acc-list .demo {width:100%;margin-top:20px;}
232
233.dialog-modal.expressomail-qs-container  { height: 416px; padding:5px; }
234
235.ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0;}
236.expressomail-qs-container .menu-control .ui-button-text-only .ui-button-text { padding: 0.1em 0.6em; }
237
238/* search area definition */
239fieldset.search-field, fieldset.search-catalog-options {
240        border:1px solid #CFCFCF;
241        padding: 5px;
242}
243
244fieldset.search-field input, fieldset.search-catalog-options select{
245        display: inline-block;
246        border: none;
247        background-color: #FFF;
248}
249
250fieldset.search-field span {
251        display: inline-block;
252        margin:0 0 -3px 5px;
253}
254
255/* #search area definition */
256fieldset.search-field { max-width: 190px; width: 190px; margin: 0px; text-align: left; display: inline;}
257fieldset.search-field input { max-width: 165px; width: 165px; }
258
259fieldset.search-catalog-options { max-width: 124px; width: 120px; margin: 0px; text-align: left; display: inline;}
260fieldset.search-catalog-options select { max-width: 120px; width: 120px; }
261
262
263.ui-dialog .ui-dialog-titlebar-minimize {
264    height: 18px;
265    margin: -10px 0 0;
266    padding: 1px;
267    position: absolute;
268    right: 1.8em;
269    top: 50%;
270    width: 19px;
271}
272
273.ui-dialog-buttonpane .ui-button {
274        margin-top: 0;
275        padding-top: 0;
276}
277
278 
279.button-mod { margin-top: -2.5em; }
280
281/*print.css */
282
283.print-all-messages h1 { font-size: 1.35em; }
284.print-all-messages h2 { font-size: 1.05em; }
285.print-all-messages tbody { font-size: 0.95em; }
286.print-all-messages thead td { font-weight: bold; padding: 3px; border-bottom: solid 2px #999; }
287.print-all-messages tbody td { border-bottom: solid 1px #ccc; }
288.print-all-messages img { display: none; }
289.print-all-messages input { display: none; }
290
291/*main.css */
292pre{
293        white-space: pre-wrap !important; /* css-3 */
294        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
295        white-space: -pre-wrap !important; /* Opera 4-6 */
296        white-space: -o-pre-wrap !important; /* Opera 7 */
297        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
298        font-family: monospace !important;     
299        /*font-size: 10pt !important;*/
300        font-size: 11px !important;
301}
302/** {
303        font-family: Verdana, Arial, Helvetica, sans-serif;     
304}*/
305
306.checkbox{
307        border:none !important;
308}
309
310textarea{
311        font-family: Verdana, Arial, Helvetica, sans-serif;
312        font-size: 13px;
313}
314
315.whiteSpace{
316        width: 2px;
317}
318
319.table_box{
320        width: 100%;
321        color: black;
322        background: #ffffff;
323        border-bottom: 1px solid #f4f8fb;
324        font-family: Verdana, Arial, Helvetica, sans-serif;;
325        font-size: 13px;
326        cursor: pointer;
327        table-layout: fixed;
328}
329
330
331.em_div_write_msg{
332                height: 24px;
333                background: transparent;
334        }
335
336/* begin class msgs */
337.td_msg{
338        border-width: 0px;     
339}
340
341.th_resizable {
342        padding-left: 3px !important;
343        border-left: solid 1px #999;
344        text-overflow: ellipsis;
345        overflow: hidden;
346        white-space: nowrap;
347}
348
349.td_resizable {
350        padding-left: 1px;
351        border: 0px;
352        border-left: solid 1px #dde1dd;
353        text-overflow: ellipsis;
354        overflow: hidden;
355        white-space: nowrap;
356        border-right-width: 0px !important;
357}
358
359.tr_msg_unread {       
360        font-weight:bold !important;
361}
362
363.table_box tr{
364        border:0;   
365}
366
367.table-info-quota{
368        table-layout: fixed;
369}
370
371.td-info-quota{
372        white-space: nowrap;
373        overflow:       hidden;
374        text-overflow: ellipsis;       
375}
376
377.tr_msg_read {
378        color: #3f3f3f;
379        background-color: #ffffff;
380        -moz-user-select: none;
381}
382
383.tr_msg_read2 {
384        color: #3f3f3f;
385        background-color: #DEE8F0;
386        -moz-user-select: none;
387}
388
389.selected_msg{
390        background-color: #ffffcb;
391}
392.flagged_msg{
393        color: red;
394}
395.selected_shortcut_msg{
396        color: white;
397        background-color: #5194d2;
398}
399.show_img_link{
400        width : 100%;
401        color: black;
402        font-weight: bold;
403        background-color: #ffc;
404        border-bottom:1px solid #cfcfcf;
405        cursor: pointer;                 
406        -moz-user-select: none;
407}
408/* end class msgs */
409
410.show_img_link:hover {
411        color: #000 !important;
412}
413
414.action_info_table {
415        border-spacing: 0px 0px;
416}
417.action_info_th {
418        font-family: Verdana, Arial, Helvetica, sans-serif;
419        font-size: 11px;
420        border-width: 0px 0px 0px 0px;
421        padding: 1px 10px 0px 10px;     
422        border-style: inset inset inset inset;
423        border-color: gray gray gray gray;
424        background-color: rgb(250, 209, 99);
425        -moz-border-radius: 6px 6px 6px 6px;
426}
427
428.message_header{
429        background-color: #ABC6E1;
430}
431
432.message_header td {
433        padding: 0px;
434}
435
436.table_message_ruler {
437        width: 10px;
438        border: none;
439        border-left: 1px dotted #88a;
440        display: none;
441        position: absolute;
442        z-index: 10;
443        height: 300px;
444}
445
446.table_message_header_box{
447        width: 100%;
448        color: black;
449        border-style: solid;
450        border-width: 0px;
451        border-collapse: collapse;
452        border-color: #bbbbbb;
453        font-family: Verdana,Arial,Helvetica,sans-serif;
454        font-size: 13px;       
455        cursor: pointer;
456        table-layout: fixed;
457}
458.font-menu {
459    color: #000;
460}
461
462.font-menu-sel {
463        color:#0000FF;
464}
465
466.font-menu, .font-menu-sel {
467    float: left;
468    clear: left;
469    overflow: hidden;
470    white-space: nowrap;
471    padding-left: 5px;
472    margin-right: 5px;
473    text-decoration: none;
474    text-align: center;
475}
476
477.menu-sel{   
478    text-decoration: none;
479    text-align: center;
480    color:#0000FF;
481    height: 20px;
482    width:220px;
483    background-color:#F7F7F7;
484    margin-bottom: 0px;
485    border: 1px solid #4a79b1;
486    border-bottom: 0px;
487    padding:0px 5px 0px 0px;
488    -moz-border-radius: 9px 9px 0px 0px;
489    -moz-user-select: none;
490    -webkit-border-radius: 9px 9px 0px 0px;
491    border-radius: 9px 9px 0px 0px;
492    cursor: pointer;
493 }
494 
495.menu{
496    text-decoration: none;
497    text-align: center;
498    height: 20px;       
499    width:220px;
500    background-color:#c8d7ea;
501    margin-bottom: 0px;
502    border: 1px solid #f4f7fc;
503    border-bottom: 1px solid #4a79b1;
504    padding:0px 5px 0px 0px;
505    -moz-border-radius: 9px 9px 0px 0px;
506    -moz-user-select: none;
507    -webkit-border-radius: 9px 9px 0px 0px;
508    border-radius: 9px 9px 0px 0px;
509    cursor: pointer;
510}
511
512.last_menu{
513        border-bottom: 1px solid #4a79b1;
514        -moz-border-radius: 0px 0px 0px 0px;
515}
516
517.table_top{
518        background-color: #FFFFFF;
519        padding:1px 1px 1px 1px;
520        height:16px;
521        cursor: default;
522        margin: 0px 0px 0px 0px;
523        border-width: 0px 1px 1px 1px;
524        border-style: outset outset outset outset;
525        border-color: black black black black; 
526}
527
528.tr_message_header{
529        background-color: #EEEEEE;
530        font-family: Verdana, Arial, Helvetica, sans-serif;
531        cursor: default;
532        border-style: none none none none;
533        -moz-border-radius: 0px 0px 0px 0px;
534}
535
536.tr_message_body{
537        background-color: #FFFFFF;
538        cursor: default;
539        -moz-border-radius: 9px 9px 9px 9px;
540}
541
542.message_body{
543        background-color: #FFFFFF;
544        cursor: default;
545        -moz-border-radius: 9px 9px 9px 9px;
546}
547
548.header_message_field{
549        font-weight: bold;
550}
551
552.suggestion_list{
553background: white;
554border: 1px solid;
555padding: 4px;
556}
557       
558.suggestion_list ul{
559padding: 0;
560margin: 0;
561list-style-type: none;
562}
563
564.suggestion_list a{
565text-decoration: none;
566color: navy;
567}
568
569.suggestion_list .selected{
570background: navy;
571color: white;
572}
573       
574       
575.suggestion_list .selected a{
576color: white;
577}
578
579#autosuggest{
580display: none;
581}
582
583div#tipDiv {
584  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
585  background-color:#EFEFEF; border:1px solid #337;
586  width:220px; padding:0px;
587  color:#000; font-size:11px; line-height:1.2;
588  cursor: pointer;
589}
590
591.richtext_toolbar {background-color: #C0C0C0;}
592.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
593.select_richtext {float:left;}
594/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
595/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
596/*.imagebutton_over: {border-style: outset 20px;}*/
597.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
598.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
599
600/* Conf tree    */
601.dtree {
602        font-family: Verdana, Arial, Helvetica, sans-serif;
603        font-size: 8px;
604        color: #000000;
605        /*white-space: nowrap;*/
606        background-color: #FFFFFF;
607
608}
609.dtree img {
610        border: 0px;
611        vertical-align: middle;
612
613}
614.dtree a {
615        font-family: Verdana, Arial, Helvetica, sans-serif;
616        color: #000000;
617        white-space: nowrap;   
618}
619.dtree table{
620        margin-top: 0%;
621        padding: 0px 0px 0px 0px;
622}
623.dtree td{
624        padding: 0px 0px 0px 0px;
625}
626
627.folderscol{
628        /*width: 18%;*/
629        width: 100%;
630        /*float: left;*/
631        /*padding: 0px 0px 0px 0px;*/
632}
633
634.messagescol{
635        /*padding-left: 18.5%;*/
636        /*width: 85%;*/
637        width: 100%;
638        /*float: left*/
639        /*margin-rigth: 0px;*/
640        padding: 0px 0px 0px 0px;
641}
642
643.menu-folders{
644        text-align: center;
645        text-decoration: none;
646        font: bold 12px Arial, Helvetica, sans-serif;
647        color: rgb(0, 102, 51);
648        width: 100%;
649        height: 20px;
650
651        border-right: 1px solid #000000;
652        border-left: 1px solid #000000;
653        border-top: 1px solid #000000; 
654        cursor: default;
655        -moz-border-radius: 9px 9px 0px 0px;
656}
657
658.content-menu{
659        padding: 0px 0px 0px 0px;
660        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
661}
662.content-menu-td {
663/*      border: 1px solid #f7f7f7;*/
664        margin-left: 5px;
665}
666
667.content-menu-td:hover{background-color: #ffffff; border: 1px solid #CCCCCC;}
668
669.content-folders {
670        width:162px;
671        padding: 0px 0px 0px 0px;
672        position: relative;
673        overflow: auto;
674       
675}
676
677
678/* Conf Filter  */
679.filter {
680        font-family: Arial, Helvetica, sans-serif;
681        font-size: 8px;
682        background-color : #FFFFFF;
683}
684.filter img {
685        border: 0px;
686        vertical-align: middle;
687}
688.filter a {
689        font-family: Arial, Helvetica, sans-serif;
690        color: #000000;
691        white-space: nowrap;
692}
693.message_options_trash {
694        background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png);
695        background-repeat: no-repeat;
696        background-position:left center;
697        padding:0pt 6pt 1pt 14pt;
698}
699.message_options_move {
700        background-image: url(images/move.png);
701        background-repeat: no-repeat;
702        background-position:left center;
703        padding:0pt 6pt 1pt 14pt;
704}
705.message_options_print {
706        background-image: url(images/print.png);
707        background-repeat: no-repeat;
708        background-position:left center;
709        padding:0pt 6pt 1pt 14pt;
710}
711
712.message_options_export {
713        background-image: url(images/export.png);
714        background-repeat: no-repeat;
715        background-position:left center;
716        padding:0pt 6pt 1pt 14pt;
717}
718
719.message_options_import {
720        background-image: url(images/import.png);
721        background-repeat: no-repeat;
722        background-position:left center;
723        padding:0pt 6pt 1pt 14pt;
724}
725
726.message_options_inactive {
727         white-space: nowrap;
728         color: #999;
729        padding-right: 0 !important;
730}
731
732.message_options_active {
733        white-space: nowrap;
734        color: #990000;
735    font-weight: bold !important;
736        cursor: pointer;
737        padding-right: 0 !important;
738 }
739
740.message_options {
741        cursor: pointer;
742        color: #114fa4;
743/*      color: #2A64B0;*/
744        white-space: nowrap;
745        font-weight: bold;
746        padding-right: 0 !important;
747}
748
749.message_options_over {
750         cursor: pointer;
751         white-space: nowrap;
752         color: #FC6103;
753        /*text-decoration: underline;*/
754         font-weight: bold !important;
755        padding-right: 0 !important;
756}
757
758.reply_options {
759        cursor: pointer;
760        color: white;
761        white-space: nowrap;
762        font-weight: bold;
763}
764
765.reply_options_active {
766         cursor: pointer;
767         white-space: nowrap;
768         color: yellow;
769         text-decoration: underline;
770         font-weight: bold !important;
771}
772
773.class_search_div{
774        position: relative;
775        left: 12px;
776}
777
778.em_sidebox_menu {
779        position: relative;
780        left: 2px;
781        padding: 0px 13px 0px 0px;
782        font-weight: bold;
783        font-size: 10px;
784        color: #666666;
785        text-decoration: none;
786        white-space: nowrap;
787        font-family: sans-serif;
788}
789
790.em_div_sidebox_menu {
791        position: relative;
792        left: 17px;
793        cursor: pointer;
794}
795.catalog{
796        font-family: Arial, Helvetica, sans-serif;
797        font-size: 14px;
798        font-weight: bold;
799}
800
801div.quicksearchcontacts {
802        border-width: 1px;
803        border-style: solid;
804        broder-color: grey;
805        overflow: auto;
806        position: relative;
807        left: 10px;
808        height: 302px;
809        width: 577px;
810}
811
812table.quicksearchcontacts {
813        border-width: 0px 0px 0px 0px;
814        border-spacing: 0px;
815        background-color: white;
816        cursor: default;
817}
818
819tr.quicksearchcontacts_unselected {
820        background-color: white;
821}
822
823tr.quicksearchcontacts_selected {
824        background-color: #5598d7;
825        color: white;
826}
827
828td.quicksearchcontacts_cc {
829        border-style: none;
830}
831
832input.em_button_like_span {
833        border:0px none !important;
834        margin: 0px !important;
835        padding:0px !important;
836        color:#114fa4 !important;
837        background:transparent none repeat scroll 0% !important;
838        font-family:Arial,Helvetica,sans-serif !important;
839        font-size:11px !important;
840        height:15px !important;
841        font-weight: bold;
842}
843
844.l {
845        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
846}
847
848.sl {
849        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
850}
851.dsused {
852        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
853}
854
855.divAppboxHeader{
856        font-style:italic;     
857        font-weight:normal;
858        font-variant: small-caps;       
859        color: #000066 !important;
860        font-size: 16px !important;
861        text-align: center;     
862        padding: 0px;
863}
864
865/* hack para o chrome */
866@media screen and (-webkit-min-device-pixel-ratio:0){
867        input[type="file"]{
868        background-color: #FFF;
869        border: 1px solid #e4e4e4;
870        height: 20px;
871        width: 350px;
872        vertical-align: middle;
873        }
874}
875
876.local-messages-search-warning {
877        cursor: pointer;
878        cursor: hand;
879        background: none repeat scroll 0% 0% rgb(255, 238, 187);
880        color: red;
881        line-height: 2em;
882        font-size: 1.2em;
883        text-align: center;
884}
885
886
887
888/*
889 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
890 * do Expresso.
891 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
892 */
893
894/* Eric Meyer's Reset Reloaded based
895 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
896 */
897/*
898.new-event-win.active applet, .new-event-win.active object, .new-event-win.active iframe, .new-event-win.active fieldset, .new-event-win.active div
899.new-event-win.active h1, .new-event-win.active h2, .new-event-win.active h3, .new-event-win.active h4, .new-event-win.active h5, .new-event-win.active h6, .new-event-win.active p, .new-event-win.active blockquote, .new-event-win.active pre,
900.new-event-win.active abbr, .new-event-win.active acronym, .new-event-win.active address, .new-event-win.active big, .new-event-win.active cite, .new-event-win.active code,
901.new-event-win.active del, .new-event-win.active dfn, .new-event-win.active em, .new-event-win.active font, .new-event-win.active img, .new-event-win.active ins, .new-event-win.active kbd, .new-event-win.active q, .new-event-win.active s, .new-event-win.active samp,
902.new-event-win.active small, .new-event-win.active strike, .new-event-win.active strong, .new-event-win.active sub, .new-event-win.active sup, .new-event-win.active tt, .new-event-win.active var,
903.new-event-win.active ol, .new-event-win.active ul,
904.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
905.new-event-win.active table, .new-event-win.active caption, .new-event-win.active tbody, .new-event-win.active tfoot, .new-event-win.active thead, .new-event-win.active tr, .new-event-win.active th, .new-event-win.active td {
906        margin: 0;
907        padding: 0;
908        border: 0;
909        outline: 0;
910        font-weight: inherit;
911        font-style: inherit;
912        /*font-size: 100%;*/
913        /*font-family: inherit;*/
914        /*vertical-align: baseline;*/
915/*      font-family: Arial,Helvetica,sans-serif;*/
916/*}*/
917.new-event-win.active:focus {
918        outline: 0;
919}
920.new-event-win.active body {
921        line-height: 1;
922        color: black;
923        background: white;
924}
925.new-event-win.active ol, .new-event-win.active ul {
926        list-style: none;
927        list-style-image : none;
928        padding-left : 5px;
929}
930
931.new-event-win.active table {
932        border-collapse: separate;
933        border-spacing: 0;
934}
935.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td {
936        /*text-align: left;*/
937        font-weight: normal;
938}
939.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
940.new-event-win.active q:before, .new-event-win.active q:after {
941        content: "";
942}
943.new-event-win.active blockquote, .new-event-win.active q {
944        quotes: "" "";
945}
946.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special{
947  padding: 0 0 0 35px;
948}
949
950.new-event-win.active .add-attendee-search.search-field {
951  width: 249px;
952 }
953 
954 .new-event-win.active #calendar_addevent_details4 {
955  margin: 10px 0 0 0;
956 }
957 
958 .new-event-win.active input{
959  color: #000;
960 }
961 
962 .new-event-win.active #calendar_addevent_details5 {
963  margin: 10px 0 11px 0;
964 }
965
966.new-event-win.active select {
967    border: 1px solid #CFCFCF;
968    border-color: #CFCFCF;
969    color: #555;
970    background-color: #FFF;
971}
972.new-event-win.active a:link, .new-event-win.active a:visited {
973    color: #2E6E9E;
974}
975
976.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt{
977        margin: 0;
978}
979/* azul.css */
980/*body { background-color: #e9e9e9; }*/
981
982/*a:link,
983a:visited
984{ color: #000066; }*/
985
986/*a:hover,
987a:active
988{ color: #ff9933; }*/
989
990.new-event-win.active #divAppbox{
991        overflow-x: auto;
992        overflow-y: scroll;
993}
994
995.new-event-win.active select
996{ border-color: #CFCFCF; color: #555; padding-left:0px;}
997
998.qtip-wrapper fieldset{
999        padding: 0;
1000        border: 0;
1001}
1002
1003.new-event-win.active .fc-event-skin {
1004        border-color: #36C !important;
1005        background-color: #36C !important;
1006        color: white !important;
1007}
1008
1009.fc-event-vert .fc-event-bg {
1010        display: block !important;
1011}
1012
1013.map-event{
1014
1015}
1016
1017#new_event_map .map-event .fc-event-inner.fc-event-skin{
1018        border-style: dashed !important;
1019        border-width: 2px !important;
1020        border-color: #36C !important;
1021        background-color: transparent !important;
1022}
1023
1024#new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-head, #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-content{
1025        background-color: transparent !important;
1026        color: transparent !important;
1027}
1028
1029#new_event_map .map-event .ui-resizable-handle{
1030        display : block !important;
1031        color: black !important;
1032}
1033
1034fieldset.alarm{ 
1035    border: none !important;
1036    padding: 0px !important;
1037    margin: 0px !important;
1038}
1039
1040/*#divAppbox
1041{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
1042
1043#divAppboxHeader
1044{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
1045
1046#divAppIconBar
1047{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
1048
1049#divAppTextBar
1050{ background-color: #fff; }
1051
1052#divGenTime
1053{ color: #f00; }
1054
1055#divMain
1056{ background: #fff; border-color: #7e7e7e; }
1057
1058#divPoweredBy
1059{ background: #fff; color: #999; }
1060
1061#divSideboxContainer
1062{ background: #fff; }
1063
1064#extraIcons
1065{ background: #eee; border-color: #7e7e7e; }
1066
1067#links_bar,
1068#user_info
1069{ color: #fff; }
1070
1071#tdAppbox
1072{ background-color: #fff; }
1073
1074#tdSidebox
1075{ background: #fff; }*/
1076
1077/*.conteudo
1078{ border-color: #4A79B1; color: #003; }
1079
1080.divSideboxHeader
1081{ background: #416faa; color: #fff; }
1082
1083.extraIconsRow
1084{ border-top-color: #ddd; }
1085
1086.greyLine
1087{ border-top-color: #7e7e7e; }
1088
1089.grid_email_class
1090{ border-bottom-color: #cfcfcf; }
1091
1092.image-menu
1093{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
1094
1095.last_menu
1096{ border-bottom-color: #4a79b1; }
1097
1098.logo_expresso
1099{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
1100
1101.menu
1102{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
1103
1104.menu-sel
1105{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
1106
1107.menu-degrade
1108{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
1109
1110.navbar_but
1111{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
1112
1113.navbar_butOver
1114{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
1115
1116.navbar_butOut
1117{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
1118
1119.tblHeadApp
1120{ border-color: #9c9c9c; }
1121
1122.textSidebox
1123{ border-top-color: #aaa; }
1124
1125.toolbar
1126{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
1127
1128.linha0,
1129.tr_msg_read
1130{ color: #3f3f3f; background: #fff; }
1131
1132.linha1,
1133.tr_msg_read2
1134{ color: #3f3f3f; background: #f4f8fb; }
1135
1136table.inboxElements th,
1137.table_elements_tr_header,
1138.info_tr_header,
1139.message_header
1140{
1141        background: #abc6e1;
1142}
1143
1144.prefTable
1145{
1146        background-color: #f4f8fb;
1147        margin: 0px 0px 10px 0px ;
1148        border: 1px solid #D3DCE3;
1149        border-top: 0px;
1150}*/
Note: See TracBrowser for help on using the repository browser.