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

Sites Pertecentes a (o) AC

Endereço Nota Erros Avisos

acreprevidencia.ac.gov.br/historico-concedidos.php

60.58 25 119
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 5 70 201 219 230 418
1.1.4 Presença de CSS(s) interno 3 19 399 439
1.1.5 Presença de javascript(s) in-line 7 181 194 208 226 243 255 267
1.1.6 Presença de javascript(s) interno 1 287
1.1.8 Não foram respeitados os Padrões Web CSS 62 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
70 <![CDATA[<hr style="background-color: #000;width:100%;text-align:left;height: 1px;" />]]>
201 <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
219 <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
230 <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
418 <![CDATA[<hr class="hr-degrade" style="margin-top: -1em !important"/>]]>
19 <![CDATA[<style> .classBeneficioPrincsub1-content, .classLegislacaoPrinc-content, .classBeneficioPrinc-content, .classServicoPrinc-content, .classInformativoPrinc-content a { color: black; padding: 12px 16px; width: 274px; text-decoration: none; display: block; } .classInstituo, .classServico, .classInformativo, .classBeneficio, .classBeneficiosub1, .classLegislacao { background-color: #4CAF50; color: white; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; border: none; margin: 4px 2px; cursor: pointer; outline: none; border-radius: 15px; width: 300px; } .classInstituoPrinc, .classServicoPrinc, .classInformativoPrinc, .classBeneficioPrinc, .classBeneficioPrincsub1, .classLegislacaoPrinc { position: relative; display: inline-block; } .classInstituoPrinc-content, .classServicoPrinc-content, .classInformativoPrinc-content,.classBeneficioPrinc-content, .classBeneficioPrincsub1-content, .classLegislacaoPrinc-content { display: none; position: absolute; background-color: #4CAF50; min-width: 160px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; border-radius: 15px; } .showInstituto, .showServico, .showInformativo, .showBeneficio, .showsub1, .showlegislacaoEs {display: block;} </style>]]>
399 <![CDATA[<style> .paragrafo{ font-weight: normal; font-size: 20px !important; margin-right: 1.5em !important; font-family: "whitneyRegular",'calibri' !important; line-height: 1.3; } .sub{ text-decoration: #ffffff !important; } </style>]]>
439 <![CDATA[<style> .cont{ font-weight: normal; font-size: 16px !important; font-family: 'whitneyRegular' !important; color: #fff !important; margin-top: -0.5em !important; margin-left: 0.7em !important; } </style>]]>
181 <![CDATA[<nav id="nav-btn" onclick="slidetoggle()"> <div></div> <div></div> <div></div> </nav>]]>
194 <![CDATA[<button onclick="institutoFunction()" class="classInstituo">INSTITUCIONAL</button>]]>
208 <![CDATA[<button onclick="ServicoFunction()" class="classServico">SERVIÇOS</button>]]>
226 <![CDATA[<button onclick="InformativoFunction()" class="classInformativo">INFORMATIVOS</button>]]>
243 <![CDATA[<button onclick="myFunction()" class="classLegislacao">LEGISLAÇÃO</button>]]>
255 <![CDATA[<button onclick="BeneficioFunction()" class="classBeneficio">BENEFÍCIOS-BENEFICIÁRIOS</button>]]>
267 <![CDATA[<button onclick="BeneficioFunctionSub1()" class="classBeneficiosub1">BENEFÍCIOS-DEPENDENTES</button>]]>
287 <![CDATA[<script> function myFunction() { document.getElementById("legislacaoEstadual").classList.toggle("showlegislacaoEs"); window.onclick = function(event) { if (!event.target.matches('.classLegislacao')) { var dropdowns = document.getElementsByClassName("classLegislacaoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showlegislacaoEs')) { openDropdown.classList.remove('showlegislacaoEs'); } } } } } <!-- scripts dos modais BENEFÍCIOS --> function BeneficioFunction() { document.getElementById("beneficio").classList.toggle("showBeneficio"); window.onclick = function(event) { if (!event.target.matches('.classBeneficio')) { var dropdowns = document.getElementsByClassName("classBeneficioPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showBeneficio')) { openDropdown.classList.remove('showBeneficio'); } } } } } function BeneficioFunctionSub1() { document.getElementById("beneficiosub1").classList.toggle("showsub1"); window.onclick = function(event) { if (!event.target.matches('.classBeneficiosub1')) { var dropdowns = document.getElementsByClassName("classBeneficioPrincsub1-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showsub1')) { openDropdown.classList.remove('showsub1'); } } } } } <!-- scripts dos modais INFORMATIVO --> function InformativoFunction() { document.getElementById("informativo").classList.toggle("showInformativo"); window.onclick = function(event) { if (!event.target.matches('.classInformativo')) { var dropdowns = document.getElementsByClassName("classInformativoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showInformativo')) { openDropdown.classList.remove('showInformativo'); } } } } } <!-- scripts dos modais SERVIÇOS --> function ServicoFunction() { document.getElementById("servico").classList.toggle("showServico"); window.onclick = function(event) { if (!event.target.matches('.classServico')) { var dropdowns = document.getElementsByClassName("classServicoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showServico')) { openDropdown.classList.remove('showServico'); } } } } } <!-- scripts dos modais INSTITUCIONAL --> function institutoFunction() { document.getElementById("instituto").classList.toggle("showInstituto"); window.onclick = function(event) { if (!event.target.matches('.classInstituo')) { var dropdowns = document.getElementsByClassName("classInstituoPrinc-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('showInstituto')) { openDropdown.classList.remove('showInstituto'); } } } } } </script>]]>
0 Não há código fonte a ser exibido.