252
| <![CDATA[<td axis="c2" style="height: 150px; width: 250px;">
<img id="imgCodigoCaptcha" src="GerarCaptcha.aspx?638311266151124537" alt="Imagem codigo verificador a ser digitado Captcha" />
</td>]]>
|
11
| <![CDATA[<style>
a:focus, a:hover {
border: 0px solid darkgray;
}
.btn:hover {
border: 3px solid darkgray;
}
.li a:hover {
border: 3px solid darkgray;
}
</style>]]>
|
25
| <![CDATA[<style>
* {
box-sizing: border-box;
}
.wrapper {
max-width: 700px;
margin: 0 auto;
padding: 1em;
background: #f9f9f9;
border: 1px solid #c1c1c1;
}
input:focus,
textarea:focus {
outline: 3px solid darkblue;
}
select,
input,
textarea,
button {
width: 100%;
border: 1px solid #000;
}
.wrapper > * {
padding: 1em;
}
form label {
display: block;
}
form p {
margin: 0;
}
select,
button,
input,
textarea {
padding: 1em;
}
button {
background: lightgrey;
width: 100%;
border: 0;
}
button:hover, button:focus {
background: darkblue;
outline: 0;
}
form {
display: grid;
/*grid-template-columns: 2fr 1fr;*/
grid-gap: 12px;
}
form p {
grid-column: 1 / 2;
}
.input-file-wrapper {
grid-column: 2 / 3;
grid-row: 1 / 2;
}
p {
font-size: 12px;
}
h1 {
font-size: 22px;
}
</style>]]>
|
105
| <![CDATA[<style type="text/css">
.auto-style1 {
width: 469px;
}
</style>]]>
|
147
| <![CDATA[<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>]]>
|
316
| <![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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-6172929-9', 'auto');
ga('send', 'pageview');
</script>]]>
|
329
| <![CDATA[<script>
var changeUrlSelect = function () {
window.location = this.options[this.selectedIndex].value
};
var keyupTab = function (a) {
if (a.keyCode == 9) {
document.getElementById("accessibility").removeAttribute("class");
document.querySelector(".nav-accessibility a[accesskey='1']").focus();
ga("send", {
hitType: "event",
eventCategory: "accessibility",
eventAction: "start",
eventLabel: window.location.href,
nonInteraction: true
});
document.onkeyup = null
}
};
window.onload = function () {
//document.getElementById("orgaosSecretarias").onchange = changeUrlSelect;
//document.getElementById("orgaosSubprefeituras").onchange = changeUrlSelect;
//document.getElementById("orgaosOutros").onchange = changeUrlSelect;
document.onkeyup = keyupTab;
$("#nav").affix({
offset: {
top: 100 //(document.querySelector(".header").offsetHeight)
}
})
};
</script>]]>
|