Module:Message box/ambox.css: Difference between revisions
m 1 revision imported |
Undid revision 1305420660 by Pppery (talk) Seems to have caused Wikipedia:Village_pump_(technical)#Coptic_identity:_Maintenance_template_has_extra_orange_stripe |
||
| Line 95: | Line 95: | ||
.ambox .mbox-image-div { | .ambox .mbox-image-div { | ||
width: 52px; | width: 52px; | ||
} | } | ||
| 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; | |||
} | } | ||
} | } | ||