Module:If preview/styles.css: Difference between revisions
Appearance
AZMindroma (talk | contribs) From Wikipedia (https://en.wikipedia.org/wiki/Module:If_preview) |
AZMindroma (talk | contribs) m Add attribution |
||
| Line 1: | Line 1: | ||
/* | |||
* This file uses material from the Wikipedia/MediaWiki project, | |||
* released under the Creative Commons Attribution-ShareAlike 4.0 International License. | |||
* Source: https://en.wikipedia.org/wiki/Module:If preview/styles.css | |||
*/ | |||
/* {{pp|small=yes}} */ | /* {{pp|small=yes}} */ | ||
.preview-warning { | .preview-warning { | ||
Latest revision as of 12:08, 22 May 2026
/*
* This file uses material from the Wikipedia/MediaWiki project,
* released under the Creative Commons Attribution-ShareAlike 4.0 International License.
* Source: https://en.wikipedia.org/wiki/Module:If preview/styles.css
*/
/* {{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;
}