source: branches/2.0/expressoMail1_2/templates/default/main.css @ 2786

Revision 2786, 9.3 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1050 - Removido itálico de não-lidas, já que não foi muito bem aceito.

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