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

De WikiCAAD
Línea 12: Línea 12:
}
}
.mw-parser-output .mw-tpl-colorbox {
.mw-parser-output .mw-tpl-colorbox {
background: green;
background: green !important;
}
}

Revisión del 21:39 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]] */
}

mw-tpl-colorbox {
	background: none;
}
.mw-parser-output .mw-tpl-colorbox {
		background: green !important;
}