Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 76: | Línea 76: | ||
tbody tr:nth-child(odd) { | tbody tr:nth-child(odd) { | ||
background-color: #f9f5ef; | background-color: #f9f5ef; | ||
} | |||
tbody tr:nth-child(even) { | |||
background-color: #ffffff; | |||
} | |||
/* Estilo visual para tablas con estilo zebra */ | |||
.wiktabla > tr > th, .wikitable > * > tr > th { | |||
background-color: #aad7fd; | |||
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: #aad7fd; | |||
color: black; | |||
} | |||
thead { | |||
background-color: #aad7fd; | |||
color: black; | |||
} | |||
tbody tr:nth-child(odd) { | |||
background-color: #4c9afd; | |||
} | } | ||
| Línea 83: | Línea 126: | ||
/* Indicadores de bytes en Cambios recientes */ | /* Indicadores de bytes en Cambios recientes */ | ||
.mw-plusminus-pos { color: # | .mw-plusminus-pos { color: #2aa933; } | ||
.mw-plusminus-neg { color: #e3636d; } | .mw-plusminus-neg { color: #e3636d; } | ||