<?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%3ADocumentation.css</id>
	<title>MediaWiki:Documentation.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%3ADocumentation.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.zombiepanicsource.com/index.php?title=MediaWiki:Documentation.css&amp;action=history"/>
	<updated>2026-05-15T07:52:16Z</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:Documentation.css&amp;diff=76&amp;oldid=prev</id>
		<title>Wuffesan: Created page with &quot;.template-documentation {     border: 1px solid #CCC;     border-color: var(--theme-border-color,#CCC);     margin: 1em 0 }  .template-documentation .template-documentation-header {     background-color: #EEE;     background-color: var(--theme-page-background-color--secondary,#EEE);     border-bottom: 1px solid #CCC;     border-color: var(--theme-border-color,#CCC);     padding: 1em }  .template-documentation .template-documentation-langs {     background-color: #F6F6F6;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.zombiepanicsource.com/index.php?title=MediaWiki:Documentation.css&amp;diff=76&amp;oldid=prev"/>
		<updated>2025-06-10T13:27:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;.template-documentation {     border: 1px solid #CCC;     border-color: var(--theme-border-color,#CCC);     margin: 1em 0 }  .template-documentation .template-documentation-header {     background-color: #EEE;     background-color: var(--theme-page-background-color--secondary,#EEE);     border-bottom: 1px solid #CCC;     border-color: var(--theme-border-color,#CCC);     padding: 1em }  .template-documentation .template-documentation-langs {     background-color: #F6F6F6;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.template-documentation {&lt;br /&gt;
    border: 1px solid #CCC;&lt;br /&gt;
    border-color: var(--theme-border-color,#CCC);&lt;br /&gt;
    margin: 1em 0&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-header {&lt;br /&gt;
    background-color: #EEE;&lt;br /&gt;
    background-color: var(--theme-page-background-color--secondary,#EEE);&lt;br /&gt;
    border-bottom: 1px solid #CCC;&lt;br /&gt;
    border-color: var(--theme-border-color,#CCC);&lt;br /&gt;
    padding: 1em&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-langs {&lt;br /&gt;
    background-color: #F6F6F6;&lt;br /&gt;
    background-color: rgba(var(--theme-border-color--rgb,246,246,246),0.15);&lt;br /&gt;
    border-bottom: 1px solid #CCC;&lt;br /&gt;
    border-color: var(--theme-border-color,#CCC);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    padding-bottom: 0.5em&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-langs li {&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    padding: 0.5em 0 0&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-langs li.selected {&lt;br /&gt;
    order: -1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-langs li.selected a {&lt;br /&gt;
    color: black;&lt;br /&gt;
    font-weight: bold&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-content {&lt;br /&gt;
    overflow-y: auto;&lt;br /&gt;
    padding: 1em&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-footer {&lt;br /&gt;
    background-color: #EEE;&lt;br /&gt;
    background-color: var(--theme-page-background-color--secondary,#EEE);&lt;br /&gt;
    border-top: 1px solid #CCC;&lt;br /&gt;
    border-color: var(--theme-border-color,#CCC);&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
    padding: .5em 1em;&lt;br /&gt;
    text-align: right&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable th.doc-header {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    background-color: var(--theme-page-background-color--secondary);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable tr.links td {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable tr.links td a, .doctable tr.links td .mw-selflink  {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-size: 1rem;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    transition: 0.1s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable tr.links td a {&lt;br /&gt;
    background-color: var(--theme-accent-color);&lt;br /&gt;
    color: var(--theme-page-background-color);&lt;br /&gt;
    font-weight: 500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.doctable tr.links td a:hover, .doctable tr.links td .mw-selflink {&lt;br /&gt;
    background-color: var(--subtitle-color);&lt;br /&gt;
    transition: 0.1s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.template-documentation .template-documentation-header, .template-documentation .template-documentation-footer, .doctable th.doc-header {&lt;br /&gt;
    border-color: #a1cebf;&lt;br /&gt;
    background-color: #EEEEEE1a;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wuffesan</name></author>
	</entry>
</feed>