Module:Message box/ambox.css: Difference between revisions
m Protected "Module:Message box/ambox.css": match parent ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite)) |
m 20 revisions imported Tags: Mobile edit Mobile web edit |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* {{pp|small=y}} */ | |||
.ambox { | .ambox { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
/* @noflip */ | /* @noflip */ | ||
Line 91: | Line 91: | ||
padding: 0; | padding: 0; | ||
width: 1px; | width: 1px; | ||
} | |||
.ambox .mbox-image-div { | |||
width: 52px; | |||
} | |||
@media (min-width: 720px) { | |||
.ambox { | |||
margin: 0 10%; /* 10% = Will not overlap with other elements */ | |||
} | |||
} | |||
@media print { | |||
body.ns-0 .ambox { | |||
display: none !important; | |||
} | |||
} | } |