Sites Verificados
Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.turismo.sp.gov.br/publico/Array |
70.35 | 5 | 24 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
1.1 Respeitar os Padrões Web. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
1.1.4 | Presença de CSS(s) interno | 1 | 7 |
7 | <![CDATA[<style type="text/css"> * { padding: 0; margin: 0; font-family: Arial, Verdana; } body { height: 100vh; background-color: #F5F5F5; } section { width: 50%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } .error { width: 100%; } h2 { font-size: 55px; color: #616161; margin-bottom: 5px; } p { font-size: 22px; color: #616161; margin-bottom: 20px; } path { fill: #616161; } form { display: flex; flex-direction: column; justify-content: center; align-items: center; } button { cursor: pointer; display: inline-block; padding: 1rem; border: none; border-radius: 50px; background-color: #a3a3a3; text-transform: uppercase; font-weight: 700; outline:0 !important; } i { font-size: 1.2rem; margin-right: 5px; } .voltarMobile { display: none; } @media only screen and (max-width: 600px) { body { display: flex; flex-direction: column; justify-content: center; align-items: center; } svg { width: 200px; height: 200px; justify-content: center; align-items: center; } h2, p { text-align: center; white-space: nowrap; } h2 { font-size: 45px; } p { font-size: 12.5px; font-weight: 700; } button { cursor: pointer; font-stretch: expanded; font-size: 11px; padding: 5px; display: inline-block; align-content: center; justify-content: center; white-space: nowrap; outline:0 !important; } .voltar { display: none; } .voltarMobile { display: inline-block; padding: 10px; } .voltarMobile i { font-size: 15px; } } @media only screen and (min-width: 600px) and (max-width: 1022px) { body { display: flex; flex-direction: column; justify-content: center; align-items: center; } h2, p { text-align: center; white-space: nowrap; } .voltar { display: inline-block; } .voltarMobile { display: none; padding: 12px; } } </style>]]> |