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

Revision 5134, 11.0 KB checked in by wmerlotto, 13 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo ExpressoMail?.

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