Sites Pertecentes a (o) MG
Endereço | Nota | Erros | Avisos |
---|---|---|---|
barbacena.mg.gov.br/atendimento |
80.7 | 4 | 57 |
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 | 3 | 32 125 270 |
1.1.6 | Presença de javascript(s) interno | 2 | 162 186 |
32 | <![CDATA[<style type="text/css"> .cormenu{ background: #022b59; } .separa{ background: #022b59; height: 15px; } .teste{ padding:10px; border: 1px solid #dedede; background: #f0f0f0; } .servicos { background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("img/services-bg.jpg") fixed center center; background-size: cover; padding: 40px 0 30px 0; } .auto-link { padding: 24px 0 12px 0; } #btnRH:hover, #btnDAP:hover, #btnSIMPAS:hover, #btnSEFAZ:hover, #btnSEPLAN:hover, #btnSEMOP:hover, #btnSETRAM:hover, #btnSALAMINEIRA:hover { background-image: url('./img/bcbt2.jpg'); background-size: cover; } #btncomo:hover, #btnabrir:hover, #btnagenda:hover { background-image: url('./img/bcbt2.jpg'); background-size: cover; } .nome{ font-weight: bold; margin-right: 7px; } @media (max-device-width: 480px) { .servicos { background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("img/services-bg.jpg") fixed center center; background-size: cover; padding: 8px 0 4px 0; } .auto-link { padding: 8px 0 4px 0; } } .mytextdiv{ display:flex; flex-direction:row; align-items: center; } .mytexttitle{ flex-grow:0; } .divider{ flex-grow:1; height: 1px; background-color: #dddddd; margin-left: 1px; margin-right: 8px; margin-top: 4px; } .btn-group-xs > .btn, .btn-xs {padding: .25rem .4rem; font-size: .875rem; line-height: .5; border-radius: .2rem; } .btn-xg{ } .btn-sp0{ margin-bottom: 8px; } @media screen and (max-width: 600px) { .box-cookies { flex-direction: column; } } </style>]]> |
125 | <![CDATA[<style> .box-cookies.hide { display: none !important; } .box-cookies { position: fixed; background: rgba(0, 0, 0, .9); width: 100%; z-index: 998; bottom: 0; display: flex; align-items: center; justify-content: space-between; height: 320px; } .box-cookies .msg-cookies, .box-cookies { width: 100%; text-align: center; padding: 9px 25px 2px 25px; color: #fff; font-size: 18px; } .box-cookies { background: rgba(0, 0, 0, .8); cursor: pointer; align-self: normal; } .btn-cookies { background: #1e88e5; cursor: pointer; align-self: normal; padding: 0px 25px 0px 25px; height: 40px; margin: 2px 0px 0px 20px; } </style>]]> |
270 | <![CDATA[<style> @media (max-width: 575.98px) { a[type=button]{ border: none; color: white; padding: 2px 2px; text-decoration: none; margin: 2px 0px; cursor: pointer; font-size:13px; width:69px; } } @media (min-width: 992px){ a[type=button]{ border: none; color: white; padding: 2px 2px; text-decoration: none; margin: 2px 0px; cursor: pointer; font-size:13px; width:62px; } } .h33{ height: 22px; font-size:21px; } .ext-black-50{ color: #000000; } .alert-info{ padding-left:8px; padding-right:8px; margin:0px; } </style>]]> |
162 | <![CDATA[<script> $(document).ready(function () { //localStorage.removeItem('pureJavaScriptCookies'); (() => { if (!localStorage.pureJavaScriptCookies) { document.querySelector(".box-cookies").classList.remove('hide'); } const acceptCookies = () => { document.querySelector(".box-cookies").classList.add('hide'); localStorage.setItem("pureJavaScriptCookies", "accept"); }; const btnCookies = document.querySelector(".btn-cookies"); btnCookies.addEventListener('click', acceptCookies); })(); }); </script>]]> |
186 | <![CDATA[<script type="text/javascript"> // FIlter anything $(document).ready(function () { $("#anythingSearch").on("keyup", function () { var value = $(this).val().toLowerCase(); $("#myDIV *").filter(function () { $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1) }); }); const ini = localStorage.getItem('inicio'); const age = localStorage.getItem('agenda'); const loc = localStorage.getItem('local'); if (ini=='sim'){ /*var tik = localStorage.getItem('ticket'); msg = '<div class="jumbotron"><h3 class="display-4">Atendimento!</h3><p class="lead">Dados do último agendamento.</p><hr class="my-4"><p>Ticket: '+tik+'</p><p>Dia: '+age+'</p><p>Local: '+loc+'</p><button type="button" class="btn btn-success btnc" data-dismiss="modal">Fechar</button></div>'; $('.modal-body').html(msg); $('#AgendaModal').modal('show') */ } }); </script>]]> |