Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
(www) Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
table.table-enhance { | table.table-enhance { | ||
width: | max-width: 600px; | ||
margin: 1em auto; | |||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: #fff; | background-color: #fff; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
font-size: | font-size: 13px; | ||
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; | font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; | ||
box-shadow: 0 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); | ||
} | } | ||
| Linha 13: | Linha 13: | ||
.table-enhance td { | .table-enhance td { | ||
border: 1px solid #e0e0e0; | border: 1px solid #e0e0e0; | ||
padding: 10px | padding: 6px 10px; | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
Edição das 11h31min de 13 de junho de 2025
table.table-enhance {
max-width: 600px;
margin: 1em auto;
border-collapse: collapse;
background-color: #fff;
border: 1px solid #ccc;
font-size: 13px;
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.table-enhance th,
.table-enhance td {
border: 1px solid #e0e0e0;
padding: 6px 10px;
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;
}