Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Sin resumen de edición
Línea 39: Línea 39:


thead tr {
thead tr {
   background-color: #e1caac;
   background: #e1caac;
   text-color: #ffffff;
   color: black;
}
}


tbody tr:nth-child(odd) {
tbody tr:nth-child(odd) {
   background-color: #f9f5ef;
   background-color: #f9f5ef;
}
tbody tr:nth-child(even) {
  background-color: #ffffff;
}
}