Mudanças entre as edições de "Predefinição:Teste/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
(Limpou toda a página)
Etiquetas: Reversão manual anulando
Etiqueta: Revertido
Linha 1: Linha 1:
.wikitable {
  width: 100%;
  border-collapse: collapse;
  background-color: #fdfdfd;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.wikitable th,
.wikitable td {
  border: 1px solid #d0d0d0;
  padding: 8px 12px;
  text-align: left;
}
.wikitable th {
  background-color: #f3f3f3;
  color: #202020;
  font-weight: 600;
}
.wikitable tr:nth-child(even) {
  background-color: #fafafa;
}
.wikitable tr:hover {
  background-color: #f0f8ff;
}

Edição das 11h27min de 13 de junho de 2025

.wikitable {
  width: 100%;
  border-collapse: collapse;
  background-color: #fdfdfd;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wikitable th,
.wikitable td {
  border: 1px solid #d0d0d0;
  padding: 8px 12px;
  text-align: left;
}

.wikitable th {
  background-color: #f3f3f3;
  color: #202020;
  font-weight: 600;
}

.wikitable tr:nth-child(even) {
  background-color: #fafafa;
}

.wikitable tr:hover {
  background-color: #f0f8ff;
}