source: sandbox/expresso/novos_templates/expressoMail1_2/templates/fozi/main.css @ 774

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

Resolve #475

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