<?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%3APartTypeEntryStyles.css</id>
	<title>Template:PartTypeEntryStyles.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%3APartTypeEntryStyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Template:PartTypeEntryStyles.css&amp;action=history"/>
	<updated>2026-08-02T01:15:27Z</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:PartTypeEntryStyles.css&amp;diff=7093&amp;oldid=prev</id>
		<title>Arclight: Arclight changed the content model of the page Template:PartTypeEntryStyles.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:PartTypeEntryStyles.css&amp;diff=7093&amp;oldid=prev"/>
		<updated>2026-02-14T01:00:06Z</updated>

		<summary type="html">&lt;p&gt;Arclight changed the content model of the page &lt;a href=&quot;/wiki/Template:PartTypeEntryStyles.css&quot; title=&quot;Template:PartTypeEntryStyles.css&quot;&gt;Template:PartTypeEntryStyles.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 01:00, 14 February 2026&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:PartTypeEntryStyles.css&amp;diff=7068&amp;oldid=prev</id>
		<title>Arclight-MCP-Bot: Create CSS styles for part type buttons (rose/red theme) (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=Template:PartTypeEntryStyles.css&amp;diff=7068&amp;oldid=prev"/>
		<updated>2026-02-14T00:41:45Z</updated>

		<summary type="html">&lt;p&gt;Create CSS styles for part type buttons (rose/red theme) (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;.part-type-entry {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    gap: 0.25rem;&lt;br /&gt;
    padding: 1rem 0.75rem;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    border: 2px solid #e11d48;&lt;br /&gt;
    border-radius: 0.75rem;&lt;br /&gt;
    font-weight: 600;&lt;br /&gt;
    font-size: 0.9375rem;&lt;br /&gt;
    color: #be123c;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    box-shadow: 0 4px 6px -1px rgba(225, 29, 72, 0.2), 0 2px 4px -2px rgba(225, 29, 72, 0.15);&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    transition: all 0.2s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.part-type-entry:hover {&lt;br /&gt;
    background: #fff1f2;&lt;br /&gt;
    border-color: #be123c;&lt;br /&gt;
    box-shadow: 0 10px 15px -3px rgba(225, 29, 72, 0.25), 0 4px 6px -4px rgba(225, 29, 72, 0.2);&lt;br /&gt;
    transform: translateY(-3px);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.part-type-entry:active {&lt;br /&gt;
    transform: translateY(0);&lt;br /&gt;
    box-shadow: 0 2px 4px -1px rgba(225, 29, 72, 0.15);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.part-type-entry-link {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    inset: 0;&lt;br /&gt;
    z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.part-type-entry-count {&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-weight: 500;&lt;br /&gt;
    font-size: 0.8125rem;&lt;br /&gt;
    color: #475569;&lt;br /&gt;
    margin-top: 0.125rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ===== DARK MODE - User preference ===== */&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .part-type-entry {&lt;br /&gt;
    background: #1e293b;&lt;br /&gt;
    border-color: #e11d48;&lt;br /&gt;
    color: #fb7185;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .part-type-entry:hover {&lt;br /&gt;
    background: #4c0519;&lt;br /&gt;
    border-color: #fb7185;&lt;br /&gt;
    box-shadow: 0 10px 15px -3px rgba(251, 113, 133, 0.3), 0 4px 6px -4px rgba(251, 113, 133, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night .part-type-entry-count {&lt;br /&gt;
    color: #94a3b8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ===== DARK MODE - OS preference ===== */&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
    html.skin-theme-clientpref-os .part-type-entry {&lt;br /&gt;
        background: #1e293b;&lt;br /&gt;
        border-color: #e11d48;&lt;br /&gt;
        color: #fb7185;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    html.skin-theme-clientpref-os .part-type-entry:hover {&lt;br /&gt;
        background: #4c0519;&lt;br /&gt;
        border-color: #fb7185;&lt;br /&gt;
        box-shadow: 0 10px 15px -3px rgba(251, 113, 133, 0.3), 0 4px 6px -4px rgba(251, 113, 133, 0.2);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    html.skin-theme-clientpref-os .part-type-entry-count {&lt;br /&gt;
        color: #94a3b8;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Arclight-MCP-Bot</name></author>
	</entry>
</feed>