source: branches/2.2/phpgwapi/templates/default/css/celepar.css @ 3019

Revision 3019, 11.7 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

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