source: trunk/phpgwapi/templates/default/css/celepar.css @ 1209

Revision 1209, 12.3 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Colocando o logo do expresso do lado direito da tela

  • 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
353#fmLocation
354{
355        position:relative;
356        /*background-image:url(../images/buttonbackgroundscaled.png);
357        background-repeat: repeat-x;*/
358        /*margin-left:4px;*/
359        margin-bottom:3px;
360        height:27px;
361
362}
363
364#fmMenu
365{
366        position:relative;
367}
368#fmFileWindow
369{
370        background-color:#ffffff;
371        margin-left:4px;
372        padding:5px;
373        position:relative;
374        border-right: #cccccc 1px solid;
375        border-top: #9c9c9c 2px solid;
376        border-left: #9c9c9c 2px solid;
377        border-bottom: #cccccc 1px solid
378}
379
380#user_info
381{
382padding-left:17px;
383
384}
385
386#admin_info
387{
388        position:relative;
389        text-align:center;
390        margin-right:10px;
391}
392
393#divGenTime
394{
395        bottom:14px;
396        font-size: 9px;
397        color: #ff0000;
398        text-align:center;
399        width:99%;
400}
401
402#divPoweredBy
403{
404        font-family: Verdana, Arial, Helvetica, sans-serif;
405        font-size: 10px;
406        color: #999999;
407        text-decoration: none;
408        padding: 7px;
409        text-align: center;
410        background-color:white;
411}
412
413.toolbar
414{
415       background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.gif);
416       position:absolute;
417}
418
419.logo_expresso
420{
421
422        background:transparent url(../../../../phpgwapi/templates/default/images/logo_expresso_classic.png) no-repeat scroll right 0px;
423        right:0px;
424        position:absolute;
425        width:191px;
426}
427
428.navbar_but
429{
430        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
431        width: 40px !important;
432        height: 40px !important;
433        padding: 0 19px 0 13px !important;
434        vertical-align: center !important;
435        text-align: center !important;
436}
437
438.navbar_butOver
439{
440        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
441        width: 40px !important;
442        height: 40px !important;
443        vertical-align: center !important;
444        text-align: center !important;
445        padding: 0 19px 0 13px !important;
446
447}
448
449.navbar_butOut
450{
451        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important;
452        width: 40px !important;
453        height: 40px !important;
454        vertical-align: center !important;
455        text-align: center !important;
456        padding: 0 19px 0 13px !important;
457
458
459}
460#expressoAdmin12id,
461#adminid,
462#homeid,
463#contactcenterid,
464#expressoMail12id,
465#newsadminid,
466#calendarid,
467#jabberitmessengerid,
468#logout_id
469{
470        width: 32px !important;
471        height: 32px !important;
472
473}
474
475.message_header{
476        background-color: #CCCCCC !important;
477}
478
479.table_message_header_box{
480        width: 100% !important;
481        color: black !important;
482        border-style: solid !important;
483        border-width: 0px !important;
484        border-collapse: collapse !important;
485        border-color: #bbbbbb !important;
486        font-family: Arial !important;
487        font-size: 13px !important;
488        cursor: pointer !important;
489}
490.font-menu
491{
492    text-decoration: none !important;
493    text-align: center !important;
494    font: bold 13px Lucidatypewriter,monospace !important;
495    color: #505050 !important;
496}
497.font-menu-sel
498{
499    text-decoration: none !important;
500    text-align: center !important;
501    font: bold 11px Lucidatypewriter,monospace !important;
502    color:#0000FF !important;
503}
504
505.menu-sel
506{
507    text-decoration: none !important;
508    text-align: center !important;
509    font: bold 11px Lucidatypewriter,monospace !important;
510    color:#0000FF !important;
511    height: 20px !important;
512    width:220px !important;
513    background-color: #F7F7F7 !important;
514    margin-bottom: 0px !important;
515    border-left: 1px solid #000000 !important;
516    border-top: 1px solid #000000 !important;
517    border-right: 1px solid #000000 !important;
518    padding:0px 5px 0px 0px !important;
519    -moz-border-radius: 9px 9px 0px 0px !important;
520    -moz-user-select: none !important;
521    cursor: pointer !important;
522}
523
524.menu
525{
526    text-decoration: none !important;
527    text-align: center !important;
528    color: #505050 !important;
529    height: 20px !important;
530    width:220px !important;
531    background-color:#E5E5E5 !important;
532    margin-bottom: 0px !important;
533    border-left: 1px solid #c0c0c0 !important;
534    border-top: 1px solid #c0c0c0 !important;
535    border-right: 1px solid #c0c0c0 !important;
536    border-bottom: 1px solid #000000 !important;
537    padding:0px 5px 0px 0px !important;
538    -moz-border-radius: 9px 9px 0px 0px !important;
539    -moz-user-select: none !important;
540    cursor: pointer !important;
541}
542
543.last_menu
544{
545        border-bottom: 1px solid #000000 !important;
546        -moz-border-radius: 0px 0px 0px 0px !important;
547}
548.conteudo {
549    font-family: Verdana, Arial, Helvetica, sans-serif !important;
550    font-size: 10px !important;
551    font-weight: normal !important;
552    color: #000033 !important;
553        padding: 1px !important;
554    border-color: gray gray gray gray !important;
555
556        border-right: 1px solid #000000 !important;
557        border-left: 1px solid #000000 !important;
558        border-bottom: 1px solid #000000 !important;
559        width:99.5% !important;
560    -moz-border-radius: 0px 0px 6px 6px !important;
561}
562
563.table_message{
564        background-color: #CCCCCC !important;
565        padding: 1px !important;
566        cursor: default !important;
567        border-width: 1px 1px 1px 1px !important;
568        border-spacing: 0px 1px !important;
569        border-style: outset outset outset outset !important;
570        border-color: gray gray gray gray !important;
571        border-collapse: separate !important;
572        -moz-border-radius: 3px 3px 3px 3px !important;
573}
574
575.image-menu {
576        padding: 3px 0px 3px 5px !important;
577        border-top: 1px solid #000000 !important;
578        border-right: 1px solid #000000 !important;
579        border-left: 1px solid #000000 !important;
580        border-bottom: 1px solid #000000 !important;
581       -moz-border-radius: 9px 9px 9px 9px !important;
582}
583.content-menu-td {
584        border: 1px solid #f7f7f7 !important;
585}
586
587.content-menu {
588        background: none !important;
589        padding: 4px !important;
590        width:162px !important;
591        border-top: 1px solid #000000 !important;
592        border-right: 1px solid #000000 !important;
593        border-left: 1px solid #000000 !important;
594        border-bottom: 1px solid #000000 !important;
595        -moz-border-radius: 9px 9px 9px 9px !important;
596        position: relative !important;
597        overflow: auto !important;
598}
599
600.message_options_trash,
601.message_options_import,
602.message_options_inactive,
603.message_options_export,
604.message_options_move,
605.message_options_print,
606.message_options_active,
607.message_options,
608.message_options_over
609{
610        color:blue !important;
611        font-weight: normal !important;
612        background-image: none !important;
613        padding:0 7 0 0 !important;
614}
615.l{
616        background-image: none !important;
617        color: #666666 !important;
618
619}
620.sl
621{
622        background-image: none !important;
623        color: blue !important;
624}
625.image-menu,
626.menu-degrade
627{
628        background-image: none !important;
629}
630
631.dsused
632{
633        background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important;
634}
635.table_message {
636        background-image: none !important;
637}
638.tr_msg_read2,
639.tr_msg_read {
640-moz-user-select:none !important;
641background-color:#FFFFFF !important;
642border-bottom:1px solid #CFCFCF !important;
643color:black !important;
644}
Note: See TracBrowser for help on using the repository browser.