source: trunk/phpgwapi/templates/default/css/araucaria.css @ 2287

Revision 2287, 9.9 KB checked in by rodsouza, 14 years ago (diff)

Ticket #989 - Adicionando regras para compatibilizar o módulos workflow.

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