<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.nordiclarp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3APara%2Fstyles.css</id>
	<title>Template:Para/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.nordiclarp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3APara%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://www.nordiclarp.org/wiki/index.php?title=Template:Para/styles.css&amp;action=history"/>
	<updated>2026-04-29T07:20:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.nordiclarp.org/wiki/index.php?title=Template:Para/styles.css&amp;diff=2816&amp;oldid=prev</id>
		<title>Nordiclarpwikiadmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.nordiclarp.org/wiki/index.php?title=Template:Para/styles.css&amp;diff=2816&amp;oldid=prev"/>
		<updated>2025-10-25T22:28:58Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:28, 25 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key nordic_larp_wiki:diff:1.41:old-2815:rev-2816 --&gt;
&lt;/table&gt;</summary>
		<author><name>Nordiclarpwikiadmin</name></author>
	</entry>
	<entry>
		<id>https://www.nordiclarp.org/wiki/index.php?title=Template:Para/styles.css&amp;diff=2815&amp;oldid=prev</id>
		<title>Nordic Larp Wiki&gt;Trappist the monk at 22:29, 13 September 2024</title>
		<link rel="alternate" type="text/html" href="https://www.nordiclarp.org/wiki/index.php?title=Template:Para/styles.css&amp;diff=2815&amp;oldid=prev"/>
		<updated>2024-09-13T22:29:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/*----------------------------&amp;lt; U N D A R K   M O D E   C O L O R S &amp;gt;------------------------------------------&lt;br /&gt;
&lt;br /&gt;
colors for undark mode are those used by &amp;lt;syntaxhighlight&amp;gt; .. &amp;lt;/syntaxhighlight&amp;gt; except for para-red and para-green&lt;br /&gt;
which were originally intended to be the colors used by {{mxt}} and {{!mxt}}.&lt;br /&gt;
&lt;br /&gt;
colors for |color=red and |color=green chosen from named colors ([[Web_colors#Extended_colors]]) and evaluated&lt;br /&gt;
using snook&amp;#039;s color contrast checker (https://snook.ca/technical/colour_contrast/colour.html) to be WCAG 2 AAA&lt;br /&gt;
compliant against a background color of #f8f9fa.&lt;br /&gt;
&lt;br /&gt;
syntaxhighlight colors were also evaluated using the same tool; see comments below.&lt;br /&gt;
&lt;br /&gt;
{{para}} cannot use the classes defined for &amp;lt;syntaxhighlight&amp;gt;.  See discussion under &amp;#039;dark mode colors&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
																				/* minerva only; set undark-mode background-color to match syntaxhighlight */&lt;br /&gt;
body.skin-minerva .para-code {background-color:#f8f8f8}							/* minerva does not set background-color for &amp;lt;code&amp;gt; tag */&lt;br /&gt;
&lt;br /&gt;
.para-red {color:DarkRed}&lt;br /&gt;
.para-green {color:DarkGreen}&lt;br /&gt;
.para-syn {color:#767600}														/* syntaxhighlight color; not WCAG 2 AAA compliant */&lt;br /&gt;
.para-pipe, .para-value {color:#333}											/* syntaxhighlight color */&lt;br /&gt;
.para-assign {color:#666}														/* syntaxhighlight color; not WCAG 2 AAA compliant */&lt;br /&gt;
.para-plain {&lt;br /&gt;
	border: none;&lt;br /&gt;
	background-color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/*----------------------------&amp;lt; D A R K   M O D E   C O L O R S &amp;gt;----------------------------------------------&lt;br /&gt;
&lt;br /&gt;
colors for dark mode cannot be the same as for undark mode.  colors here chosen from named colors&lt;br /&gt;
([[Web_colors#Extended_colors]]) and evaluated using snook&amp;#039;s color contrast checker&lt;br /&gt;
(https://snook.ca/technical/colour_contrast/colour.html) to be WCAG 2 AAA compliant against a background color&lt;br /&gt;
of #202122.&lt;br /&gt;
&lt;br /&gt;
At the time of this writing, 2024-09-13, {{para}} cannot use the classes defined for &amp;lt;syntaxhighlight&amp;gt; because&lt;br /&gt;
to do so breaks &amp;lt;syntaxhighlight&amp;gt; renderings when in dark mode.  Perhaps when &amp;lt;syntaxhighlight&amp;gt; is updated to&lt;br /&gt;
support dark mode ... See phabricator https://phabricator.wikimedia.org/T365926 and https://phabricator.wikimedia.org/T285859&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	html.skin-theme-clientpref-night body.skin-minerva .para-code {				/* minerva does not set background-color for &amp;lt;code&amp;gt; tag so we must override our setting */&lt;br /&gt;
		background-color: var(--background-color-notice-subtle, #202122)&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
    html.skin-theme-clientpref-night span.para-red {color:LightPink}&lt;br /&gt;
    html.skin-theme-clientpref-night span.para-green {color:PaleGreen}			/* color difference slightly under spec (496, should be &amp;gt;=500) */&lt;br /&gt;
	html.skin-theme-clientpref-night span.para-syn {color:Khaki}&lt;br /&gt;
&lt;br /&gt;
	html.skin-theme-clientpref-night span.para-pipe,&lt;br /&gt;
	html.skin-theme-clientpref-night span.para-value&lt;br /&gt;
		{color:LightGray}&lt;br /&gt;
&lt;br /&gt;
	html.skin-theme-clientpref-night span.para-assign {color:Gainsboro}&lt;br /&gt;
    html.skin-theme-clientpref-night span.para-plain {&lt;br /&gt;
		border: none;&lt;br /&gt;
		background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
		color:Gainsboro;&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 body.skin-minerva .para-code  {				/* minerva does not set background-color for &amp;lt;code&amp;gt; tag so we must override our setting */&lt;br /&gt;
		background-color: var(--background-color-notice-subtle, #202122)&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	html.skin-theme-clientpref-os span.para-red {color:LightPink}&lt;br /&gt;
    html.skin-theme-clientpref-os span.para-green {color:PaleGreen}				/* color difference slightly under spec (496, should be &amp;gt;=500) */&lt;br /&gt;
    html.skin-theme-clientpref-os span.para-syn {color:Khaki}&lt;br /&gt;
&lt;br /&gt;
    html.skin-theme-clientpref-os span.para-pipe,&lt;br /&gt;
    html.skin-theme-clientpref-os spa.para-value&lt;br /&gt;
    	{color:LightGray}&lt;br /&gt;
&lt;br /&gt;
    html.skin-theme-clientpref-os span.para-assign {color:Gainsboro}&lt;br /&gt;
    html.skin-theme-clientpref-os span.para-plain {&lt;br /&gt;
		border: none;&lt;br /&gt;
		background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
		color:Gainsboro;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nordic Larp Wiki&gt;Trappist the monk</name></author>
	</entry>
</feed>