Diferencia entre revisiones de «MediaWiki:Common.css»

sin resumen de edición
m (generalize)
/* thumbnail attribution style */
.attribution { font-size: smaller; text-align: center; }
 
 
/* Main page overviews */
.cosmere-overview {
column-count: 3;
font-size: 110%;
width: 80%;
margin: auto;
}
 
.series-overview p {
width: 100%;
display: grid;
grid-template-columns: repeat(5, 1fr);
font-size: 130%;
padding: 1px;
grid-gap: 2px;
text-align: center;
font-weight: bold;
}