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: Reversión manual |
Sin resumen de edición |
||
Línea 5: | Línea 5: | ||
content { | content { | ||
font-family: "Arial", sans-serif; | font-family: "Arial", sans-serif; | ||
image-rendering: crisp-edges; | |||
} | } | ||
#firstHeading{ | #firstHeading{ | ||
Línea 12: | Línea 13: | ||
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 { | .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 { | ||
font-family: "Arial", sans-serif; | font-family: "Arial", sans-serif; | ||
} | } |
Revisión del 16:45 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; image-rendering: crisp-edges; } #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; }