Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 18: | Línea 18: | ||
width: 100%; | width: 100%; | ||
} | } | ||
} | } | ||
| Línea 234: | Línea 189: | ||
/*Encales especiales (créditos es.pokemon) */ | /*Encales especiales (créditos es.pokemon) */ | ||
.enlacesblancos a, .enlacesblancos a:visited { color: white; } | .enlacesblancos a, .enlacesblancos a:visited { color: white; } | ||
/* Estilo visual para tablas */ | |||
.wikitable { | |||
background-color: #ffffff; | |||
} | |||
} | |||
.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; | |||
} | |||
thead tr { | |||
background: #e1caac; | |||
color: black; | |||
} | |||
tbody tr:nth-child(odd) { | |||
background-color: #f9f5ef; | |||
} | |||
tbody tr:nth-child(even) { | |||
background-color: #ffffff; | |||
} | |||