|
|
(No se muestran 20 ediciones intermedias del mismo usuario) |
Línea 1: |
Línea 1: |
| /* Estilos generales para la tabla */
| |
| .wikitable {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| }
| |
|
| |
|
| .wikitable th, .wikitable td {
| |
| border: 1px solid #ddd;
| |
| padding: 8px;
| |
| }
| |
|
| |
| .wikitable th {
| |
| background-color: #f2f2f2;
| |
| color: #333;
| |
| }
| |
|
| |
| .wikitable td {
| |
| background-color: #fff;
| |
| }
| |
|
| |
| .wikitable tr:nth-child(even) {
| |
| background-color: #f9f9f9;
| |
| }
| |
|
| |
| .wikitable td.highlight {
| |
| background-color: #ffd454;
| |
| width: 16.666%;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| }
| |
|
| |
| /* Estilo para las imágenes */
| |
| .wikitable img {
| |
| border-radius: 4px;
| |
| }
| |