Content deleted Content added
No edit summary |
drop one classname to make override by compact ambox easier |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1:
.ambox {
border: 1px solid #a2a9b1;
/* @noflip */▼
border-left: 10px solid #36c; /* Default "notice" blue */▼
box-sizing: border-box;
}
}▼
/* Single border between stacked boxes. Take into account base templatestyles,
Line 37 ⟶ 32:
}
html body.mediawiki .ambox { /* override dark mode compat */
.ambox-speedy {▼
/* @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-
/* @noflip */
border-left: 10px solid #
}
html body.mediawiki .ambox-
/* @noflip */
border-left: 10px solid #
}
html body.mediawiki .ambox-
/* @noflip */
border-left: 10px solid #
}
html body.mediawiki .ambox-protection {
▲ /* @noflip */
▲}
border: none;
/* @noflip */
Line 98 ⟶ 99:
.ambox .mbox-image-div {
width: 52px;
}▼
margin-left: 23px !important;▼
}
Line 108 ⟶ 104:
.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
}
▲}
@media print {
body.ns-0 .ambox {
}
}
|