Diferencia entre revisiones de «Plantilla:ContentGrid/styles.css»

De WikiCAAD
 
Línea 6: Línea 6:
.tpl-contentgrid .mw-tpl-colorbox {
.tpl-contentgrid .mw-tpl-colorbox {
margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */
margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */
}
mw-tpl-colorbox {
background: none;
}
.mw-parser-output .mw-tpl-colorbox {
background: green !important;
}
}

Revisión actual - 21:44 11 feb 2024

.tpl-contentgrid {
	margin: 1em 0;
	display: grid;
}

.tpl-contentgrid .mw-tpl-colorbox {
	margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */
}