Diferencia entre revisiones de «MediaWiki:Common.css»
De Unión PokéPRO - Wiki
Ir a la navegaciónIr a la búsqueda
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición Etiqueta: Revertido |
||
Línea 21: | Línea 21: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | |||
height: auto; | height: auto; | ||
} | } | ||
Línea 29: | Línea 29: | ||
flex-direction: row; | flex-direction: row; | ||
justify-content: center; | justify-content: center; | ||
} | } |
Revisión del 10:13 28 ene 2025
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ body { font-family: "Arial", sans-serif; } content { font-family: "Arial", sans-serif; } #firstHeading{ font-family: "Arial", sans-serif; } .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 { font-family: "Arial", sans-serif; } h1.wpb-name{ font-family: "Arial", sans-serif; } .wpb-topbanner{ display: flex; flex-direction: column; justify-content: center; height: auto; } .ext-wpb-pagebanner{ display: flex; flex-direction: row; justify-content: center; }