Spaces:
Runtime error
Runtime error
| /* ========================================== | |
| 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 ; | |
| border-collapse: collapse ; | |
| } | |
| .ddgp-table th { | |
| background-color: #1e293b ; | |
| color: #ffffff ; | |
| font-weight: 600 ; | |
| text-align: left ; | |
| } | |
| /* 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 */ |