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

Sites Pertecentes a (o) PI

Endereço Nota Erros Avisos

sistemas.tce.pi.gov.br/portaldacidadania/tce

87.88 4 11
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 25
1.1.6 Presença de javascript(s) interno 1 13
25 <![CDATA[<style type="text/css"> body, html { height: 100%; margin: 0; } .app-loading { position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .app-loading>#logo>img { border: 0; vertical-align: middle; max-width: 250px; text-align: center; } .app-loading .spinner { animation: rotate 2s linear infinite; transform-origin: center center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 400px; width: 400px; } .app-loading .spinner .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; stroke: #ddd; animation: dash 1.5s ease-in-out infinite; } @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } </style>]]>
13 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-12574948-1', 'auto'); </script>]]>