source: branches/2.2/phpgwapi/templates/classic/css/celepar.css @ 3018

Revision 3018, 12.2 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

  • Property svn:executable set to *
Line 
1ul
2{
3        list-style-image: url("../images/orange-ball.png");
4}
5
6.grid_email_class
7{
8        border-bottom:1px solid #cfcfcf;
9}
10
11body
12{
13        margin: 0px !important;
14        background-color:#E9E9E9 !important;
15        font-size: 11px !important;
16        font-family: Verdana, Arial, Helvetica, sans-serif !important;
17        padding:0px !important;
18}
19
20img
21{
22        border-width:0px !important;
23        border-style:none !important;
24        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
25*/
26}
27
28a:link,a:visited
29{
30        cursor:pointer !important;
31        color: #000066 !important;
32        text-decoration: none !important;
33}
34
35/*
36a:visited
37{
38        color: #006699;
39        text-decoration: none;
40}
41*/
42a:hover,a:active
43{
44        cursor:pointer !important;
45        color: #ff9933 !important;
46        text-decoration: underline !important;
47}
48/*
49a:active
50{
51        color: #006699;
52        text-decoration: underline;
53}
54*/
55input,button
56{
57        font-size: 11px !important;
58        color: #006699 !important;
59        font-family: Arial, Helvetica, sans-serif !important;
60        border: 1px #bbbbbb solid !important;
61}
62
63input[type=submit],input[type=button],button
64{
65        margin:1px !important;
66        padding:1px !important;
67        cursor: pointer !important;
68        cursor: hand !important;
69}
70
71input[type=image]
72{
73        cursor: pointer !important;
74        cursor: hand !important;
75        border: 0px #bbbbbb none !important;
76}
77select
78{
79        font-size: 11px !important;
80        color: #000066 !important;
81        font-family: Arial, Helvetica, sans-serif !important;
82        border: 1px #bbbbbb solid !important;
83        z-index: -1 !important;
84}
85
86td
87{
88        font-size: 11px !important;
89        /*text-align:left;*/
90        /*      padding-top:1px;
91        padding-bottom:1px;*/
92}
93
94.divLoginbox
95{
96        position:relative;
97        width: 300px;
98        border-right: #9c9c9c 1px solid;
99        border-top: #9c9c9c 1px solid;
100        border-left: #9c9c9c 1px solid;
101        border-bottom: #9c9c9c 1px solid
102}
103
104.divLoginboxHeader
105{
106        text-align:center;
107        background-color:#dddddd;
108        padding-top:2px;
109        font-size:10px;
110        color:#666666;
111}
112.divSidebox
113{
114        position:relative;
115        width: 147px;
116        border-right: #9c9c9c 1px solid;
117        border-top: #9c9c9c 1px solid;
118        border-left: #9c9c9c 1px solid;
119        border-bottom: #9c9c9c 1px solid
120}
121
122.tblHeadApp {
123
124        border-right: #9c9c9c 1px solid;       
125        border-top: #9c9c9c 1px solid;
126        border-left: #9c9c9c 1px solid;
127        border-bottom: #9c9c9c 1px solid
128}
129
130.divSideboxHeader
131{
132        text-align:center;
133        background-color:#000066;
134        padding-top:2px;
135        height: 15px;
136        color: #FFFFFF;
137
138}
139
140a.divSideboxEntry, .divSideboxEntry
141{
142        text-align:left;
143        height:16px;
144        background-color:#eeeeee;
145}
146
147a.appTitles,.appTitles
148{
149        font-size: 10px;
150        height:18px;
151        padding-top:2px;
152        padding-bottom:2px;
153
154}
155
156a.textSidebox
157{
158        font-size: 10px;
159        border-top: #aaaaaa 0px none;
160}
161
162.textSidebox
163{
164        font-size: 10px;
165        height:18px;
166        padding-top:2px;
167        padding-bottom:2px;
168        border-top: #aaaaaa 1px solid;
169
170}
171
172.sideboxSpace
173{
174        height:9px;
175}
176
177.greyLine
178{
179        margin:1px;
180        border-top-color:#7e7e7e;
181        border-top-width:1px;
182        border-top-style:solid;
183        height:1px;
184}
185
186.prefSection
187{
188        font-weight:bold;
189        font-size:16px;
190        line-height:40px;
191}
192
193#extraIcons
194{
195/*      position:absolute;
196        z-index:13;
197        right:10px;
198        top:113px;
199        visibility:hidden;*/
200/*      background-image:url(../images/alpha-white.png);*/
201        background-color:#eeeeee;
202        border-width:1px;
203        border-color:#7e7e7e;
204        border-style:solid;
205}
206
207.extraIconsRow
208{
209        border-top-color:#dddddd;
210        border-top-width:1px;
211        border-top-style:solid;
212        padding:2px;
213}
214
215#divMain
216{
217        background-color:white;
218        margin-top: 0px;
219        padding:9px;
220        border-color:#7e7e7e;
221        border-width:1px;
222        border-style:solid;
223}
224
225#divLogo
226{
227        position:absolute;
228        left:20px;
229        top:5px;
230        z-index:51;
231}
232
233#divAppIconBar
234{
235        background-color:white;
236        border-top-color:#9c9c9c;
237        border-top-width:1px;
238        border-top-style:solid;
239        background-image: url(../images/background-icon-bar.png);
240        background-repeat: repeat-x
241}
242
243#divAppTextBar
244{
245        background-color:white;
246}
247
248#divStatusBar
249{
250        background-color:#f7f8fa;
251        height:15px;
252        padding-left:10px;
253        padding-top:0px;
254}
255
256/*#divSubContainer
257{
258}
259*/
260#tdSidebox
261{
262        width:170px;
263        background-color:white;
264        overflow:visible;
265}
266
267
268#tdAppbox
269{
270        background-color:white;
271        width: 100%;
272}
273#divSideboxContainer
274{
275        position:relative;
276        width:150px;
277        top:0px;
278        left:0px;
279        background-color:white;
280        border-width:1px;
281        border-style:solid;
282        z-index:40;
283}
284
285#divAppboxHeader
286{
287        margin-top:2px;
288        margin-left:2px;
289        margin-right:2px;
290        font-family: Verdana, Arial, Helvetica, sans-serif;
291        font-size: 14px;
292        font-weight: bold;
293        color: #000066;
294        text-align: center;
295        padding: 0px;   
296        background-image:url(../images/appbox-header-background21.png);
297        background-repeat: repeat-x;
298        height:24px;
299        line-height:24px;
300        border-top-color:#9c9c9c;
301        border-top-width:1px;
302        border-top-style:solid;
303        border-left-color:#9c9c9c;
304        border-left-width:1px;
305        border-left-style:solid;
306        border-right-color:#9c9c9c;
307        border-right-width:1px;
308        border-right-style:solid;
309}
310
311#divAppbox
312{
313        background-color:#f7f7f7;
314        padding-right:1px;
315        padding-top:1px;
316        padding-bottom:1px;
317        padding-left:15px;
318        border-bottom-color:#9c9c9c;
319        border-bottom-width:1px;
320        border-bottom-style:solid;
321        border-left-color:#9c9c9c;
322        border-left-width:1px;
323        border-left-style:solid;
324        border-right-color:#9c9c9c;
325        border-right-width:1px;
326        border-right-style:solid;
327        margin-top:0px;
328        margin-bottom:0px;
329        margin-left:2px;
330        margin-right:2px;
331
332}
333
334#fmStatusBar
335{
336        margin-left:4px;
337        margin-bottom:3px;
338        font-size: 10px;
339/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
340       
341
342}
343
344
345.fmButton
346{
347        background-image:url(../images/buttonbackground.png);
348        width:28px;
349        height:28px;
350        background-repeat: no-repeat;
351}
352.dsused
353{
354        background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important;
355}
356#fmLocation
357{
358        position:relative;
359        /*background-image:url(../images/buttonbackgroundscaled.png);
360        background-repeat: repeat-x;*/
361        /*margin-left:4px;*/
362        margin-bottom:3px;
363        height:27px;
364
365}
366
367#fmMenu
368{
369        position:relative;
370}
371#fmFileWindow
372{
373        background-color:#ffffff;
374        margin-left:4px;
375        padding:5px;
376        position:relative;
377        border-right: #cccccc 1px solid;
378        border-top: #9c9c9c 2px solid;
379        border-left: #9c9c9c 2px solid;
380        border-bottom: #cccccc 1px solid
381}
382
383#user_info
384{
385padding-left:17px;
386
387}
388
389#admin_info
390{
391        position:relative;
392        text-align:center;
393        margin-right:10px;
394}
395
396#divGenTime
397{
398        bottom:14px;
399        font-size: 9px;
400        color: #ff0000;
401        text-align:center;
402        width:99%;
403}
404
405#divPoweredBy
406{
407        font-family: Verdana, Arial, Helvetica, sans-serif;
408        font-size: 10px;
409        color: #999999;
410        text-decoration: none;
411        padding: 7px;
412        text-align: center;
413        background-color:white;
414}
415
416.toolbar
417{
418       background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.gif);
419       position:absolute;
420}
421
422.logo_expresso
423{
424
425        background:transparent url(../../../../phpgwapi/templates/default/images/logo_expresso_classic.png) no-repeat scroll right 0px;
426        right:0px;
427        position:absolute;
428        width:191px;
429}
430
431.navbar_but
432{
433        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
434        width: 40px !important;
435        height: 40px !important;
436        padding: 0 19px 0 13px !important;
437        vertical-align: center !important;
438        text-align: center !important;
439}
440
441.navbar_butOver
442{
443        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
444        width: 40px !important;
445        height: 40px !important;
446        vertical-align: center !important;
447        text-align: center !important;
448        padding: 0 19px 0 13px !important;
449
450}
451
452.navbar_butOut
453{
454        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
455        width: 40px !important;
456        height: 40px !important;
457        vertical-align: center !important;
458        text-align: center !important;
459        padding: 0 19px 0 13px !important;
460
461
462}
463#expressoAdmin12id,
464#adminid,
465#homeid,
466#contactcenterid,
467#expressoMail12id,
468#newsadminid,
469#calendarid,
470#jabberitmessengerid,
471#logout_id
472{
473        width: 32px !important;
474        height: 32px !important;
475
476}
477
478table.inboxElements th,
479.table_elements_tr_header,
480.message_header{
481        background-color: #CCCCCC !important;
482}
483
484.table_message_header_box{
485        width: 100% !important;
486        color: black !important;
487        border-style: solid !important;
488        border-width: 0px !important;
489        border-collapse: collapse !important;
490        border-color: #bbbbbb !important;
491        font-family: Arial !important;
492        font-size: 13px !important;
493        cursor: pointer !important;
494}
495.font-menu
496{
497    text-decoration: none !important;
498    text-align: center !important;
499    font: bold 13px Lucidatypewriter,monospace !important;
500    color: #505050 !important;
501}
502.font-menu-sel
503{
504    text-decoration: none !important;
505    text-align: center !important;
506    font: bold 11px Lucidatypewriter,monospace !important;
507    color:#0000FF !important;
508}
509
510.menu-sel
511{
512    text-decoration: none !important;
513    text-align: center !important;
514    font: bold 11px Lucidatypewriter,monospace !important;
515    color:#0000FF !important;
516    height: 20px !important;
517    background-color: #F7F7F7 !important;
518    margin-bottom: 0px !important;
519    border-left: 1px solid #000000 !important;
520    border-top: 1px solid #000000 !important;
521    border-right: 1px solid #000000 !important;
522    padding:0px 5px 0px 0px !important;
523    -moz-border-radius: 9px 9px 0px 0px !important;
524    -moz-user-select: none !important;
525    cursor: pointer !important;
526}
527
528.menu
529{
530    text-decoration: none !important;
531    text-align: center !important;
532    color: #505050 !important;
533    height: 20px !important;
534    background-color:#E5E5E5 !important;
535    margin-bottom: 0px !important;
536    border-left: 1px solid #c0c0c0 !important;
537    border-top: 1px solid #c0c0c0 !important;
538    border-right: 1px solid #c0c0c0 !important;
539    border-bottom: 1px solid #000000 !important;
540    padding:0px 5px 0px 0px !important;
541    -moz-border-radius: 9px 9px 0px 0px !important;
542    -moz-user-select: none !important;
543    cursor: pointer !important;
544}
545
546.last_menu
547{
548        border-bottom: 1px solid #000000 !important;
549        -moz-border-radius: 0px 0px 0px 0px !important;
550}
551.conteudo {
552    font-family: Verdana, Arial, Helvetica, sans-serif !important;
553    font-size: 10px !important;
554    font-weight: normal !important;
555    color: #000033 !important;
556        padding: 1px !important;
557    border-color: gray gray gray gray !important;
558
559        border-right: 1px solid #000000 !important;
560        border-left: 1px solid #000000 !important;
561        border-bottom: 1px solid #000000 !important;
562        width:99.5% !important;
563    -moz-border-radius: 0px 0px 6px 6px !important;
564}
565
566.table_message{
567        background-color: #CCCCCC !important;
568                background-image: none !important;
569        padding: 1px !important;
570        cursor: default !important;
571        border-width: 1px 1px 1px 1px !important;
572        border-spacing: 0px 1px !important;
573        border-style: outset outset outset outset !important;
574        border-color: gray gray gray gray !important;
575        border-collapse: separate !important;
576        -moz-border-radius: 3px 3px 3px 3px !important;
577}
578
579.image-menu {
580        padding: 3px 0px 3px 5px !important;
581        border-top: 1px solid #000000 !important;
582        border-right: 1px solid #000000 !important;
583        border-left: 1px solid #000000 !important;
584        border-bottom: 1px solid #000000 !important;
585        -moz-border-radius: 9px 9px 9px 9px !important;
586}
587
588.image-menu,
589.menu-degrade
590{
591        background-image: none !important;
592}
593
594.content-menu-td {
595        border: 1px solid #f7f7f7 !important;
596}
597
598.content-menu {
599        background: none !important;
600        padding: 4px !important;
601        width:162px !important;
602        border-top: 1px solid #000000 !important;
603        border-right: 1px solid #000000 !important;
604        border-left: 1px solid #000000 !important;
605        border-bottom: 1px solid #000000 !important;
606        -moz-border-radius: 9px 9px 9px 9px !important;
607        position: relative !important;
608        overflow: auto !important;
609}
610
611.message_options_trash,
612.message_options_import,
613.message_options_inactive,
614.message_options_export,
615.message_options_move,
616.message_options_print,
617.message_options_active,
618.message_options,
619.message_options_over
620{
621        color:blue !important;
622        font-weight: normal !important;
623        background-image: none !important;
624        padding:0 7 0 0 !important;
625}
626.l{
627        background-image: none !important;
628        color: #666666 !important;
629
630}
631.sl
632{
633        background-image: none !important;
634        color: blue !important;
635}
636.linha0,
637.tr_msg_read2,
638.tr_msg_read {
639-moz-user-select:none !important;
640background-color:#FFFFFF !important;
641border-bottom:1px solid #CFCFCF !important;
642color:black !important;
643}
Note: See TracBrowser for help on using the repository browser.