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

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