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 |
Sin resumen de edición |
||
Línea 33: | Línea 33: | ||
.pokepanel{ | .pokepanel{ | ||
background-color: #D9E4DB; | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
Línea 38: | Línea 39: | ||
border: 2px; | border: 2px; | ||
border-style: solid; | border-style: solid; | ||
border-color: | border-color: black; | ||
} | } | ||
Línea 44: | Línea 45: | ||
display: flex !important; | display: flex !important; | ||
flex-direction: row; | flex-direction: row; | ||
align- | align-content: center; | ||
} | } |
Revisión del 18:25 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; } img { image-rendering: pixelated; } .mainbody { display: flex; flex-direction: column; } .pokeinfohead { display: flex !important; flex-direction: row; justify-content: space-between; } .pokeinfohead1{ display: flex; flex-direction: column; } .pokepanel{ background-color: #D9E4DB; display: flex; flex-direction: column; padding: 6px; border: 2px; border-style: solid; border-color: black; } .pokemainimage{ display: flex !important; flex-direction: row; align-content: center; }