Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Sin resumen de edición
Línea 38: Línea 38:
}
}


/* Estilo visual para tablas con estilo zebra */
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #e1caac;
    color: #000;
    text-align: center;
  }
}
table {
  table-layout: fixed;
  width: 80%;
  min-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align:center;
}
th,
td {
  vertical-align: top;
  padding: 0.6em;
}
th {
  background-color: #e1caac;
  color: black;
}
thead {
  background-color: #e1caac;
  color: black;
}
tbody tr:nth-child(odd) {
  background-color: #f9f5ef;
}
tbody tr:nth-child(even) {
  background-color: #ffffff;
}


/* TABLAS ESTILO CEBRA*/
/* TABLAS ESTILO CEBRA*/