"ماڈیول:Message box/ambox.css" کے نسخوں کے درمیان فرق
hack around mf being opinionated |
move @print none to templatestyles from MediaWiki:Print.css to support MediaWiki talk:Common.css/to do#Turn mobile.css/js totally off |
||
سطر 105: | سطر 105: | ||
.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; | |||
} | } | ||
} | } |