Commit 149b9fd85abd74b81d98b0f1f2d3afe383e2a4c3
1 parent
5675cd32
Exists in
master
and in
7 other branches
Ajustes nas cores de fundo
Showing
2 changed files
with
15 additions
and
10 deletions
Show diff stats
datadownload.htm
... | ... | @@ -29,7 +29,7 @@ P { |
29 | 29 | position: absolute; |
30 | 30 | top: 0px; |
31 | 31 | left: 300px; |
32 | - background: rgb(250, 250, 250); | |
32 | + background: white; | |
33 | 33 | } |
34 | 34 | |
35 | 35 | #arvoreTemas { |
... | ... | @@ -42,7 +42,7 @@ body { |
42 | 42 | text-align: center; |
43 | 43 | font-size: 0.6cm; |
44 | 44 | font-family: Verdana, Arial, Helvetica, sans-serif; |
45 | - background-color: rgb(250, 250, 250); | |
45 | + background-color: white; | |
46 | 46 | margin: auto; |
47 | 47 | } |
48 | 48 | |
... | ... | @@ -105,7 +105,7 @@ A:hover { |
105 | 105 | } |
106 | 106 | </style> |
107 | 107 | </head> |
108 | -<body class=" yui-skin-sam " style="background-color: rgb(250, 250, 250);"> | |
108 | +<body class=" yui-skin-sam " style="background-color: white;"> | |
109 | 109 | <div class="borda"> |
110 | 110 | <div id="bandeiras"></div> |
111 | 111 | <div style="text-align: center"> | ... | ... |
ogc.htm
... | ... | @@ -10,8 +10,9 @@ |
10 | 10 | <link rel="stylesheet" type="text/css" href="admin/html/admin.css"> |
11 | 11 | <style> |
12 | 12 | .ajuda_usuario { |
13 | - margin-left: 10px; | |
13 | + margin-left: 10px; | |
14 | 14 | } |
15 | + | |
15 | 16 | P { |
16 | 17 | padding-top: 12px; |
17 | 18 | COLOR: #2F4632; |
... | ... | @@ -27,11 +28,12 @@ P { |
27 | 28 | position: absolute; |
28 | 29 | top: 0px; |
29 | 30 | left: 300px; |
30 | - background: rgb(250, 250, 250); | |
31 | + background: white; | |
31 | 32 | } |
32 | 33 | |
33 | 34 | #arvoreTemas { |
34 | 35 | width: 280px; |
36 | + background: white; | |
35 | 37 | } |
36 | 38 | |
37 | 39 | body { |
... | ... | @@ -40,7 +42,7 @@ body { |
40 | 42 | text-align: center; |
41 | 43 | font-size: 0.6cm; |
42 | 44 | font-family: Verdana, Arial, Helvetica, sans-serif; |
43 | - background-color: rgb(250, 250, 250); | |
45 | + background: white; | |
44 | 46 | margin: auto; |
45 | 47 | } |
46 | 48 | |
... | ... | @@ -104,11 +106,12 @@ A:hover { |
104 | 106 | </style> |
105 | 107 | |
106 | 108 | </head> |
107 | -<body class=" yui-skin-sam " style="background-color: rgb(250, 250, 250);"> | |
109 | +<body class=" yui-skin-sam " style="background-color: white;"> | |
108 | 110 | <div class="borda"> |
109 | 111 | <div id="bandeiras"></div> |
110 | 112 | <div style="text-align: center"> |
111 | - <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> <b>i3Geo 6.0</b> | |
113 | + <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> | |
114 | + <b>i3Geo 6.0</b> | |
112 | 115 | </a> |
113 | 116 | </div> |
114 | 117 | </div> |
... | ... | @@ -126,9 +129,11 @@ A:hover { |
126 | 129 | <p>Os serviços são Web Wervices que possibilitam o acesso aos dados disponíveis nessa instalação do i3Geo. |
127 | 130 | <p>A lista de temas baseia-se nas configurações específicas de cada servidor onde o i3Geo está instalado. |
128 | 131 | <p> |
129 | - Você pode usar um Web Service para acessar os dados configurados nesse servidor por meio de outros softwares de geoprocessamento, como o <a href="http://www.gvsig.gva.es/index.php?id=gvsig&L=0">gvSIG.</a> | |
132 | + Você pode usar um Web Service para acessar os dados configurados nesse servidor por meio de outros softwares de geoprocessamento, como o | |
133 | + <a href="http://www.gvsig.gva.es/index.php?id=gvsig&L=0">gvSIG.</a> | |
130 | 134 | <p> |
131 | - Para maiores informações sobre o uso de web services, veja <a href='http://www.opengeospatial.org/standards' target=blank>http://www.opengeospatial.org/standards</a> | |
135 | + Para maiores informações sobre o uso de web services, veja | |
136 | + <a href='http://www.opengeospatial.org/standards' target=blank>http://www.opengeospatial.org/standards</a> | |
132 | 137 | <p> |
133 | 138 | Bookmark: <span id=bm1></span> |
134 | 139 | <p> | ... | ... |