pln_ddgp_plus-LG / ddgp_style.css
AniseF's picture
Create ddgp_style.css
1fcb5c4 verified
Raw
History Blame Contribute Delete
1.23 kB
/* ==========================================
PLN DDGP PLUS - MAPA DE ESTILOS VISUAIS
========================================== */
#main-container {
max-width: 1150px;
margin: 0 auto;
padding: 10px;
}
.title-header {
text-align: center;
color: #0f172a;
font-family: 'Georgia', 'Times New Roman', serif;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 4px;
}
.sub-header {
text-align: center;
color: #475569;
font-size: 1.05rem;
margin-bottom: 20px;
}
/* Estilização da Tabela de Resultados DDGP */
.ddgp-table table {
font-size: 14px !important;
border-collapse: collapse !important;
}
.ddgp-table th {
background-color: #1e293b !important;
color: #ffffff !important;
font-weight: 600 !important;
text-align: left !important;
}
/* Cores de destaque por Tipo de Classe Gramatical no DDGP */
.pos-substantivo { color: #1e40af; font-weight: bold; } /* Azul */
.pos-verbo { color: #b91c1c; font-weight: bold; } /* Vermelho */
.pos-adjetivo { color: #047857; font-weight: bold; } /* Verde */
.pos-adverbio { color: #7c2d12; } /* Castanho */
.pos-particula { color: #6b21a8; } /* Roxo */