Mudanças entre as edições de "Predefinição:Teste/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
. | table.table-enhance { | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: # | background-color: #fff; | ||
border: 1px solid # | border: 1px solid #ccc; | ||
font-size: 14px; | font-size: 14px; | ||
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; | font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; | ||
box-shadow: 0 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); | ||
margin: 1em 0; | |||
} | } | ||
. | .table-enhance th, | ||
. | .table-enhance td { | ||
border: 1px solid # | border: 1px solid #e0e0e0; | ||
padding: | padding: 10px 14px; | ||
text-align: | text-align: center; | ||
vertical-align: middle; | |||
} | } | ||
. | .table-enhance th { | ||
background-color: # | background-color: #f5f5f5; | ||
font-weight: 600; | font-weight: 600; | ||
color: #333; | |||
} | } | ||
. | .table-enhance tr:nth-child(even) td { | ||
background-color: #fafafa; | background-color: #fafafa; | ||
} | } | ||
. | .table-enhance tr:hover td { | ||
background-color: #f0f8ff; | background-color: #f0f8ff; | ||
transition: background-color 0.2s ease; | |||
} | |||
.table-enhance td:first-child { | |||
font-weight: bold; | |||
color: #2c3e50; | |||
} | } | ||
Edição das 11h29min de 13 de junho de 2025
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;
}