source: branches/2.2/phpgwapi/templates/default/css/metropole.css @ 3018

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