source: trunk/expressoMail1_2/templates/azul/main.css @ 997

Revision 997, 9.6 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Alteração do CSS das linhas de mensagens no template azul.

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