source: branches/1.2/workflow/templates/celepar/processes/default.css @ 1349

Revision 1349, 14.2 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/* Default styles */
2body {
3        margin: 0px;
4        padding: 0px;
5        background-color:#FFF;
6
7}
8a {
9        color: #000000 !important;
10}
11a:hover {
12        color: #000000 !important;
13        text-decoration: underline !important;
14}
15a:visited {
16        color: #2663A6 !important;
17}
18
19.titulo {
20        font-family: Verdana, Arial, Helvetica, sans-serif !important;
21        font-size: 15px !important;
22        #font-size: 13px;
23        color: #000559 !important;
24        font-weight: bold;
25}
26#msg, .msg, .destaque_formulario {
27        background-color:#F7F3EF;
28        border: 1px solid #CDC0B0;
29        padding: 7px;
30        font-family: Verdana, Arial, Helvetica, sans-serif !important;
31        font-size: 12px;
32        color: #000000;
33        text-align:left !important;
34        margin-bottom:8px;
35}
36.msg_erro {
37        color:#CC0000 !important;
38        font-size: 12px !important;
39}
40.msg_aviso {
41        color:#000000 !important;
42        font-size: 12px !important;
43}
44.msg_sucesso {
45        color:#006600 !important;
46        font-size: 12px !important;
47}
48
49.msg_descricao {
50        color:#999999 !important;
51        font-style:italic !important;
52}
53#conteudo {
54    text-align:center;
55        background-color:#FFFFFF;
56        padding: 15px;
57        position:relative;
58        color: #000000 !important;
59        #width:99%;
60
61}
62#conteudo_corpo {
63        background-color:#F7F3EF;
64        border: 1px solid #CDC0B0;
65        padding: 15px;
66        font-family: Verdana, Arial, Helvetica, sans-serif !important;
67        font-size: 11px !important;
68        color: #000000 !important;
69        text-align:left;
70        margin-top:8px;
71        line-height:150%;
72        _width:100%;
73        -moz-border-radius-topright: 9px;
74        -moz-border-radius-topleft: 9px;
75        -moz-border-radius-bottomright: 9px;
76        -moz-border-radius-bottomleft: 9px;
77
78}
79#conteudo_abas {
80        background-color:#FFFFFF;
81        border-top: none;
82        padding: 0px;
83        font-family: Verdana, Arial, Helvetica, sans-serif !important;
84        font-size: 12px;
85        color: #000000 !important;
86        text-align:left;
87        line-height:150%;
88
89}
90
91.abas {
92        background-color:#F7F3EF;
93        font-size: 12px !important;
94        text-align:center;
95        color: #000000 !important;
96        border-top: 1px solid #8B7D6B;
97        border-right: 1px solid #8B7D6B;
98        border-bottom: 1px solid #8B7D6B;
99        margin-top:8px;
100}
101
102.abas td {
103        padding:5px;
104        border-left:1px solid #FF1CAE;
105        border-bottom:1px solid #FF1CAE;
106        text-align:center;
107}
108.abas a {
109        color:#000000 !important;
110}
111.abas a:hover {
112        color:#FF1CAE;
113}
114
115.aba_inicial_esquerda {
116        border-bottom: 5px solid #8B7D6B;
117        border-right: 1px solid #8B7D6B;
118}
119
120.aba_inicial_direita {
121        border-bottom: 5px solid #8B7D6B;
122}
123
124.aba_selecionada {
125        text-align:center;
126        font-size: 12px !important;
127        color:#000000 !important;
128        background-color:#FFFFFF;
129        font-weight: bold;
130        border-bottom:1px solid #FFFFFF !important;
131        border-top: 1px solid #8B7D6B;
132        border-right: 1px solid #8B7D6B;
133}
134
135.aba_simples {
136        border-left: 1px solid #CDC0B0;
137        border-right: 1px solid #CDC0B0;
138}
139
140.aba_simples_selecionada {
141        border-left: 1px solid #CDC0B0;
142        border-right: 1px solid #CDC0B0;
143        background-color: #CDC0B0;
144}
145
146
147#list_tabela {
148        margin-top:5px;
149    margin-bottom:5px;
150    border-top:1px solid #CDC0B0;
151    border-right:1px solid #CDC0B0;
152    border-bottom:1px solid #CDC0B0;
153}
154
155#list_tabela th {
156        background-color: #8B7D6B;
157    border-bottom:1px solid #CDC0B0;
158    border-left:1px solid #CDC0B0;
159    color: #FFFFFF;
160    padding-left: 2px;
161    padding-right: 2px;
162    text-align:left;
163    font-size:12px !important;
164    font-weight:bold;
165    height: 18px;
166}
167
168.separator_list {
169        background-color: #C6B891;
170        border-bottom:1px;
171        border-left:1px;
172        color: #FFFFFF !important;
173        padding-left: 2px;
174        padding-right: 2px;
175        text-align:left;
176        font-size:11px;
177        font-weight:bold;
178        height: 18px;
179}
180
181#list_tabela td {
182        padding:3px;
183    border-left:1px solid #CDC0B0;
184    color:#000000 !important;
185    font-size: 11px !important;
186}
187.list_cor_sim {
188        background-color: #F7F3EF;
189}
190.list_cor_hover {
191        background-color:#E6D9CC;
192}
193.list_cor_nao {
194        background-color: #FFFAFA;
195}
196.list_sem_cor {
197        border-top:1px solid #CDC0B0;
198}
199
200fieldset {
201        border: 0 none;
202}
203.div_form_linha {
204        margin-top:7px;
205        margin-bottom:8px;
206        clear: left;
207}
208.form_label, .div_form_label {
209        font-family: Verdana, Arial, Helvetica, sans-serif !important;
210        font-size: 11px !important;
211        color: #000000 !important;
212        vertical-align: top;
213        padding: 3px;
214        text-align:left;
215        font-weight:bold;
216}
217.div_form_label {
218        clear: left;
219        float: left;
220        padding-left: 10px;
221        width: 163px;
222}
223.obrigatorio{
224        padding-left: 0px !important;
225        width: 173px;
226}
227.form_botao {
228        font-family:Verdana, Arial, Helvetica, sans-serif !important;
229        color: black !important;
230        font-size:12px !important;
231        padding-top:2px !important;
232        padding-right:4px !important;
233        padding-bottom:2px !important;
234        padding-left:4px !important;
235        margin-left:1px !important;
236        margin-right:1px !important;
237        margin-top:2px !important;
238        background-color: #eeeeee !important;
239        border-right: 2px solid #808281 !important;
240        border-bottom: 2px solid #808281 !important;
241        border-top: 2px solid white !important;
242        border-left: 2px solid white !important;
243}
244
245.form_opcoes {
246        font-family: Verdana, Arial, Helvetica, sans-serif !important;
247        font-size: 10px;
248        color: #FFFFFF;
249        text-align:center;
250        margin-top:10px;
251}
252.form_opcoes a {
253        color: #FFFFFF;
254}
255.form_opcoes a:hover {
256        color: #0067CE;
257}
258#cabecalho {
259        display:block;
260        background-color:#0099FF;
261        height:43px;
262        padding:0px;
263        margin:0px;
264        border-top:3px solid #5EB0FF;
265}
266
267#menu ul {
268        padding:0px;
269        margin:0px;
270        float: left;
271        width: 100%;
272        background-color:#F7F3EF;
273        list-style:none;
274        font:80% Tahoma;
275}
276
277#menu ul li { display: inline; }
278
279#menu ul li a {
280        background-color:#F7F3EF;
281        color: #333 !important;
282        text-decoration: none !important;
283        border-bottom:3px solid #8B7D6B;
284        padding: 2px 10px;
285        float:left;
286        margin-right:2px;
287}
288
289#menu ul li a:hover {
290/*      background-color:#D6D6D6; */
291        color: #5EB0FF !important;
292        border-bottom:3px solid #5EB0FF;
293        text-decoration: none !important;
294/*      font-weight:bold;
295*/}
296
297#rodape {
298        width:668px;
299        height:53px;
300        display:block;
301        background-color:#F6C491;
302        position: absolute;
303        top: 324px;
304        left:50%;
305        margin-left:-334px;
306}
307#rodape table {
308        width:100%;
309}
310.text_rodape {
311        font-family: Verdana, Arial, Helvetica, sans-serif !important;
312        font-size: 10px !important;
313        color: #87470E !important;
314        text-align:left;
315        padding-left:10px;
316        padding-right:10px;
317        line-height:150%;
318}
319h1 {
320        font-family:Arial, Helvetica, sans-serif !important;
321        font-size:14px !important;
322        font-weight:bold;
323        color:#000000 !important;
324        text-align:left;
325        margin: 0px 0px 2px 0px;
326        border-bottom:1px solid #8B7D6B;
327        #font-size:12px;
328}
329h2 {
330        display:block;
331        font-family:Verdana, Arial, Helvetica, sans-serif !important;
332        font-size:11px !important;
333        font-weight:bold;
334        color:#FFFFFF !important;
335        height:18px;
336        background-color:#333333;
337        padding: 4px 1px 1px 10px;
338        margin:3px 0px 0px 0px;
339        -moz-border-radius-topright: 9px;
340        -moz-border-radius-topleft: 9px;
341}
342
343hr {
344        border-top:1px dashed #CDC0B0;
345        border-right:none;
346        border-bottom:none;
347        border-left:none;
348        height:1px;
349        margin:3px 0px 3px 0px;
350}
351
352.form_tabela, .div_form {
353        text-align:left !important;
354        background-color:#FBFAF8 !important;
355        padding:10px !important;
356        #border: 10px solid #FBFAF8;
357}
358.div_form {
359        padding: 4px !important;
360}
361.dark_table  {
362        background-color: #EFEFEF !important;
363        border: 0px !important!;
364}
365
366
367.form_tabela td {
368        font-family: Verdana, Arial, Helvetica, sans-serif !important;
369        font-size: 11px !important;
370        color:#000000 !important;
371        padding: 3px;
372
373}
374form {
375        margin: 0px;
376        padding: 0px;
377}
378input {
379        font-family: Verdana, Arial, Helvetica, sans-serif !important;
380        font-size: 12px !important;
381        color: #000559 !important;
382        padding: 1px 0px 1px 4px !important;
383        border-top: 1px solid #808281 !important;
384        border-left: 1px solid #808281 !important;
385        border-right: 1px solid white !important;
386        border-bottom: 1px solid white !important;
387        vertical-align: middle !important;
388
389}
390.input_like_label {
391        font-family: Verdana, Arial, Helvetica, sans-serif !important;
392        font-size: 12px !important;
393        color: #000559 !important;
394        padding: 1px 0px 1px 4px !important;
395        vertical-align: middle !important;
396        border-width: 0px !important;
397        background-color: transparent !important;
398}
399input.checkbox {
400        border: 0px !important;
401}
402select {
403        font-family: Verdana, Arial, Helvetica, sans-serif !important;
404        font-size: 12px !important;
405        border-top: 1px solid #808281 !important;
406        border-left: 1px solid #808281 !important;
407        border-right: 1px solid white !important;
408        border-bottom: 1px solid white !important;
409
410}
411textarea {
412        font-family: Verdana, Arial, Helvetica, sans-serif !important;
413        font-size: 12px !important;
414        color: #000559 !important;
415        padding: 1px 0px 1px 4px !important;
416        border-top: 1px solid #808281 !important;
417        border-left: 1px solid #808281 !important;
418        border-right: 1px solid white !important;
419        border-bottom: 1px solid white !important;
420
421}
422
423#barra_acao_top {
424        display:block;
425        border: 1px solid #CDC0C0 !important;
426        background-color:#F7F3EF !important;
427        padding-right:15px !important;
428        height:29px !important;
429        #width:99%;
430}
431#barra_acao_top a,td {
432        color:#000000 !important;
433        font-family:Verdana, Arial, Helvetica, sans-serif !important;
434        font-size:10px !important;
435        text-decoration:none !important;
436}
437#barra_acao_top a:hover {
438        text-decoration:underline !important;
439        color:#0067CE !important;
440}
441#barra_localizacao {
442        color:#333333 !important;
443        font-family:Verdana, Arial, Helvetica, sans-serif !important;
444        font-size:10px !important;
445        float:left;
446        padding-left:10px;
447        padding-top:4px;
448}
449#barra_paginacao {
450        color:#000000 !important;
451        font-family:Verdana, Arial, Helvetica, sans-serif !important;
452        font-size:10px !important;
453        width:100%;
454}
455#barra_paginacao td {
456        color:#000000 !important;
457}
458#barra_paginacao a {
459        color:#000000 !important;
460}
461#barra_paginacao a:hover {
462        color: #0067CE !important;
463}
464#barra_acao_bottom {
465        display:block;
466        border: 1px solid #CDC0B0;
467        background-color:#F7F3EF;
468        padding-right:15px;
469        height:19px;
470        #width:99%;
471}
472#barra_acao_bottom a,td {
473        color:#000000 !important;
474        font-family:Verdana, Arial, Helvetica, sans-serif !important;
475        font-size:10px !important;
476        text-decoration:none !important;
477}
478#barra_acao_bottom a:hover {
479        text-decoration:underline !important;
480        color:#0067CE !important;
481}
482.obs_obrigatorio {
483        color:#333333 !important;
484        font-family:Verdana, Arial, Helvetica, sans-serif !important;
485        font-size:11px !important;
486        text-align:left;
487        margin:0px;
488}
489.exemplo {
490        color: #ff4200;
491        font-family:Verdana, Arial, Helvetica, sans-serif !important;
492        font-size:11px !important;
493        text-align:left;
494        margin:0px;
495        font-weight: normal;
496}
497#destacado, .destaque {
498        border: 0px solid #333333;
499        background-color: #E1DFD2;
500        font-size: 12px !important;
501        #font-size: 11px !important;
502        padding: 10px;
503        color: #403c31 !important;
504        -moz-border-radius-topright: 9px;
505        -moz-border-radius-topleft: 9px;
506        -moz-border-radius-bottomright: 9px;
507        -moz-border-radius-bottomleft: 9px;
508}
509
510#wf_activity_playground {
511        border: 0px;
512}
513
514.borda_table {
515        border-collapse: collapse;
516        border: 2px solid #333333;
517        background-color:#FBFAF8;
518        padding: 10px;
519}
520
521.borda_table tr {
522        background-color:#FBFAF8;
523}
524
525.borda_table td {
526        background-color:#FBFAF8;
527}
528
529.th_borda_table {
530        display:block;
531        font-family:Verdana, Arial, Helvetica, sans-serif !important;
532        font-size:11px !important;
533        font-weight:bold;
534        color:#FFFFFF !important;
535        background-color:#333333;
536        height:18px;
537        padding:4px 1px 1px 10px;
538        margin:0px 0px 0px 0px;
539        -moz-border-radius-topright: 9px;
540        -moz-border-radius-topleft: 9px;
541}
542
543#list_tabela_clara {
544    margin-top:5px;
545    margin-bottom:5px;
546    border-top:1px solid #CDC0B0;
547    border-right:1px solid #CDC0B0;
548    border-bottom:1px solid #CDC0B0;
549}
550
551#list_tabela_clara th {
552    background-color: #8B7D6B;
553    border-bottom:1px solid #CDC0B0;
554    border-left:1px solid #CDC0B0;
555    color: #FFFFFF;
556    padding-left: 2px;
557    padding-right: 2px;
558    text-align:left;
559    font-size:12px !important;
560    font-weight:bold;
561    height: 18px;
562}
563
564#list_tabela_clara td {
565    padding:3px;
566    border-left:1px solid #CDC0B0;
567    color:#000000 !important;
568    font-size: 11px !important;
569}
570
571img{
572        vertical-align:middle;
573}
574
575#lightbox {
576        background-color: #333333 !important;
577}
578
579#sheet, .sheet {
580        background-color:#FFFFFF;
581        border-top:     1px solid #000000;
582        border-left:    1px solid #000000;
583        border-bottom:  3px solid #000000;
584        border-right:   3px solid #000000;
585        padding-top:    40px;
586        padding-left:   40px;
587        padding-bottom: 40px;
588        padding-right:  40px;
589        text-align:left !important;
590}
591
592ul.horizontalMenu
593{
594        list-style: none;
595        padding: 0px;
596        margin: 0px;
597}
598
599ul.horizontalMenu li
600{
601        float: left;
602        margin: 0pt;
603        text-align: left;
604}
605
606ul.horizontalMenu li a
607{
608        border: 1px solid #E6D9CC;
609        background-color: #F7F3EF !important;
610        padding: 0px 05px 0px 05px;
611        height: 2.5em;
612        line-height: 2.5em;
613        float: left;
614        display: block;
615        color: #333333 !important;
616        text-decoration: none;
617        text-align: center;
618        font-size: 11px !important;
619}
620
621ul.horizontalMenu li a:hover
622{
623        background-color: #E6D9CC !important;
624        border: 1px solid #8B7D6B;
625        color: darkblue !important;
626        text-decoration: none !important;
627}
628
629ul.horizontalMenu li a:visited
630{
631        color: #000000 !important;
632}
633
634ul.horizontalMenu li a img
635{
636        vertical-align: middle;
637}
638
639ul.horizontalMenu
640{
641    list-style: none;
642    padding: 0px;
643    margin: 0px;
644}
645
646ul.horizontalMenu li
647{
648    float: left;
649    margin: 0pt;
650    text-align: left;
651}
652
653ul.horizontalMenu li a
654{
655    border: 1px solid #E6D9CC;
656    background-color: #F7F3EF !important;
657    padding: 0px 05px 0px 05px;
658    height: 2.5em;
659    line-height: 2.5em;
660    float: left;
661    display: block;
662    color: #333333 !important;
663    text-decoration: none;
664    text-align: center;
665    font-size: 11px !important;
666}
667
668ul.horizontalMenu li a:hover
669{
670    background-color: #E6D9CC !important;
671    border: 1px solid #8B7D6B;
672    color: darkblue !important;
673    text-decoration: none !important;
674}
675
676ul.horizontalMenu li a:visited
677{
678    color: #000000 !important;
679}
680
681ul.horizontalMenu li a img
682{
683    vertical-align: middle;
684}
685
686ul.horizontalMenu
687{
688    list-style: none;
689    padding: 0px;
690    margin: 0px;
691}
692
693ul.horizontalMenu li
694{
695    float: left;
696    margin: 0pt;
697    text-align: left;
698}
699
700ul.horizontalMenu li a
701{
702    border: 1px solid #E6D9CC;
703    background-color: #F7F3EF !important;
704    padding: 0px 05px 0px 05px;
705    height: 2.5em;
706    line-height: 2.5em;
707    float: left;
708    display: block;
709    color: #333333 !important;
710    text-decoration: none;
711    text-align: center;
712    font-size: 11px !important;
713}
714
715ul.horizontalMenu li a:hover
716{
717    background-color: #E6D9CC !important;
718    border: 1px solid #8B7D6B;
719    color: darkblue !important;
720    text-decoration: none !important;
721}
722
723ul.horizontalMenu li a:visited
724{
725    color: #000000 !important;
726}
727
728ul.horizontalMenu li a img
729{
730    vertical-align: middle;
731}
Note: See TracBrowser for help on using the repository browser.