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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

camposdojordao.sp.gov.br/calendario-de-eventos/

70.75 19 100
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 169
1.1.5 Presença de javascript(s) in-line 2 37 38
1.1.6 Presença de javascript(s) interno 5 158 346 368 383 422
169 <![CDATA[<style type="text/css"> .menu_mes { margin:1em 0 1em 0.4em; } .menu_mes ul { list-style:none; padding:0.2em; } .menu_mes ul li { display:inline; } .menu_mes ul li a{ padding:0.8em; background:#07632B; color:#fff; } .menu_mes ul li a:hover{ background:#FFE311; color:#000000; } </style>]]>
37 <![CDATA[<a href="javascript:;" onclick="chageFont()" title="Aumentar e diminuir tamanho da letra"><i class="fa fa-adn"></i></a>]]>
38 <![CDATA[<a href="javascript:;" onclick="chageContrast()" title="Alterar o contraste das cores da pagina"><i class="fa fa-adjust"></i></a>]]>
158 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
346 <![CDATA[<script> // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function () { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { document.getElementById("movetop").style.display = "block"; } else { document.getElementById("movetop").style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script>]]>
368 <![CDATA[<script> $(function () { $('.navbar-toggler').click(function () { $('body').toggleClass('noscroll'); }) }); </script>]]>
383 <![CDATA[<script> let CLICK = false; var $elements = Array(); $(document).ready(function() { $('body *').each(function($key, $element) { $elements[$key] = ($($element).css('font-size').replace('px', '') * 1); }); }); function chageFont() { $('body *').each(function($key, $element) { let $newSize; if (CLICK == false) { $newSize = ($elements[$key] * 1) + 2; } else { $newSize = $elements[$key]; } $($element).css('font-size', $newSize + 'px'); }); CLICK = CLICK == false ? true : false; } let CONTRAST = false; function chageContrast() { if (CONTRAST == false) { $('body').addClass('o-contrast'); } else { $('body').removeClass('o-contrast'); } CONTRAST = CONTRAST == false ? true : false; } </script>]]>
422 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>