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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
m (Limpou toda a página)
Etiquetas: Reversão manual anulando
 
(5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
table.table-enhance {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin: 1em 0;
}


.table-enhance th,
.table-enhance td {
  border: 1px solid #e0e0e0;
  padding: 10px 14px;
  text-align: center;
  vertical-align: middle;
}
.table-enhance th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #333;
}
.table-enhance tr:nth-child(even) td {
  background-color: #fafafa;
}
.table-enhance tr:hover td {
  background-color: #f0f8ff;
  transition: background-color 0.2s ease;
}
.table-enhance td:first-child {
  font-weight: bold;
  color: #2c3e50;
}

Edição atual tal como às 21h05min de 18 de agosto de 2025