<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACRT_model%2Fstyles.css</id>
	<title>Template:CRT model/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACRT_model%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Template:CRT_model/styles.css&amp;action=history"/>
	<updated>2026-08-02T20:56:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.everycrt.com/index.php?title=Template:CRT_model/styles.css&amp;diff=653&amp;oldid=prev</id>
		<title>Arclight: Arclight changed the content model of the page Template:CRT model/styles.css from &quot;wikitext&quot; to &quot;Sanitized CSS&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Template:CRT_model/styles.css&amp;diff=653&amp;oldid=prev"/>
		<updated>2025-12-27T07:44:36Z</updated>

		<summary type="html">&lt;p&gt;Arclight changed the content model of the page &lt;a href=&quot;/wiki/Template:CRT_model/styles.css&quot; title=&quot;Template:CRT model/styles.css&quot;&gt;Template:CRT model/styles.css&lt;/a&gt; from &amp;quot;wikitext&amp;quot; to &amp;quot;Sanitized CSS&amp;quot;&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 07:44, 27 December 2025&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>Arclight</name></author>
	</entry>
	<entry>
		<id>https://wiki.everycrt.com/index.php?title=Template:CRT_model/styles.css&amp;diff=648&amp;oldid=prev</id>
		<title>Arclight-MCP-Bot: Create TemplateStyles for CRT model infobox with night mode support (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Template:CRT_model/styles.css&amp;diff=648&amp;oldid=prev"/>
		<updated>2025-12-27T07:32:17Z</updated>

		<summary type="html">&lt;p&gt;Create TemplateStyles for CRT model infobox with night mode support (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* ==========================================================================&lt;br /&gt;
   CRT Model Infobox - Base Styles (Light Mode)&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
.infobox-crt-model {&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-crt-model .infobox-section-header {&lt;br /&gt;
    background: #e0e0e0;&lt;br /&gt;
    color: #202122;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-crt-model .infobox-label {&lt;br /&gt;
    color: #202122;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-crt-model .infobox-value {&lt;br /&gt;
    color: #202122;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-crt-model .infobox-title {&lt;br /&gt;
    color: #202122;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mod not feasible styling - light mode */&lt;br /&gt;
.infobox-crt-model .mod-not-feasible {&lt;br /&gt;
    color: #dc2626;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Button base styles */&lt;br /&gt;
.infobox-button {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    padding: 0.5rem 1rem;&lt;br /&gt;
    border-radius: 0.375rem;&lt;br /&gt;
    font-size: 0.875rem;&lt;br /&gt;
    font-weight: 500;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Primary button (Edit this data) - light mode */&lt;br /&gt;
.infobox-button-primary {&lt;br /&gt;
    background-color: #2563eb;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    border: 1px solid #2563eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Secondary button (Add a document) - light mode */&lt;br /&gt;
.infobox-button-secondary {&lt;br /&gt;
    background-color: #eff6ff;&lt;br /&gt;
    color: #1d4ed8;&lt;br /&gt;
    border: 1px solid #bfdbfe;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Night Mode Styles (using MediaWiki standard selectors)&lt;br /&gt;
   &lt;br /&gt;
   Minerva Neue uses skin-theme-clientpref-night class on html element&lt;br /&gt;
   when night mode is active (via ?minervanightmode=1 or user preference)&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* Night mode - explicit preference */&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model {&lt;br /&gt;
    border-color: #72777d;&lt;br /&gt;
    background: #27292d;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model .infobox-section-header {&lt;br /&gt;
    background: #3c3f44;&lt;br /&gt;
    color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model .infobox-label {&lt;br /&gt;
    color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model .infobox-value {&lt;br /&gt;
    color: #eaecf0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model .infobox-title {&lt;br /&gt;
    color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mod not feasible styling - night mode */&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-crt-model .mod-not-feasible {&lt;br /&gt;
    color: #f87171;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Primary button - night mode */&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-button-primary {&lt;br /&gt;
    background-color: #3b82f6;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    border-color: #3b82f6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Secondary button - night mode */&lt;br /&gt;
html.skin-theme-clientpref-night .infobox-button-secondary {&lt;br /&gt;
    background-color: #1e3a5f;&lt;br /&gt;
    color: #93c5fd;&lt;br /&gt;
    border-color: #1e40af;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Night Mode - System Preference (prefers-color-scheme)&lt;br /&gt;
   &lt;br /&gt;
   When user has skin-theme-clientpref-os class AND system prefers dark&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model {&lt;br /&gt;
        border-color: #72777d;&lt;br /&gt;
        background: #27292d;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model .infobox-section-header {&lt;br /&gt;
        background: #3c3f44;&lt;br /&gt;
        color: #f8f9fa;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model .infobox-label {&lt;br /&gt;
        color: #f8f9fa;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model .infobox-value {&lt;br /&gt;
        color: #eaecf0;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model .infobox-title {&lt;br /&gt;
        color: #f8f9fa;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Mod not feasible styling - system dark preference */&lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-crt-model .mod-not-feasible {&lt;br /&gt;
        color: #f87171;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Primary button - system dark preference */&lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-button-primary {&lt;br /&gt;
        background-color: #3b82f6;&lt;br /&gt;
        color: #ffffff;&lt;br /&gt;
        border-color: #3b82f6;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Secondary button - system dark preference */&lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-button-secondary {&lt;br /&gt;
        background-color: #1e3a5f;&lt;br /&gt;
        color: #93c5fd;&lt;br /&gt;
        border-color: #1e40af;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Mobile Responsiveness&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .infobox-crt-model {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        margin: 0 0 1em 0 !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Arclight-MCP-Bot</name></author>
	</entry>
</feed>