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 15: Línea 15:
img {
img {
image-rendering: pixelated;
image-rendering: pixelated;
}
.pokepanel{
display: flex;
flex-direction: column;
}
}


Línea 31: Línea 26:
flex-direction: row;
flex-direction: row;
justify-content: space-between;
justify-content: space-between;
}
.pokepanel{
display: flex;
flex-direction: column;
}
}

Revisión del 17:29 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;
}

.div1{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pokepanel{
	display: flex;
	flex-direction: column;
}