Content deleted Content added
Add .ambox-terms, med-brown (between red and orange) and pale brown bg-color, for forthcoming discussion section. |
drop one classname to make override by compact ambox easier |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
.ambox {
border: 1px solid #a2a9b1;
box-sizing: border-box;
}
/* Single border between stacked boxes. Take into account base templatestyles,
Line 34 ⟶ 32:
}
html body.mediawiki .ambox { /* override dark mode compat */
/* @noflip */
border-left: 10px solid #
background-color: var(--background-color-neutral-subtle, #
}
html body.mediawiki .ambox-
/* @noflip */
border-left: 10px solid #b32424 !important;
background-color: var(--background-color-destructive-subtle, #fee7e6) !important; /* Pink */
}
html body.mediawiki .ambox-
/* @noflip */
border-left: 10px solid #
}
html body.mediawiki .ambox-content {
/* @noflip */
border-left: 10px solid #f28500 !important;
}
html body.mediawiki .ambox-style {
/* @noflip */
border-left: 10px solid #fc3 !important;
}
html body.mediawiki .ambox-move {
/* @noflip */
border-left: 10px solid #9932cc !important;
}
html body.mediawiki .ambox-protection {
/* @noflip */
border-left: 10px solid #a2a9b1 !important;
}
.ambox
border: none;
/* @noflip */
|