Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

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 *.

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 21
21 <![CDATA[<style type="text/css"> .bodyBg { position: fixed; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; } .about { display: block; overflow: hidden; min-width: 300px; min-height: 400px; padding: 40px 70px; text-align: left; background-color: #ECF0F1; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.4); box-shadow: 0 3px 6px rgba(0,0,0,.4); } @media only screen and (min-height: 600px) { .about { margin: 60px auto; } } @media only screen and (max-height: 599px) { .about { margin: auto; } } @media only screen and (min-width: 800px) { .about { width: 600px; } } @media only screen and (max-width: 799px) { .about { width: 400px; } } .about h1 { font-family: Arial, Helvetica, sans-serif, 'Lucida Sans'; font-size: 25px; line-height: 22px; width: 100%; padding: 20px 0; text-align: left; color: #aaa; } .about div { font-family: Arial, Helvetica, sans-serif, 'Lucida Sans'; font-size: 14px; line-height: 24px; display: block; width: 100%; padding: 20px 0; color: #000; } </style>]]>