<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://beathaus.wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACitizen.css</id>
	<title>MediaWiki:Citizen.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://beathaus.wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACitizen.css"/>
	<link rel="alternate" type="text/html" href="https://beathaus.wiki/index.php?title=MediaWiki:Citizen.css&amp;action=history"/>
	<updated>2026-05-29T22:41:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://beathaus.wiki/index.php?title=MediaWiki:Citizen.css&amp;diff=16&amp;oldid=prev</id>
		<title>WooZy: Added initial Cyclon color palette</title>
		<link rel="alternate" type="text/html" href="https://beathaus.wiki/index.php?title=MediaWiki:Citizen.css&amp;diff=16&amp;oldid=prev"/>
		<updated>2025-10-08T22:37:01Z</updated>

		<summary type="html">&lt;p&gt;Added initial Cyclon color palette&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
&lt;br /&gt;
/* Cyclon color palette for Citizen */&lt;br /&gt;
&lt;br /&gt;
/* Links (cyan accent) */&lt;br /&gt;
:root {&lt;br /&gt;
  --color-link: #28c8ff;&lt;br /&gt;
  --color-link--active: #72deff;&lt;br /&gt;
}&lt;br /&gt;
/* Distinct visited color */&lt;br /&gt;
.mw-body a:visited { color: #8aa2ff; }&lt;br /&gt;
&lt;br /&gt;
/* Primary accent on progressive buttons/OOUI */&lt;br /&gt;
.mw-ui-button.mw-ui-progressive,&lt;br /&gt;
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive &amp;gt; .oo-ui-buttonElement-button {&lt;br /&gt;
  background: #5e24d8; border-color: #5e24d8; color: #fff;&lt;br /&gt;
}&lt;br /&gt;
.mw-ui-button.mw-ui-progressive:hover,&lt;br /&gt;
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive &amp;gt; .oo-ui-buttonElement-button:hover {&lt;br /&gt;
  background: #6b34f0; border-color: #6b34f0;&lt;br /&gt;
}&lt;br /&gt;
.mw-ui-button.mw-ui-progressive:active,&lt;br /&gt;
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive &amp;gt; .oo-ui-buttonElement-button:active {&lt;br /&gt;
  background: #4b1bb5; border-color: #4b1bb5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Dark theme surfaces */&lt;br /&gt;
:root.skin-theme-clientpref-night {&lt;br /&gt;
  --color-surface-0: #0c0219;&lt;br /&gt;
  --color-surface-1: #120323;&lt;br /&gt;
  --color-surface-2: #190433;&lt;br /&gt;
  --color-surface-3: #190433;&lt;br /&gt;
&lt;br /&gt;
  --color-base:       #f2f4f8;   /* body text */&lt;br /&gt;
  --color-emphasized: #ffffff;   /* headings */&lt;br /&gt;
  --color-subtle:     #c7c7d2;   /* captions/meta */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* gentle header tint */&lt;br /&gt;
.skin-citizen .citizen-header {&lt;br /&gt;
  background: linear-gradient(180deg, #120323, #190433);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>WooZy</name></author>
	</entry>
</feed>