Module:Message box/sandbox/ambox.css: Difference between revisions

Content deleted Content added
Template is not protected
drop one classname to make override by compact ambox easier
 
(One intermediate revision by the same user not shown)
Line 2:
.ambox {
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 10px solid #36c; /* Default "notice" blue */
background-color: #fbfbfb;
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 */
.ambox-speedy {
/* @noflip */
border-left: 10px solid #b3242436c !important; /* RedDefault "notice" blue */
background-color: var(--background-color-neutral-subtle, #fee7e6fbfbfb) !important; /* Pink */
}
 
html body.mediawiki .ambox-deletespeedy {
/* @noflip */
border-left: 10px solid #b32424 !important; /* Red */
background-color: var(--background-color-destructive-subtle, #fee7e6) !important; /* Pink */
}
 
html body.mediawiki .ambox-termsdelete {
/* @noflip */
border-left: 10px solid #c0673bb32424 !important; /* Medium brown, about halfway in saturation between red and orangeRed */
background-color: #ffe7b1; /* paler brown/tan; roughly similar saturation to speedy pink */
}
 
html body.mediawiki .ambox-content {
/* @noflip */
border-left: 10px solid #f28500 !important; /* Orange */
}
 
html body.mediawiki .ambox-style {
/* @noflip */
border-left: 10px solid #fc3 !important; /* Yellow */
}
 
html body.mediawiki .ambox-move {
/* @noflip */
border-left: 10px solid #9932cc !important; /* Purple */
}
 
html body.mediawiki .ambox-protection {
/* @noflip */
border-left: 10px solid #a2a9b1 !important; /* Gray-gold */
}
 
.ambox .mbox-text {
border: none;
/* @noflip */