Template:Multiple issues and Template:Multiple issues/styles.css: Difference between pages

From Frontierpedia, the Microsoft Agent encyclopedia
(Difference between pages)
m (1 revision imported)
 
en>Izno
(add these other inline styles)
 
Line 1: Line 1:
{{ {{{|safesubst:}}}#invoke:Unsubst||$B=
/* {{pp|small=y}} */
{{Ambox
.multiple-issues-text {
|name  = Multiple issues
width: 95%;
|templatestyles = Multiple issues/styles.css
margin: 0.2em 0;
|doc  = no
}
|subst = <includeonly>{{subst:substcheck}}</includeonly>
 
|class = ambox-multiple_issues compact-ambox
.multiple-issues-text > .mw-collapsible-content {
|type  = content
margin-top: 0.3em;
|removalnotice = yes <!-- as of 2016-06, param does not work on this template -->
}
|cat=Articles with multiple maintenance issues
 
|text  =
/* Remove borders, backgrounds, padding, etc. */
<div class="multiple-issues-text {{#if:{{{1|}}}|mw-collapsible {{#ifeq:{{{collapsed}}}|yes|mw-collapsed}}}}"><!--
.compact-ambox .ambox {
-->'''This {{#if:{{{section|}}}|section|article}} has multiple issues.''' Please help '''[{{fullurl:{{FULLPAGENAME}}|action=edit}} improve it]''' or discuss these issues on the '''[[{{TALKPAGENAME}}|talk page]]'''. <small>''([[Help:Maintenance template removal|Learn how and when to remove these template messages]])''</small>
border: none;
{{#if:{{{1|}}}
border-collapse: collapse;
  | <div class="mw-collapsible-content">
background-color: transparent;
      {{#invoke:String|replace|source={{{1|}}}|pattern=style="display: none"|replace=|count=}}<!--remove style="display: none", to support display of {{orphan}} messages in {{multiple issues}}-->
margin: 0 0 0 1.6em !important;
    </div>
padding: 0 !important;
  | <includeonly>{{error|No issues specified. Please specify issues, or remove this template.}}</includeonly>
width: auto;
}}
display: block;
</div>
}
{{#if:{{{2|}}}|[[Category:Pages using multiple issues with unknown parameters|§{{PAGENAME}}]]}}
 
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using multiple issues with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Multiple issues]] with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | collapsed | section }}
body.mediawiki .compact-ambox .ambox.mbox-small-left {
}}<noinclude>
font-size: 100%;
{{Documentation}}
width: auto;
</noinclude>
margin: 0;
}
 
/* Style the text cell as a list item and remove its padding */
.compact-ambox .ambox .mbox-text {
padding: 0 !important;
margin: 0 !important;
}
 
.compact-ambox .ambox .mbox-text-span {
display: list-item;
line-height: 1.5em;
list-style-type: disc;
}
 
/* Hide the images */
.compact-ambox .ambox .mbox-image,
.compact-ambox .ambox .mbox-imageright,
.compact-ambox .ambox .mbox-empty-cell,
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
display: none;
}

Revision as of 20:39, 7 May 2022

/* {{pp|small=y}} */
.multiple-issues-text {
	width: 95%;
	margin: 0.2em 0;
}

.multiple-issues-text > .mw-collapsible-content {
	margin-top: 0.3em;
}

/* Remove borders, backgrounds, padding, etc. */
.compact-ambox .ambox {
	border: none;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0 0 0 1.6em !important;
	padding: 0 !important;
	width: auto;
	display: block;
}

body.mediawiki .compact-ambox .ambox.mbox-small-left {
	font-size: 100%;
	width: auto;
	margin: 0;
}

/* Style the text cell as a list item and remove its padding */
.compact-ambox .ambox .mbox-text {
	padding: 0 !important;
	margin: 0 !important;
}

.compact-ambox .ambox .mbox-text-span {
	display: list-item;
	line-height: 1.5em;
	list-style-type: disc;
}

/* Hide the images */
.compact-ambox .ambox .mbox-image,
.compact-ambox .ambox .mbox-imageright,
.compact-ambox .ambox .mbox-empty-cell,
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
	display: none;
}