source: companies/celepar/expressoMail1_2/templates/azul/main.css @ 839

Revision 839, 9.5 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Alterações da revisão [831] foram aplicadas no Companies/Celepar?.

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