Difference between revisions of "Module:If preview/styles.css"
MyWikiBiz, Author Your Legacy — Friday November 01, 2024
Jump to navigationJump to search (Zoran created the page Module:If preview/styles.css using a non-default content model "CSS") |
|||
Line 1: | Line 1: | ||
+ | /* {{pp|small=yes}} */ | ||
+ | .preview-warning { | ||
+ | font-style: italic; | ||
+ | /* @noflip */ | ||
+ | padding-left: 1.6em; | ||
+ | margin-bottom: 0.5em; | ||
+ | color: red; | ||
+ | } | ||
+ | /* The templatestyles element inserts a link element before hatnotes. | ||
+ | * TODO: Remove link if/when WMF resolves T200206 */ | ||
+ | .preview-warning + link + .preview-warning { | ||
+ | margin-top: -0.5em; | ||
+ | } |
Latest revision as of 23:17, 15 July 2021
/* {{pp|small=yes}} */ .preview-warning { font-style: italic; /* @noflip */ padding-left: 1.6em; margin-bottom: 0.5em; color: red; } /* The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206 */ .preview-warning + link + .preview-warning { margin-top: -0.5em; }