<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mbwiki.stairwaygames.work/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATheme-Break.css</id>
	<title>MediaWiki:Theme-Break.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mbwiki.stairwaygames.work/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATheme-Break.css"/>
	<link rel="alternate" type="text/html" href="https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Theme-Break.css&amp;action=history"/>
	<updated>2026-05-09T07:01:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Theme-Break.css&amp;diff=28403&amp;oldid=prev</id>
		<title>Ais: Start of custom theme (break)</title>
		<link rel="alternate" type="text/html" href="https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Theme-Break.css&amp;diff=28403&amp;oldid=prev"/>
		<updated>2026-05-08T07:26:20Z</updated>

		<summary type="html">&lt;p&gt;Start of custom theme (break)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* ============================================&lt;br /&gt;
   Theme Break (Dark / Teal - Indigo)&lt;br /&gt;
   ============================================ */&lt;br /&gt;
:root {&lt;br /&gt;
    --theme-primary-gradient: linear-gradient(135deg, #0B3D3D 0%, #1A1B4B 50%, #311B92 100%);&lt;br /&gt;
    --theme-primary-start: #0B3D3D;&lt;br /&gt;
    --theme-primary-mid: #1A1B4B;&lt;br /&gt;
    --theme-primary-end: #311B92;&lt;br /&gt;
&lt;br /&gt;
    --theme-body-text: #F2F2F2;&lt;br /&gt;
    --theme-body-text-rgb: 242, 242, 242;&lt;br /&gt;
    --theme-body-text-muted: #A0A0A0;&lt;br /&gt;
    --theme-body-text-emphasized: #FFFFFF;&lt;br /&gt;
    --theme-heading-color: #FFFFFF;&lt;br /&gt;
&lt;br /&gt;
    --theme-link-color: #00F5D4;                 /* neon mint accent */&lt;br /&gt;
    --theme-link-color-visited: #B388FF;&lt;br /&gt;
    --theme-link-color-hover: #76FFEB;&lt;br /&gt;
    --theme-link-color-new: #FF5252;&lt;br /&gt;
&lt;br /&gt;
    --theme-page-background: #0F0F19;             /* deep dark */&lt;br /&gt;
    --theme-body-background: #121420 url(&amp;quot;&amp;quot;);     /* slightly lighter for page backdrop */&lt;br /&gt;
    --theme-widget-background: rgba(20, 20, 35, 0.75);&lt;br /&gt;
    --theme-widget-background-solid: #1A1B2F;&lt;br /&gt;
    --theme-box-background: rgba(255, 255, 255, 0.05);&lt;br /&gt;
    --theme-highlight-background: rgba(255, 255, 255, 0.08);&lt;br /&gt;
&lt;br /&gt;
    --theme-glass-background: rgba(15, 15, 25, 0.6);&lt;br /&gt;
    --theme-glass-background-solid: #151622;&lt;br /&gt;
&lt;br /&gt;
    --theme-accent-color: #00F5D4;&lt;br /&gt;
    --theme-accent-color-light: #76FFEB;&lt;br /&gt;
    --theme-accent-color-dark: #009C87;&lt;br /&gt;
&lt;br /&gt;
    --theme-border-color: rgba(255, 255, 255, 0.12);&lt;br /&gt;
    --theme-border-color-accent: rgba(255, 255, 255, 0.25);&lt;br /&gt;
    --theme-border-color-light: rgba(255, 255, 255, 0.07);&lt;br /&gt;
    --theme-hr-color-top: rgba(255, 255, 255, 0.08);&lt;br /&gt;
    --theme-hr-color-bottom: rgba(0, 0, 0, 0.3);&lt;br /&gt;
&lt;br /&gt;
    --theme-shadow-small: 0 1px 3px rgba(0,0,0,0.4);&lt;br /&gt;
    --theme-shadow-medium: 0 2px 6px rgba(0,0,0,0.6);&lt;br /&gt;
&lt;br /&gt;
    --theme-scrollbar-track: rgba(255,255,255,0.05);&lt;br /&gt;
    --theme-scrollbar-thumb: rgba(255,255,255,0.15);&lt;br /&gt;
    --theme-scrollbar-thumb-hover: rgba(255,255,255,0.25);&lt;br /&gt;
&lt;br /&gt;
    --theme-toc-background: rgba(255, 255, 255, 0.05);&lt;br /&gt;
    --theme-toc-border: var(--theme-border-color-accent);&lt;br /&gt;
    --theme-toc-number-color: var(--theme-body-text-muted);&lt;br /&gt;
    --theme-toc-link-color: var(--theme-body-text);&lt;br /&gt;
&lt;br /&gt;
    --theme-notice-blue-background: #1A2B3B;&lt;br /&gt;
    --theme-notice-blue-border: #2F4F6F;&lt;br /&gt;
    --theme-notice-red-background: #3B1A1A;&lt;br /&gt;
    --theme-notice-red-border: #6F2F2F;&lt;br /&gt;
    --theme-notice-red-text: #FF8A8A;&lt;br /&gt;
    --theme-notice-yellow-background: #3B361A;&lt;br /&gt;
    --theme-notice-yellow-border: #6F652F;&lt;br /&gt;
    --theme-notice-orange-background: #3B2D1A;&lt;br /&gt;
    --theme-notice-orange-border: #6F552F;&lt;br /&gt;
    --theme-notice-green-background: #1A3B2A;&lt;br /&gt;
    --theme-notice-green-border: #2F6F4F;&lt;br /&gt;
    --theme-notice-purple-background: #2A1A3B;&lt;br /&gt;
    --theme-notice-purple-border: #4F2F6F;&lt;br /&gt;
&lt;br /&gt;
    --theme-diff-added-bg: #1A2E1A;&lt;br /&gt;
    --theme-diff-added-text: #B8FFB8;&lt;br /&gt;
    --theme-diff-removed-bg: #2E1A1A;&lt;br /&gt;
    --theme-diff-removed-text: #FFB8B8;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ais</name></author>
	</entry>
</feed>