Commit c2a90023af4041c3f0adcd0880ace1adc9fe8d7d
1 parent
d7d588c2
Exists in
master
and in
7 other branches
--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 | 65 | } |
66 | 66 | ?> |
67 | 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 | 69 | <style> |
71 | 70 | body { |
72 | 71 | padding-top: 0px; |
... | ... | @@ -112,8 +111,39 @@ h1 { |
112 | 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 | 145 | #bandeiras { |
116 | - width: 80px; | |
146 | + width: 100px; | |
117 | 147 | text-align: left; |
118 | 148 | position: absolute; |
119 | 149 | left: 0.2cm; |
... | ... | @@ -134,19 +164,21 @@ a { |
134 | 164 | } |
135 | 165 | </style> |
136 | 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 | 168 | <div class="borda"> |
139 | 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 | 174 | </div> |
143 | 175 | </div> |
144 | 176 | |
145 | 177 | <div id="conteudo" style="position: relative; top: -10px; margin: auto; max-width: 1000px; left: 10px;"> |
146 | 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 | 180 | <br> |
149 | - <div id="botoes" style=""></div> | |
181 | + <div id="botoes" style="width: 100%;"></div> | |
150 | 182 | <script>mostraBotoes();</script> |
151 | 183 | <div class="r"> |
152 | 184 | <table> |
... | ... | @@ -170,7 +202,8 @@ a { |
170 | 202 | </td> |
171 | 203 | </tr> |
172 | 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 | 207 | <table> |
175 | 208 | <tr> |
176 | 209 | <td> |
... | ... | @@ -179,7 +212,8 @@ a { |
179 | 212 | </td> |
180 | 213 | </tr> |
181 | 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 | 217 | <table> |
184 | 218 | <tr> |
185 | 219 | <td> |
... | ... | @@ -190,5 +224,5 @@ a { |
190 | 224 | </a> |
191 | 225 | </div> |
192 | 226 | </div> |
193 | - </body> | |
227 | +</body> | |
194 | 228 | </html> | ... | ... |