Commit 3279e889c129b9457ccc33743384633dac74640c
1 parent
0d1525b0
Exists in
master
and in
1 other branch
Alteraçoes no HTML e CSS segundo o padrão W3C
Showing
4 changed files
with
23 additions
and
17 deletions
Show diff stats
css/estilo.css
... | ... | @@ -215,6 +215,10 @@ h6 { |
215 | 215 | color:#000000; |
216 | 216 | margin-top: 50px; |
217 | 217 | margin-left: 5px; |
218 | + padding-top: 5px; | |
219 | + padding: 5px; | |
220 | + line-height: 15px; | |
221 | + text-align: right; | |
218 | 222 | } |
219 | 223 | |
220 | 224 | .titulo_caixa_login { |
... | ... | @@ -290,6 +294,7 @@ h6 { |
290 | 294 | border-top: 1px solid #E3E3E3; |
291 | 295 | border-bottom: 1px solid #E3E3E3; |
292 | 296 | margin-top: 60px; |
297 | + width: 100%; | |
293 | 298 | } |
294 | 299 | |
295 | 300 | #notificacoes #links table th{ |
... | ... | @@ -298,6 +303,7 @@ h6 { |
298 | 303 | text-align: center; |
299 | 304 | color: #0052A5; |
300 | 305 | font-weight: normal; |
306 | + width: 40%; | |
301 | 307 | } |
302 | 308 | |
303 | 309 | #notificacoes #links table td{ | ... | ... |
inc/rodape.php
... | ... | @@ -16,9 +16,9 @@ |
16 | 16 | SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto: |
17 | 17 | </div> |
18 | 18 | <div id="iconesw3c"> |
19 | - <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/> | |
20 | - <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/> | |
21 | - <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/> | |
19 | + <img class="w3c" src="../css/img/w3c_css.png" alt="W3C" alt="Imagem E-sic Livre"/> | |
20 | + <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C" alt="Imagem E-sic Livre"/> | |
21 | + <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C" alt="Imagem E-sic Livre"/> | |
22 | 22 | </div> |
23 | 23 | <div id="rodapetexto2"> |
24 | 24 | Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável. | ... | ... |
inc/topo.php
... | ... | @@ -18,7 +18,7 @@ include("config.php"); |
18 | 18 | <!-- CSS --> |
19 | 19 | <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" /> |
20 | 20 | <!-- TAG PARA O GOOGLEBOT --> |
21 | - <meta http-equiv="content-type" content="text/html; charset= windows-1252"> | |
21 | + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> | |
22 | 22 | |
23 | 23 | |
24 | 24 | <meta name="E-Sic Livre" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" /> |
... | ... | @@ -48,7 +48,7 @@ include("config.php"); |
48 | 48 | <div id="cabecalho"> |
49 | 49 | <div id="faixa"> |
50 | 50 | <ul> |
51 | - <img id="home" src="../css/img/home.png" /> | |
51 | + <img id="home" src="../css/img/home.png" alt="Imagem E-sic Livre"/> | |
52 | 52 | <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/">Principal</a></li> |
53 | 53 | <img src="../css/img/pipe.png" alt="Imagem E-sic Livre" /> |
54 | 54 | <li class="opcao"><a target="_blank" href="http://portal.natal.rn.gov.br/ouvidoria/">Ouvidoria</a></li> |
... | ... | @@ -62,11 +62,11 @@ include("config.php"); |
62 | 62 | </div> |
63 | 63 | |
64 | 64 | <div id="logo"> |
65 | - <a href="../index"><img src="../css/img/logo.png" alt="Imagem E-sic Livre"/></a> | |
65 | + <a href="../index"><img src="../css/img/logo.png" alt="Imagem E-sic Livre"></a> | |
66 | 66 | </div> |
67 | 67 | |
68 | 68 | <div id="esic"> |
69 | - <a><img src="../css/img/eSIC.png" alt="Imagem E-sic Livre"/></a>6 | |
69 | + <a><img src="../css/img/eSIC.png" alt="Imagem E-sic Livre"></a> | |
70 | 70 | </div> |
71 | 71 | |
72 | 72 | ... | ... |
index/index.php
... | ... | @@ -61,7 +61,7 @@ include("../inc/topo.php"); |
61 | 61 | ?> |
62 | 62 | <div id="principal"> |
63 | 63 | <div id="banner"> |
64 | - <img src="../css/img/sic.png" /> | |
64 | + <a><img src="../css/img/sic.png"/></a> | |
65 | 65 | </div> |
66 | 66 | |
67 | 67 | <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?> |
... | ... | @@ -71,8 +71,8 @@ include("../inc/topo.php"); |
71 | 71 | <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> |
72 | 72 | |
73 | 73 | <div id="campos"> |
74 | - <table cellpadding="1" cellspacing="5" width="80%"> | |
75 | - <tr align="right"> | |
74 | + <table width="80%"> | |
75 | + <tr> | |
76 | 76 | <td> |
77 | 77 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
78 | 78 | </td> |
... | ... | @@ -80,7 +80,7 @@ include("../inc/topo.php"); |
80 | 80 | <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> |
81 | 81 | </td> |
82 | 82 | </tr> |
83 | - <tr align="right"> | |
83 | + <tr> | |
84 | 84 | <td> |
85 | 85 | <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span> |
86 | 86 | </td> |
... | ... | @@ -99,14 +99,14 @@ include("../inc/topo.php"); |
99 | 99 | </tr> |
100 | 100 | <?php } ?> |
101 | 101 | |
102 | - <tr align="right"> | |
102 | + <tr> | |
103 | 103 | <td> |
104 | 104 | </td> |
105 | 105 | <td> |
106 | 106 | <br><input type="submit" class="inputBotao" name="btsub" value="Entrar"> |
107 | 107 | </td> |
108 | 108 | </tr> |
109 | - <tr align="right"> | |
109 | + <tr> | |
110 | 110 | <td colspan="2"> |
111 | 111 | <a class="class_cadastrese" href="../cadastro">Cadastre-se</a> | |
112 | 112 | <a class="class_senha" href="../reset">Esqueci a senha</a> |
... | ... | @@ -133,15 +133,15 @@ include("../inc/topo.php"); |
133 | 133 | <div id="linha"></div> |
134 | 134 | |
135 | 135 | <div id="links"> |
136 | - <table width="100%"> | |
136 | + <table> | |
137 | 137 | <tr> |
138 | - <th width="40%"> | |
138 | + <th> | |
139 | 139 | SIC - Serviço de informação ao Cidadão |
140 | 140 | </th> |
141 | - <th width="30%"> | |
141 | + <th> | |
142 | 142 | Lei de Acesso |
143 | 143 | </th> |
144 | - <th width="30%"> | |
144 | + <th> | |
145 | 145 | Links úteis |
146 | 146 | </th> |
147 | 147 | </tr> | ... | ... |