<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.aetheriacobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AKey_press%2Fstyles.css</id>
	<title>Template:Key press/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.aetheriacobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AKey_press%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.aetheriacobblemon.com/index.php?title=Template:Key_press/styles.css&amp;action=history"/>
	<updated>2026-06-06T02:26:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.aetheriacobblemon.com/index.php?title=Template:Key_press/styles.css&amp;diff=108&amp;oldid=prev</id>
		<title>Aetheria Cobblemon: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.aetheriacobblemon.com/index.php?title=Template:Key_press/styles.css&amp;diff=108&amp;oldid=prev"/>
		<updated>2024-12-23T06:16:59Z</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 06:16, 23 December 2024&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>Aetheria Cobblemon</name></author>
	</entry>
	<entry>
		<id>https://wiki.aetheriacobblemon.com/index.php?title=Template:Key_press/styles.css&amp;diff=107&amp;oldid=prev</id>
		<title>mw&gt;Rexogamer: dark mode support</title>
		<link rel="alternate" type="text/html" href="https://wiki.aetheriacobblemon.com/index.php?title=Template:Key_press/styles.css&amp;diff=107&amp;oldid=prev"/>
		<updated>2024-09-09T23:00:53Z</updated>

		<summary type="html">&lt;p&gt;dark mode support&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.keyboard-key {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #aaa);&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    box-shadow: 0.1em 0.2em 0.2em #ddd;&lt;br /&gt;
    background-image: linear-gradient(&lt;br /&gt;
    	to bottom, &lt;br /&gt;
    	var(--background-color-neutral, #eee), &lt;br /&gt;
	    var(--background-color-interactive-subtle, #f9f9f9), &lt;br /&gt;
    	var(--background-color-neutral, #eee)&lt;br /&gt;
    );&lt;br /&gt;
    color: var(--color-base, #333);&lt;br /&gt;
    padding: 0.1em 0.3em;&lt;br /&gt;
    font-family: inherit;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* use darker shadow colour for dark mode */&lt;br /&gt;
@media screen {&lt;br /&gt;
    html.skin-theme-clientpref-night .keyboard-key {&lt;br /&gt;
      	box-shadow: 0.1em 0.2em 0.2em #444;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
	/* automatic mode */&lt;br /&gt;
	html.skin-theme-clientpref-os .keyboard-key {&lt;br /&gt;
		box-shadow: 0.1em 0.2em 0.2em #444;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>mw&gt;Rexogamer</name></author>
	</entry>
</feed>