<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zombiepanicsource.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACustomTabs.css</id>
	<title>MediaWiki:CustomTabs.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zombiepanicsource.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACustomTabs.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.zombiepanicsource.com/index.php?title=MediaWiki:CustomTabs.css&amp;action=history"/>
	<updated>2026-05-14T15:47:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.zombiepanicsource.com/index.php?title=MediaWiki:CustomTabs.css&amp;diff=137&amp;oldid=prev</id>
		<title>Wuffesan: Created page with &quot;.custom-tabs { 	display: flex; 	flex-direction: row; 	gap: 5px; 	width: 100%; 	margin: 5px 0; 	flex-wrap: wrap; 	justify-content: space-evenly; }  .custom-tabs &gt; span { 	border-radius: 4px; 	display: flex; 	align-items: center; 	text-align: center; 	justify-content: center; 	flex: 1; 	transition: .25s; }  .custom-tabs a, .custom-tabs .selflink, .custom-tabs span.new { 	display: flex; 	width: 100%; 	height: 100%; 	padding: 8px 10px; 	border-radius: 4px; 	align-items: cent...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.zombiepanicsource.com/index.php?title=MediaWiki:CustomTabs.css&amp;diff=137&amp;oldid=prev"/>
		<updated>2025-06-10T17:03:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;.custom-tabs { 	display: flex; 	flex-direction: row; 	gap: 5px; 	width: 100%; 	margin: 5px 0; 	flex-wrap: wrap; 	justify-content: space-evenly; }  .custom-tabs &amp;gt; span { 	border-radius: 4px; 	display: flex; 	align-items: center; 	text-align: center; 	justify-content: center; 	flex: 1; 	transition: .25s; }  .custom-tabs a, .custom-tabs .selflink, .custom-tabs span.new { 	display: flex; 	width: 100%; 	height: 100%; 	padding: 8px 10px; 	border-radius: 4px; 	align-items: cent...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.custom-tabs {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
	gap: 5px;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 5px 0;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: space-evenly;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs &amp;gt; span {&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	transition: .25s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs a,&lt;br /&gt;
.custom-tabs .selflink,&lt;br /&gt;
.custom-tabs span.new {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	padding: 8px 10px;&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile 2 column format */&lt;br /&gt;
.skin-fandommobile div.custom-tabs {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(2, 50%);&lt;br /&gt;
	grid-auto-flow: row;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-fandommobile .custom-tabs a,&lt;br /&gt;
.skin-fandommobile .custom-tabs .selflink,&lt;br /&gt;
.skin-fandommobile .custom-tabs span.new {&lt;br /&gt;
	font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Select colors based on class type */&lt;br /&gt;
.custom-tabs-default {&lt;br /&gt;
    --active-tab-color: var(--custom-tabs-default-active-color);&lt;br /&gt;
    --active-tab-background-color: var(--custom-tabs-default-active-bg);&lt;br /&gt;
    --inactive-tab-color: var(--custom-tabs-default-inactive-color);&lt;br /&gt;
    --inactive-tab-background-color: var(--custom-tabs-default-inactive-bg);&lt;br /&gt;
    --inactive-tab-hover-color: var(--custom-tabs-default-inactive-hover-color);&lt;br /&gt;
    --inactive-tab-hover-background-color: var(--custom-tabs-default-inactive-hover-bg);&lt;br /&gt;
}&lt;br /&gt;
.custom-tabs-secondary, .custom-tabs-language {&lt;br /&gt;
    --active-tab-color: var(--custom-tabs-secondary-active-color);&lt;br /&gt;
    --active-tab-background-color: var(--custom-tabs-secondary-active-bg);&lt;br /&gt;
    --inactive-tab-color: var(--custom-tabs-secondary-inactive-color);&lt;br /&gt;
    --inactive-tab-background-color: var(--custom-tabs-secondary-inactive-bg);&lt;br /&gt;
    --inactive-tab-hover-color: var(--custom-tabs-secondary-inactive-hover-color);&lt;br /&gt;
    --inactive-tab-hover-background-color: var(--custom-tabs-secondary-inactive-hover-bg);&lt;br /&gt;
}&lt;br /&gt;
.custom-tabs-tertiary {&lt;br /&gt;
    --active-tab-color: var(--custom-tabs-tertiary-active-color);&lt;br /&gt;
    --active-tab-background-color: var(--custom-tabs-tertiary-active-bg);&lt;br /&gt;
    --inactive-tab-color: var(--custom-tabs-tertiary-inactive-color);&lt;br /&gt;
    --inactive-tab-background-color: var(--custom-tabs-tertiary-inactive-bg);&lt;br /&gt;
    --inactive-tab-hover-color: var(--custom-tabs-tertiary-inactive-hover-color);&lt;br /&gt;
    --inactive-tab-hover-background-color: var(--custom-tabs-tertiary-inactive-hover-bg);&lt;br /&gt;
}&lt;br /&gt;
/* [[Template:Bizarre Brigade Tabs]] Color Scheme */&lt;br /&gt;
.custom-tabs-bb {&lt;br /&gt;
	--active-tab-background-color: #6c46bd;&lt;br /&gt;
	--active-tab-color: #000;&lt;br /&gt;
	--inactive-tab-background-color: #423068;&lt;br /&gt;
	--inactive-tab-color: var(--theme-page-text-color);&lt;br /&gt;
	--inactive-tab-hover-background-color: #6c46bd;&lt;br /&gt;
	--inactive-tab-hover-color: var(--theme-page-text-color);&lt;br /&gt;
}&lt;br /&gt;
/* [[Template:Snake Duel Tabs]] Color Scheme */&lt;br /&gt;
.custom-tabs-sd {&lt;br /&gt;
	--active-tab-background-color: #ffbb08;&lt;br /&gt;
	--active-tab-color: var(--custom-tabs-default-inactive-color);&lt;br /&gt;
	--inactive-tab-background-color: #ffb40d;&lt;br /&gt;
	--inactive-tab-color: #000000;&lt;br /&gt;
	--inactive-tab-hover-background-color: #ffbb08;&lt;br /&gt;
	--inactive-tab-hover-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
/* [[Template:Soul Hounds III Tabs]] Color Scheme */&lt;br /&gt;
.custom-tabs-sh {&lt;br /&gt;
	--active-tab-background-color: #e73137;&lt;br /&gt;
	--active-tab-color: var(--custom-tabs-default-inactive-color);&lt;br /&gt;
	--inactive-tab-background-color: #e37175;&lt;br /&gt;
	--inactive-tab-color: #000000;&lt;br /&gt;
	--inactive-tab-hover-background-color: #e73137;&lt;br /&gt;
	--inactive-tab-hover-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
/* [[Template:Arpeggio Fault Tabs]] Color Scheme */&lt;br /&gt;
.custom-tabs-af {&lt;br /&gt;
	--active-tab-background-color: #e4f3ff;&lt;br /&gt;
	--active-tab-color: var(--custom-tabs-default-inactive-color);&lt;br /&gt;
	--inactive-tab-background-color: #b9cee3;&lt;br /&gt;
	--inactive-tab-color: #000000;&lt;br /&gt;
	--inactive-tab-hover-background-color: #e4f3ff;&lt;br /&gt;
	--inactive-tab-hover-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
/* [[Template:Lost Void Tabs]] Color Scheme */&lt;br /&gt;
.custom-tabs-lv {&lt;br /&gt;
	--active-tab-background-color: #ef88a2;&lt;br /&gt;
	--active-tab-color: var(--custom-tabs-default-inactive-color);&lt;br /&gt;
	--inactive-tab-background-color: #b92c4bc7;&lt;br /&gt;
	--inactive-tab-color: #000000;&lt;br /&gt;
	--inactive-tab-hover-background-color: #ef88a2;&lt;br /&gt;
	--inactive-tab-hover-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
/* Apply Color Scheme */&lt;br /&gt;
.custom-tabs span.active-tab {&lt;br /&gt;
	background-color: var(--active-tab-background-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.active-tab strong {&lt;br /&gt;
	color: var(--active-tab-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.active-tab a:not(.new) {&lt;br /&gt;
	color: var(--active-tab-color);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.inactive-tab {&lt;br /&gt;
	background: var(--inactive-tab-background-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.inactive-tab a:not(.new) {&lt;br /&gt;
	color: var(--inactive-tab-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.inactive-tab:hover {&lt;br /&gt;
	background: var(--inactive-tab-hover-background-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs span.inactive-tab:hover a:not(.new) {&lt;br /&gt;
	color: var(--inactive-tab-hover-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Sections */&lt;br /&gt;
.custom-tabs-section-header {&lt;br /&gt;
	padding-bottom: 10px;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section {&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	margin-bottom: 8px;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-default {&lt;br /&gt;
	background: var(--theme-page-text-mix-color-95);&lt;br /&gt;
	border: 1px solid var(--theme-color-4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-bb {&lt;br /&gt;
	background: #3561c714;&lt;br /&gt;
	border: 2px solid #2383c359;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-sd {&lt;br /&gt;
	background: #56ebf01f;&lt;br /&gt;
	border: 2px solid #56ebf05c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-sh {&lt;br /&gt;
	background: #43039326;&lt;br /&gt;
	border: 2px solid #611fb18a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-af {&lt;br /&gt;
	background: #c1616d45;&lt;br /&gt;
	border: 2px solid #c1616dd6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.custom-tabs-section-lv {&lt;br /&gt;
	background: #3a2fb736;&lt;br /&gt;
	border: 2px solid #3a2fb7c9;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wuffesan</name></author>
	</entry>
</feed>