Diferencia entre revisiones de «Plantilla:ContentGrid/styles.css»
De WikiCAAD
Línea 10: | Línea 10: | ||
mw-tpl-colorbox { | mw-tpl-colorbox { | ||
background: none; | background: none; | ||
} | |||
.mw-parser-output .mw-tpl-colorbox { | |||
background: green; | |||
} | } |
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;
}