<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.mcstatecraft.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mesemi</id>
	<title>StateCraft Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mcstatecraft.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mesemi"/>
	<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/Special:Contributions/Mesemi"/>
	<updated>2026-04-11T02:52:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.mcstatecraft.com/index.php?title=MediaWiki:Common.css&amp;diff=601</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/index.php?title=MediaWiki:Common.css&amp;diff=601"/>
		<updated>2026-01-03T02:39:38Z</updated>

		<summary type="html">&lt;p&gt;Mesemi: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ /* Make drawer always visible &amp;gt; 1300px */ @media screen and ( min-width: 1300px ) {     :root {         --fixed-menu-width: 240px;     }          .citizen-page-container {         /* Reserve space for drawer */         margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) );     }          .citizen-drawer .citizen-dropdown-details {         /* Hide drawer button */         display: none;     }          .cit...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
/* Make drawer always visible &amp;gt; 1300px */&lt;br /&gt;
@media screen and ( min-width: 1300px ) {&lt;br /&gt;
    :root {&lt;br /&gt;
        --fixed-menu-width: 240px;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-page-container {&lt;br /&gt;
        /* Reserve space for drawer */&lt;br /&gt;
        margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) );&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-drawer .citizen-dropdown-details {&lt;br /&gt;
        /* Hide drawer button */&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-dropdown .citizen-menu__card, .citizen-dropdown .citizen-menu__card .citizen-ui-icon {&lt;br /&gt;
    	content-visibility: visible;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-drawer__card {&lt;br /&gt;
        bottom: 0;&lt;br /&gt;
        /* Put drawer behind other header cards */&lt;br /&gt;
        z-index: -1;&lt;br /&gt;
        margin: 0;&lt;br /&gt;
        /* Compensate header border */&lt;br /&gt;
        margin-left: 1px;&lt;br /&gt;
        padding: 0;&lt;br /&gt;
        min-width: auto !important;&lt;br /&gt;
        width: var( --fixed-menu-width );&lt;br /&gt;
        max-height: none;&lt;br /&gt;
        border-right: 1px solid var( --border-color-base );&lt;br /&gt;
        border-radius: 0;&lt;br /&gt;
        background-color: var( --color-surface-0 );&lt;br /&gt;
        box-shadow: none;&lt;br /&gt;
        /* Force drawer to show */&lt;br /&gt;
        opacity: 1 !important;&lt;br /&gt;
        pointer-events: auto !important;&lt;br /&gt;
        transform: none !important;&lt;br /&gt;
        visibility: visible !important;&lt;br /&gt;
        left:56px;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-drawer__card &amp;gt; * {&lt;br /&gt;
        /* Force drawer content to show */&lt;br /&gt;
        opacity: 1 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .citizen-drawer__header {&lt;br /&gt;
        padding-left: var( --space-xl );&lt;br /&gt;
        padding-right: var( --space-xl );&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .citizen-drawer__logo {&lt;br /&gt;
        /* Hide drawer header logo */&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .citizen-drawer__siteinfo  .mw-logo-wordmark {&lt;br /&gt;
        font-size: 1.25rem;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .citizen-siteStats {&lt;br /&gt;
        font-size: 0.8125rem;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    #citizen-siteStats__item--images,&lt;br /&gt;
    #citizen-siteStats__item--users {&lt;br /&gt;
        /* Hide image and user stats to make space */&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .citizen-drawer__menu {&lt;br /&gt;
        padding-left: var( --space-xs );&lt;br /&gt;
        padding-right: var( --space-xs );&lt;br /&gt;
        grid-template-columns: 1fr;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
	color: black;&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		background-color: #f8f9fa;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin: 0.5em 0 0.5em 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Mesemi</name></author>
	</entry>
</feed>