source: trunk/phpgwapi/templates/default/css/metropole.css @ 2086

Revision 2086, 10.0 KB checked in by amuller, 15 years ago (diff)

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