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

Sites Pertecentes a (o) PR

Endereço Nota Erros Avisos

tamandare.pr.gov.br/nfs-e-e-livro-eletronico-1

81.13 59 74
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 3 54 313 313
1.1.4 Presença de CSS(s) interno 1 20
1.1.6 Presença de javascript(s) interno 2 492 564
54 <![CDATA[<i class="fa fa-search" id="icoSearch" style="cursor:pointer;"></i>]]>
313 <![CDATA[<a target='_blank' href="https://e-gov.betha.com.br/livroeletronico/" class="btn btn-primary" style="width: 100%;"> <span class="icon"><em class="fa fa-book"></em></span> <span class="txt"><strong>Livro Eletrônico</strong></span> </a>]]>
313 <![CDATA[<a target='_blank' href="https://e-gov.betha.com.br/e-nota/" class="btn btn-primary" style="width: 100%;"> <span class="icon"><em class="fa fa-file-text-o"></em></span> <span class="txt"><strong>Nota Fiscal de Serviço</strong></span> </a>]]>
20 <![CDATA[<style> </style>]]>
492 <![CDATA[<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto({ social_tools:false, deeplinking:false }); $(".ver-arquivos").on("click",function(){ $(this).hide().parents(".licitacao").find(".arquivos-licitacao").show("100"); }); $(".vermaisconcurso").on("click",function(){ if($(this).parents(".concurso").find(".edital").is(":visible")){ $(this).html("[Abrir]").parents(".concurso").find(".edital").hide("10"); $(this).parents(".concurso").find(".fa").removeClass("fa-minus-square-o").addClass("fa-plus-square-o"); } else { $(this).html("[Fechar]").parents(".concurso").find(".edital").show("10"); $(this).parents(".concurso").find(".fa").removeClass("fa-plus-square-o").addClass("fa-minus-square-o"); } }); var nav = $('#menuHeader'); $(window).scroll(function () { var topLimit = 55; var marginTop = 70; if ($(this).scrollTop() > topLimit) { nav.addClass("menu-fixed"); $(".cabecalho").css("marginBottom",marginTop+"px"); } else { nav.removeClass("menu-fixed"); $(".cabecalho").css("marginBottom","0px"); } }); $(".dropdown").hover( function(){ $(this).addClass('open') }, function(){ $(this).removeClass('open') } ); $("#icoSearch").on("click",function(){ if($(".busca").is(":visible")){ $(".busca").fadeOut(100); $("#icoSearch").animate({ "marginRight": "0px" },100); } else { $(".busca").fadeIn(200); $(this).animate({ "marginRight": "15px" },200); } }); $(".play").each(function(){ var i = $(this).find("i"); var iWidth = i.width(); var iHeight = i.height(); var divWidth = $(this).find("img").width(); var divHeight = $(this).find("img").height(); var newTop = ((divHeight / 2) - (iHeight / 2))+"px"; var newLeft = ((divWidth / 2) - (iWidth / 2))+"px"; i.css({ "marginTop": newTop, "marginLeft": newLeft }); }); }); </script>]]>
564 <![CDATA[<script> $.fn.cycle.defaults.autoSelector = '.slideshow'; </script>]]>