<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bdzonemc.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css</id>
	<title>MediaWiki:Common.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bdzonemc.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-06-30T23:19:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;diff=11&amp;oldid=prev</id>
		<title>MainulXD18: Apply Wynncraft-style dark theme</title>
		<link rel="alternate" type="text/html" href="https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;diff=11&amp;oldid=prev"/>
		<updated>2026-06-30T19:45:42Z</updated>

		<summary type="html">&lt;p&gt;Apply Wynncraft-style dark theme&lt;/p&gt;
&lt;a href=&quot;https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;amp;diff=11&amp;amp;oldid=9&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>MainulXD18</name></author>
	</entry>
	<entry>
		<id>https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;diff=9&amp;oldid=prev</id>
		<title>MainulXD18: Add front page and wiki styling</title>
		<link rel="alternate" type="text/html" href="https://wiki.bdzonemc.com/index.php?title=MediaWiki:Common.css&amp;diff=9&amp;oldid=prev"/>
		<updated>2026-06-30T19:36:33Z</updated>

		<summary type="html">&lt;p&gt;Add front page and wiki styling&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* BD Zone Wiki Custom Styles */&lt;br /&gt;
&lt;br /&gt;
.fpcontent {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    gap: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#fptopsection {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    gap: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#fpflexsection {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: row;&lt;br /&gt;
    gap: 1em;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#fpbottomsection {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    gap: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fpbox {&lt;br /&gt;
    background-color: var(--background-color-interactive-subtle, #f8f9fa);&lt;br /&gt;
    border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    flex: 1 1 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fpbox .heading {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #36c;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    padding-bottom: 0.3em;&lt;br /&gt;
    border-bottom: 2px solid #36c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fpbox .body {&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fplinks {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fplink {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fplink .box .row .cell .link a {&lt;br /&gt;
    display: block;&lt;br /&gt;
    padding: 8px 16px;&lt;br /&gt;
    background-color: #36c;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    border-radius: 6px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-weight: 500;&lt;br /&gt;
    transition: background-color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fplink .box .row .cell .link a:hover {&lt;br /&gt;
    background-color: #2a4b8d;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.fplink.wide {&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
    flex: 1 1 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 720px) {&lt;br /&gt;
    #fpflexsection {&lt;br /&gt;
        flex-direction: column;&lt;br /&gt;
    }&lt;br /&gt;
    .fpbox {&lt;br /&gt;
        flex: 1 1 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>MainulXD18</name></author>
	</entry>
</feed>