Commit b4fea97b07cd5e5109653abb67e2f24537b41e96
1 parent
9509e44d
Exists in
master
and in
1 other branch
Correção de css
Showing
5 changed files
with
17 additions
and
20 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/barra_brasil.css
src/main/webapp/inicial_arquivos/css/contato.css
1 | 1 | .formContato{ |
2 | 2 | font-size: 1.7em; |
3 | 3 | font-family: Arial, Helvetica, sans-serif; |
4 | - font-color: #000; | |
4 | + font-color: #000000; | |
5 | 5 | } |
6 | 6 | |
7 | 7 | .fonteWarning{ |
... | ... | @@ -24,6 +24,6 @@ |
24 | 24 | } |
25 | 25 | |
26 | 26 | .formContato fildset{ |
27 | - border: solid 1em #000; | |
27 | + border: solid 1em #000000; | |
28 | 28 | } |
29 | 29 | ... | ... |
src/main/webapp/inicial_arquivos/css/default.css
... | ... | @@ -35,7 +35,7 @@ |
35 | 35 | /* IE10+ */ |
36 | 36 | background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%); |
37 | 37 | /* W3C */ |
38 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19882c',endColorstr='#025310', GradientType=1); | |
38 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1); | |
39 | 39 | /* IE6-9 fallback on horizontal gradient */ |
40 | 40 | } |
41 | 41 | a { |
... | ... | @@ -234,8 +234,7 @@ |
234 | 234 | background-color: #0A5517; |
235 | 235 | background-image: -moz-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%); |
236 | 236 | /* FF3.6+ */ |
237 | - background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, | |
238 | - color-stop(1%, #19882c), color-stop(100%, #025310)); | |
237 | + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #19882c), color-stop(100%, #025310)); | |
239 | 238 | /* Chrome,Safari4+ */ |
240 | 239 | background-image: -webkit-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%); |
241 | 240 | /* Chrome10+,Safari5.1+ */ |
... | ... | @@ -245,8 +244,7 @@ |
245 | 244 | /* IE10+ */ |
246 | 245 | background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%); |
247 | 246 | /* W3C */ |
248 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19882c', | |
249 | - endColorstr='#025310', GradientType=1); | |
247 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1); | |
250 | 248 | /* IE6-9 fallback on horizontal gradient */ |
251 | 249 | } |
252 | 250 | a { |
... | ... | @@ -442,10 +440,10 @@ |
442 | 440 | } /*-----Fim max-width: 1024px */ |
443 | 441 | |
444 | 442 | /*------Alto Contraste-----*/ |
445 | -.contraste, .contrast header, .contraste div, .contraste ul, .contraste p | |
443 | +.contraste, .contraste header, .contraste div, .contraste ul, .contraste p | |
446 | 444 | { |
447 | - background: #000 !important; | |
448 | - color: #fff !important; | |
445 | + background: #000000 !important; | |
446 | + color: #ffffff !important; | |
449 | 447 | } |
450 | 448 | |
451 | 449 | |
... | ... | @@ -467,12 +465,11 @@ |
467 | 465 | } |
468 | 466 | |
469 | 467 | .contraste #topo h1 a.gov { |
470 | - background: transparent url('../images/gov_br_contraste.jpg') no-repeat | |
471 | - left top; | |
468 | + background: transparent url('../images/gov_br_contraste.jpg') no-repeat left top; | |
472 | 469 | } |
473 | 470 | |
474 | 471 | .contraste #menu a.atual { |
475 | - color: #000 !important; | |
472 | + color: #000000 !important; | |
476 | 473 | background-color: #FBBD0A; |
477 | 474 | } |
478 | 475 | |
... | ... | @@ -489,19 +486,19 @@ |
489 | 486 | } |
490 | 487 | |
491 | 488 | .contraste #accessibility span { |
492 | - background: #333 !important; | |
489 | + background: #000000 !important; | |
493 | 490 | color: #ffffff !important; |
494 | 491 | } |
495 | 492 | |
496 | 493 | .contraste #portal-siteactions span { |
497 | - background: #333 !important; | |
494 | + background: #000000 !important; | |
498 | 495 | color: #ffffff !important; |
499 | 496 | } |
500 | 497 | |
501 | 498 | .contraste #menu { |
502 | - background: #333 !important; | |
499 | + background: #000000 !important; | |
503 | 500 | } |
504 | 501 | |
505 | 502 | .contraste #menu ul { |
506 | - background: #333 !important; | |
503 | + background: #000000 !important; | |
507 | 504 | } |
508 | 505 | \ No newline at end of file | ... | ... |
src/main/webapp/inicial_arquivos/css/mapa.css