<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://support.theopenroad.cloud/index.php?action=history&amp;feed=atom&amp;title=Module%3ASide_box%2Fstyles.css</id>
	<title>Module:Side box/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://support.theopenroad.cloud/index.php?action=history&amp;feed=atom&amp;title=Module%3ASide_box%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://support.theopenroad.cloud/index.php?title=Module:Side_box/styles.css&amp;action=history"/>
	<updated>2026-04-16T17:16:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://support.theopenroad.cloud/index.php?title=Module:Side_box/styles.css&amp;diff=6471&amp;oldid=prev</id>
		<title>TheOpenRoad Corporation: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://support.theopenroad.cloud/index.php?title=Module:Side_box/styles.css&amp;diff=6471&amp;oldid=prev"/>
		<updated>2025-06-19T15:29:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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 15:29, 19 June 2025&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>TheOpenRoad Corporation</name></author>
	</entry>
	<entry>
		<id>https://support.theopenroad.cloud/index.php?title=Module:Side_box/styles.css&amp;diff=6470&amp;oldid=prev</id>
		<title>wikipedia&gt;Andrybak: Override font-size for embedded side boxes. Non-embedded Template:Side box gets `font-size: 88%;` from Module:Side box/styles.css#L-6; an embedded Template:Side box (usually through the module) gets the same 88% plus another 88% from class .infobox at MediaWiki:Common.css (to be migrated to Module:Infobox/styles.css). 0.88*0.88=0.7744, which is less than 85% from the guideline MOS:FONTSIZE. See also Special:Diff/1290232777</title>
		<link rel="alternate" type="text/html" href="https://support.theopenroad.cloud/index.php?title=Module:Side_box/styles.css&amp;diff=6470&amp;oldid=prev"/>
		<updated>2025-05-17T17:06:26Z</updated>

		<summary type="html">&lt;p&gt;Override font-size for embedded side boxes. Non-embedded &lt;a href=&quot;/index.php?title=Template:Side_box&quot; title=&quot;Template:Side box&quot;&gt;Template:Side box&lt;/a&gt; gets `font-size: 88%;` from &lt;a href=&quot;/index.php?title=Module:Side_box/styles.css#L-6&quot; title=&quot;Module:Side box/styles.css&quot;&gt;Module:Side box/styles.css#L-6&lt;/a&gt;; an embedded &lt;a href=&quot;/index.php?title=Template:Side_box&quot; title=&quot;Template:Side box&quot;&gt;Template:Side box&lt;/a&gt; (usually through the module) gets the same 88% plus another 88% from &lt;a href=&quot;/index.php?title=Special:PermanentLink/1278705130#L-257--L-264&quot; title=&quot;Special:PermanentLink/1278705130&quot;&gt;class .infobox at MediaWiki:Common.css&lt;/a&gt; (to be migrated to &lt;a href=&quot;/index.php?title=Module:Infobox/styles.css&quot; title=&quot;Module:Infobox/styles.css&quot;&gt;Module:Infobox/styles.css&lt;/a&gt;). 0.88*0.88=0.7744, which is less than 85% from the guideline &lt;a href=&quot;/index.php?title=MOS:FONTSIZE&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;MOS:FONTSIZE (page does not exist)&quot;&gt;MOS:FONTSIZE&lt;/a&gt;. See also &lt;a href=&quot;/index.php?title=Special:Diff/1290232777&quot; title=&quot;Special:Diff/1290232777&quot;&gt;Special:Diff/1290232777&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp|small=y}} */&lt;br /&gt;
.side-box {&lt;br /&gt;
	margin: 4px 0;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	border: 1px solid #aaa;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.25em;&lt;br /&gt;
	background-color: var(--background-color-interactive-subtle, #f8f9fa);&lt;br /&gt;
    display: flow-root;&lt;br /&gt;
}&lt;br /&gt;
/* embedded side boxes need larger font */&lt;br /&gt;
.infobox .side-box {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.side-box-abovebelow,&lt;br /&gt;
.side-box-text {&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.side-box-image {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 2px 0 2px 0.9em;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.side-box-imageright {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 2px 0.9em 2px 0;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* roughly the skin&amp;#039;s sidebar + size of side box */&lt;br /&gt;
@media (min-width: 500px) {&lt;br /&gt;
	.side-box-flex {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	.side-box-text {&lt;br /&gt;
		flex: 1;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 720px) {&lt;br /&gt;
	.side-box {&lt;br /&gt;
		width: 238px;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	.side-box-right {&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-left: 1em;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* derives from mbox classes, which do not float left in mbox-small-left&lt;br /&gt;
	 * so far as I can tell, that was a deliberate decision, since only .ambox&lt;br /&gt;
	 * supports mbox-left&lt;br /&gt;
	 */&lt;br /&gt;
	.side-box-left {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-right: 1em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Andrybak</name></author>
	</entry>
</feed>