Commit c2a90023af4041c3f0adcd0880ace1adc9fe8d7d

Authored by Edmar Moretti
1 parent d7d588c2

--no commit message

Showing 1 changed file with 45 additions and 11 deletions   Show diff stats
init/index.php
@@ -65,8 +65,7 @@ if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" @@ -65,8 +65,7 @@ if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin"
65 } 65 }
66 ?> 66 ?>
67 </script> 67 </script>
68 -<link rel='stylesheet' type='text/css' href='../css/i3geo6.css.php'></link>  
69 -<link rel="stylesheet" type="text/css" href="../admin/html/admin.css"> 68 +
70 <style> 69 <style>
71 body { 70 body {
72 padding-top: 0px; 71 padding-top: 0px;
@@ -112,8 +111,39 @@ h1 { @@ -112,8 +111,39 @@ h1 {
112 margin: 25px; 111 margin: 25px;
113 } 112 }
114 113
  114 +#brasil {
  115 + background-image: url("../imagens/sprite.png");
  116 + background-position: 0 -600px;
  117 + background-repeat: no-repeat;
  118 + cursor: pointer;
  119 + height: 10px;
  120 + width: 20px;
  121 +}
  122 +
  123 +#uk {
  124 + background-image: url("../imagens/sprite.png");
  125 + background-position: 0 -625px;
  126 + background-repeat: no-repeat;
  127 + cursor: pointer;
  128 + height: 10px;
  129 + width: 20px;
  130 +}
  131 +
  132 +#espanhol {
  133 + background-image: url("../imagens/sprite.png");
  134 + background-position: 0 -1400px;
  135 + background-repeat: no-repeat;
  136 + cursor: pointer;
  137 + height: 10px;
  138 + width: 20px;
  139 +}
  140 +
  141 +#bandeiras img {
  142 + margin-left: 7px;
  143 +}
  144 +
115 #bandeiras { 145 #bandeiras {
116 - width: 80px; 146 + width: 100px;
117 text-align: left; 147 text-align: left;
118 position: absolute; 148 position: absolute;
119 left: 0.2cm; 149 left: 0.2cm;
@@ -134,19 +164,21 @@ a { @@ -134,19 +164,21 @@ a {
134 } 164 }
135 </style> 165 </style>
136 </head> 166 </head>
137 -<body class=" yui-skin-sam " style="background-color: rgb(250, 250, 250);" > 167 +<body class=" yui-skin-sam " style="background-color: rgb(250, 250, 250);">
138 <div class="borda"> 168 <div class="borda">
139 <div id="bandeiras"></div> 169 <div id="bandeiras"></div>
140 - <div>  
141 - <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"><b>i3Geo 6.0</b> </a> 170 + <div style="text-align:center">
  171 + <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;">
  172 + <b>i3Geo 6.0</b>
  173 + </a>
142 </div> 174 </div>
143 </div> 175 </div>
144 176
145 <div id="conteudo" style="position: relative; top: -10px; margin: auto; max-width: 1000px; left: 10px;"> 177 <div id="conteudo" style="position: relative; top: -10px; margin: auto; max-width: 1000px; left: 10px;">
146 <div style="margin-top: 5px;"> 178 <div style="margin-top: 5px;">
147 - <div id="mensagemLogin" style="font-size:14px;color:red;margin-top:20px;text-align: left;"></div> 179 + <div id="mensagemLogin" style="font-size: 14px; color: red; margin-top: 20px; text-align: left;"></div>
148 <br> 180 <br>
149 - <div id="botoes" style=""></div> 181 + <div id="botoes" style="width: 100%;"></div>
150 <script>mostraBotoes();</script> 182 <script>mostraBotoes();</script>
151 <div class="r"> 183 <div class="r">
152 <table> 184 <table>
@@ -170,7 +202,8 @@ a { @@ -170,7 +202,8 @@ a {
170 </td> 202 </td>
171 </tr> 203 </tr>
172 </table> 204 </table>
173 - </a> <a href="#" class="r" style="width: 230px; height: 380px;"> 205 + </a>
  206 + <a href="#" class="r" style="width: 230px; height: 380px;">
174 <table> 207 <table>
175 <tr> 208 <tr>
176 <td> 209 <td>
@@ -179,7 +212,8 @@ a { @@ -179,7 +212,8 @@ a {
179 </td> 212 </td>
180 </tr> 213 </tr>
181 </table> 214 </table>
182 - </a> <a href="#" class="r" style="width: 345px; height: 220px;"> 215 + </a>
  216 + <a href="#" class="r" style="width: 345px; height: 220px;">
183 <table> 217 <table>
184 <tr> 218 <tr>
185 <td> 219 <td>
@@ -190,5 +224,5 @@ a { @@ -190,5 +224,5 @@ a {
190 </a> 224 </a>
191 </div> 225 </div>
192 </div> 226 </div>
193 - </body> 227 +</body>
194 </html> 228 </html>