Skip to content

www2.ssp.sp.gov.br/aacweb/carrega-iframe by Junior2099

Screenshot of www2.ssp.sp.gov.br/aacweb/carrega-iframe

Details

AuthorJunior2099

LicenseNo License

Categoryantecedentes criminais

Created

Updated

Code size2.8 kB

Code checksumc8799170

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ANTECEDENTES CRIMINAIS

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www2.ssp.sp.gov.br/aacweb/carrega-iframe
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www2.ssp.sp.gov.br/aacweb/carrega-iframe") {
   body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

#page {
    width: 90%;
    max-width: 960px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#header {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px 8px 0 0;
}

#header h1 {
    margin: 0;
    font-size: 1.8em;
}

#navAccess {
    list-style: none;
    padding: 0;
    text-align: right;
    margin-top: 10px;
}

#navAccess li {
    display: inline;
    margin-left: 10px;
}

#navAccess a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
}

#navAccess a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

table td.texto2 {
    font-size: 0.9em;
    color: #555;
}

table td img {
    margin-right: 5px;
    vertical-align: middle;
}

.tit3 {
    font-size: 1rem;
    color: #0056b3;
    margin-bottom: 10px;
}

#conteudo {
    padding: 20px;
}

#conteudo p.texto1 {
    margin-bottom: 15px;
    font-size: 1rem;
}

#conteudo a {
    color: #0056b3;
    text-decoration: none;
}

#conteudo a:hover {
    text-decoration: underline;
}

#conteudo img {
    border: none;
    vertical-align: middle;
    margin: 10px 5px;
    width: 150px;
    
}
    
img[src="/AACWEBSTATIC/imagens/butvalidar.gif"] {
    display: none;
}


    
/* Melhorias para dispositivos móveis */
@media (max-width: 600px) {
    #page {
        width: 110%;
        padding: 10px;
    }

    table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
    
    .wwFormTable input[type="submit"],
.wwFormTable input[type="button"] {
    background-color: #0056b3;
    color: white;
    padding: 15px 30px; /* Aumentando o preenchimento */
    font-size: 2em; /* Aumentando o tamanho da fonte */
    border: none;
    border-radius: 8px; /* Aumentando o arredondamento das bordas */
    cursor: pointer;
    margin-top: 20px; /* Aumentando a margem superior */
    min-width: 150px; /* Definindo uma largura mínima */
}
}

Reviews

No reviews yet.