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

Created page with "{{pp|small=y}}: .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, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais..."
 
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 95: Line 95:
.ambox .mbox-image-div {
.ambox .mbox-image-div {
width: 52px;
width: 52px;
}
/* Hack around MobileFrontend being opinionated */
html.client-js body.skin-minerva .mbox-text-span {
margin-left: 23px !important;
}
}


Line 105: Line 100:
.ambox {
.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
}
}
@media print {
body.ns-0 .ambox {
display: none !important;
}
}
}
}