Plantilla:Tabla

De Dungeons & Dragons wiki
Revisión del 12:07 5 jun 2025 de Redaccion (discusión | contribs.) (Página creada con «<style> .tabla { border-collapse: collapse; width: 100%; margin-top: 0.5em; } .tabla th { font-weight: bold; text-align: left; padding: 0.5em; background-color: #e0e0e0; } .tabla td { padding: 0.5em; border: none; } .tabla tr:nth-child(odd) td { background-color: transparent; } .tabla tr:nth-child(even) td { background-color: #f2f2f2; } .tabla-titulo { font-weight: bold; font-size: 1.2em; margin-bottom: 0.2em; } </style> <div class="tabla-…»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
Ir a la navegación Ir a la búsqueda

<style> .tabla {

 border-collapse: collapse;
 width: 100%;
 margin-top: 0.5em;

} .tabla th {

 font-weight: bold;
 text-align: left;
 padding: 0.5em;
 background-color: #e0e0e0;

} .tabla td {

 padding: 0.5em;
 border: none;

} .tabla tr:nth-child(odd) td {

 background-color: transparent;

} .tabla tr:nth-child(even) td {

 background-color: #f2f2f2;

} .tabla-titulo {

 font-weight: bold;
 font-size: 1.2em;
 margin-bottom: 0.2em;

} </style>

{{{titulo}}}
{{{contenido}}}