.ambox{
background: var(--theme-alert-label);
}
/* Single border between stacked boxes. */
/* Remove link selector when T200206 is fixed. */
.ambox:not(.mbox-small-left) + link + .ambox:not(.mbox-small-left),
.ambox:not(.mbox-small-left) + link + style + .ambox:not(.mbox-small-left),
.ambox:not(.mbox-small-left) + link + link + .ambox:not(.mbox-small-left),
/* these may be unnecessary... */
.ambox:not(.mbox-small-left) + .mw-empty-elt + link + .ambox:not(.mbox-small-left),
.ambox:not(.mbox-small-left) + .mw-empty-elt + link + style + .ambox:not(.mbox-small-left),
.ambox:not(.mbox-small-left) + .mw-empty-elt + link + link + .ambox:not(.mbox-small-left){
margin-top: calc(-0.25em - 1px);
}
/* Types */
.ambox-content{
border-color: #f28500;
}
.ambox-style{
border-color: #ffcc33;
}
.ambox-notice{
border-color: #3366cc;
}
.ambox-move{
border-color: #9932cc;
}
/* Label */
.ambox .mbox-label{
font-weight: bold;
font-size: larger;
}
/* Hide in print output */
@media print{
body.ns-0 .ambox{
display: none;
}
}
/* [[Category:Memory Alpha CSS]] */