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

Revision 1514, 8.8 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Correção de cor errada do link enviar criado por um commit desconhecido

  • 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#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
489.toolbar
490{
491        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_metropole.jpg);
492        position:absolute;
493}
494
495.logo_expresso
496{
497        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_metropole.png) no-repeat;
498        width: 264px;
499        height: 35px;
500}
501.menu-degrade
502{
503        background-image: url(../../../../phpgwapi/templates/default/images/degrade_black.png) !important;
504        background-repeat: repeat-x !important;
505}
506
507.content-menu {
508        padding: 0px 0px 0px 0px !important;
509        background: #000 !important;
510}
511.image-menu {
512        padding: 0px 0px 0px 0px !important;
513        background: #000 url(../../../../phpgwapi/templates/default/images/folder_bg_metropole.png) no-repeat scroll center bottom !important;
514}
515
516.message_header
517{
518        background-color: #404040 !important;
519        color: white !important;
520}
521.tr_message_header{
522        background-color: black !important;
523}
524
525.selected_shortcut_msg {
526        background-color:  #404040  !important;
527        color: #E0E0E0 !important;
528}
529
530#tdAppbox {
531background-color: black !important;
532}
533
534.menu
535{
536        background-color:#ccc !important;
537        border: 1px solid #f4f7fc !important;
538        border-bottom: 1px solid #4a79b1 !important;
539}
540.message_options_active {
541        color: #D00 !important;
542        font-weight: bold !important;
543}
544
545.message_options_inactive {
546        color: #999 !important;
547}
548
549.message_options {
550        color: white !important;
551        font-weight: bold !important;
552}
553
554.message_options_over {
555        color: #D00 !important;
556        font-weight: bold !important
557}
558
559.table_message{
560        background:#333 !important;
561        color: white !important;
562        border: 0px !important;
563}
564.last_menu{
565        border-bottom: 1px solid gray !important;
566}
Note: See TracBrowser for help on using the repository browser.