MediaWiki:Common.css: mudanças entre as edições
Aparência
Criou página com '→Estilos para a Predefinição LinhaNorma: .norma-header-box { text-align: left !important; } .norma-box-Geral { background-color: #e3f2fd !important; } .norma-box-Especial { background-color: #fff3e0 !important; } .norma-box-Setorial { background-color: #e8f5e9 !important; } .norma-box-Revogada { background-color: #ffebee !important; }' |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* | /* Container do Card com Sombra Sutil e Borda Escura */ | ||
.norma- | .norma-container { | ||
display: block; | |||
clear: both; | |||
width: 100%; | |||
margin-bottom: 16px; | |||
box-sizing: border-box; | |||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1); | |||
border: 1px solid #bbb !important; | |||
border-radius: 6px; | |||
overflow: hidden; | |||
} | } | ||
.norma-box-Geral { | |||
/* Cores Unificadas por Classe (Cabeçalho e Conteúdo) */ | |||
.norma-box-Geral th, .norma-box-Geral td { | |||
background-color: #e3f2fd !important; | background-color: #e3f2fd !important; | ||
} | } | ||
.norma-box-Especial { | .norma-box-Especial th, .norma-box-Especial td { | ||
background-color: #fff3e0 !important; | background-color: #fff3e0 !important; | ||
} | } | ||
.norma-box-Setorial { | .norma-box-Setorial th, .norma-box-Setorial td { | ||
background-color: #e8f5e9 !important; | background-color: #e8f5e9 !important; | ||
} | } | ||
.norma-box-Revogada { | .norma-box-Revogada th, .norma-box-Revogada td { | ||
background-color: #ffebee !important; | background-color: #ffebee !important; | ||
} | } | ||
Edição das 22h15min de 1 de julho de 2026
/* Container do Card com Sombra Sutil e Borda Escura */
.norma-container {
display: block;
clear: both;
width: 100%;
margin-bottom: 16px;
box-sizing: border-box;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid #bbb !important;
border-radius: 6px;
overflow: hidden;
}
/* Cores Unificadas por Classe (Cabeçalho e Conteúdo) */
.norma-box-Geral th, .norma-box-Geral td {
background-color: #e3f2fd !important;
}
.norma-box-Especial th, .norma-box-Especial td {
background-color: #fff3e0 !important;
}
.norma-box-Setorial th, .norma-box-Setorial td {
background-color: #e8f5e9 !important;
}
.norma-box-Revogada th, .norma-box-Revogada td {
background-color: #ffebee !important;
}