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

Revision 5430, 11.0 KB checked in by angelo, 12 years ago (diff)

Ticket #2456 - Ajustar tamanho da tela de visualizacao de pastas

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