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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Etiqueta: Revertido
Linha 1: Linha 1:
.wikitable {
table.table-enhance {
   width: 100%;
   width: 100%;
   border-collapse: collapse;
   border-collapse: collapse;
   background-color: #fdfdfd;
   background-color: #fff;
   border: 1px solid #d0d0d0;
   border: 1px solid #ccc;
   font-size: 14px;
   font-size: 14px;
  line-height: 1.5;
   font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
   font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin: 1em 0;
}
}


.wikitable th,
.table-enhance th,
.wikitable td {
.table-enhance td {
   border: 1px solid #d0d0d0;
   border: 1px solid #e0e0e0;
   padding: 8px 12px;
   padding: 10px 14px;
   text-align: left;
   text-align: center;
  vertical-align: middle;
}
}


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


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


.wikitable tr:hover {
.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;
}