<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2Fstyles.css</id>
	<title>Template:Infobox/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Template:Infobox/styles.css&amp;action=history"/>
	<updated>2026-04-14T07:50:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Template:Infobox/styles.css&amp;diff=323&amp;oldid=prev</id>
		<title>Lynn: Lynn changed the content model of the page Template:Infobox/styles.css from &quot;wikitext&quot; to &quot;Sanitized CSS&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Template:Infobox/styles.css&amp;diff=323&amp;oldid=prev"/>
		<updated>2026-01-25T00:45:32Z</updated>

		<summary type="html">&lt;p&gt;Lynn changed the content model of the page &lt;a href=&quot;/index.php?title=Template:Infobox/styles.css&quot; title=&quot;Template:Infobox/styles.css&quot;&gt;Template:Infobox/styles.css&lt;/a&gt; from &amp;quot;wikitext&amp;quot; to &amp;quot;Sanitized CSS&amp;quot;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:45, 25 January 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Template:Infobox/styles.css&amp;diff=315&amp;oldid=prev</id>
		<title>Lynn: Created page with &quot;/**  * Common TemplateStyles used by Template:Extension, Template:Skin,  * Template:Tool, etc.  */ .infobox { 	box-sizing: border-box; 	border: 2px solid var( --border-color-base, #a2a9b1 ); 	width: 280px; 	border-collapse: collapse; 	border-spacing: 0; 	background-color: white; 	color: #333; 	/* these are overriden by .infobox-rtl on the templates of interest */ 	/* @noflip */ 	clear: right; 	/* @noflip */ 	float: right; 	/* @noflip */ 	margin: 0 0 0.5em 0.5...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Template:Infobox/styles.css&amp;diff=315&amp;oldid=prev"/>
		<updated>2026-01-25T00:27:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;*  * Common TemplateStyles used by &amp;#91;&amp;#91;Template:Extension&amp;#93;&amp;#93;, &amp;#91;&amp;#91;Template:Skin&amp;#93;&amp;#93;,  * &amp;#91;&amp;#91;Template:Tool&amp;#93;&amp;#93;, etc.: &lt;/span&gt; .infobox { 	box-sizing: border-box; 	border: 2px solid var( --border-color-base, #a2a9b1 ); 	width: 280px; 	border-collapse: collapse; 	border-spacing: 0; 	background-color: white; 	color: #333; 	&lt;span class=&quot;autocomment&quot;&gt;these are overriden by .infobox-rtl on the templates of interest: &lt;/span&gt; 	&lt;span class=&quot;autocomment&quot;&gt;@noflip: &lt;/span&gt; 	clear: right; 	&lt;span class=&quot;autocomment&quot;&gt;@noflip: &lt;/span&gt; 	float: right; 	&lt;span class=&quot;autocomment&quot;&gt;@noflip: &lt;/span&gt; 	margin: 0 0 0.5em 0.5...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * Common TemplateStyles used by [[Template:Extension]], [[Template:Skin]],&lt;br /&gt;
 * [[Template:Tool]], etc.&lt;br /&gt;
 */&lt;br /&gt;
.infobox {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	border: 2px solid var( --border-color-base, #a2a9b1 );&lt;br /&gt;
	width: 280px;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	border-spacing: 0;&lt;br /&gt;
	background-color: white;&lt;br /&gt;
	color: #333;&lt;br /&gt;
	/* these are overriden by .infobox-rtl on the templates of interest */&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	clear: right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	margin: 0 0 0.5em 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-rtl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	clear: left;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	margin: 0 0.5em 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox th {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	padding: 0.2em 0.5em;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-rtl th {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 719px) {&lt;br /&gt;
	/* high specificity to ensure specific infoboxes won&amp;#039;t override these&lt;br /&gt;
	 * properties with their own tstyles inadvertently */&lt;br /&gt;
	body.mediawiki .infobox {&lt;br /&gt;
		float: none;&lt;br /&gt;
		clear: both;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 .5em 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox td {&lt;br /&gt;
	border: none;&lt;br /&gt;
	padding: 0.2em 0.5em;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header {&lt;br /&gt;
	background-color: #a2a9b1;&lt;br /&gt;
	color: #FFF;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header a {&lt;br /&gt;
	color: #FFF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header td,&lt;br /&gt;
.infobox-header th {&lt;br /&gt;
	padding: 0.5em 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header img {&lt;br /&gt;
	padding: 0 0.2em 0 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	html.skin-theme-clientpref-night .infobox {&lt;br /&gt;
		background-color: inherit;&lt;br /&gt;
		color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
  html.skin-theme-clientpref-os .infobox {&lt;br /&gt;
	background-color: inherit;&lt;br /&gt;
	color: inherit;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>