<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://prdmc.ca/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AUserbox%2Fstyles.css</id>
	<title>Template:Userbox/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://prdmc.ca/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AUserbox%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Userbox/styles.css&amp;action=history"/>
	<updated>2026-04-15T05:14:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://prdmc.ca/w/index.php?title=Template:Userbox/styles.css&amp;diff=1891&amp;oldid=prev</id>
		<title>RandomUser34: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Userbox/styles.css&amp;diff=1891&amp;oldid=prev"/>
		<updated>2026-02-18T02:08:41Z</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 02:08, 18 February 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>RandomUser34</name></author>
	</entry>
	<entry>
		<id>https://prdmc.ca/w/index.php?title=Template:Userbox/styles.css&amp;diff=1890&amp;oldid=prev</id>
		<title>wp&gt;Jonesey95: fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value</title>
		<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Userbox/styles.css&amp;diff=1890&amp;oldid=prev"/>
		<updated>2025-10-04T02:03:58Z</updated>

		<summary type="html">&lt;p&gt;fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp-template}} */&lt;br /&gt;
.wikipediauserbox {&lt;br /&gt;
	margin: 1px;&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	width: 238px;&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikipediauserbox table {&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	width: 238px;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	background: #eee;&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikipediauserbox td {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikipediauserbox .userbox-info {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	font-size: 8pt;&lt;br /&gt;
	padding: 0 4px 0 4px;&lt;br /&gt;
	height: 45px;&lt;br /&gt;
	line-height: 1.25em;&lt;br /&gt;
	color: inherit;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikipediauserbox .userbox-id,&lt;br /&gt;
.wikipediauserbox .userbox-id2 {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	width: 45px;&lt;br /&gt;
	height: 45px;&lt;br /&gt;
	background: #ddd;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-size: 14pt;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: inherit;&lt;br /&gt;
	padding: 0 1px 0 0;&lt;br /&gt;
	line-height: 1.25em;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Dark mode fixes */&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	html.skin-theme-clientpref-night .wikipediauserbox table {&lt;br /&gt;
		background: #202122;&lt;br /&gt;
	    color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	html.skin-theme-clientpref-night .wikipediauserbox .userbox-id,&lt;br /&gt;
	html.skin-theme-clientpref-night .wikipediauserbox .userbox-id2 {&lt;br /&gt;
		background: #27292d;&lt;br /&gt;
	    color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Defined background, no foreground color (temporary fix) */&lt;br /&gt;
	html.skin-theme-clientpref-night .wikipediauserbox table[style*=&amp;quot;background&amp;quot;] .userbox-info {&lt;br /&gt;
		color: #202122;&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 .wikipediauserbox table {&lt;br /&gt;
		background: #202122;&lt;br /&gt;
	    color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	html.skin-theme-clientpref-os .wikipediauserbox .userbox-id,&lt;br /&gt;
	html.skin-theme-clientpref-os .wikipediauserbox .userbox-id2 {&lt;br /&gt;
		background: #27292d;&lt;br /&gt;
	    color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Defined background, no foreground color (temporary fix) */&lt;br /&gt;
	html.skin-theme-clientpref-os .wikipediauserbox table[style*=&amp;quot;background&amp;quot;] .userbox-info {&lt;br /&gt;
		color: #202122;&lt;br /&gt;
	    color: inherit;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wp&gt;Jonesey95</name></author>
	</entry>
</feed>