On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

MediaWiki:Mobile.css

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */

.mw-ui-icon .mw-ui-icon-element, .section-heading .mw-ui-icon, .in-block .mw-ui-icon, .mw-parser-output > h1 .mw-ui-icon, .mw-parser-output > h2 .mw-ui-icon, .mw-parser-output > h3 .mw-ui-icon, .mw-parser-output > h4 .mw-ui-icon, .mw-parser-output > h5 .mw-ui-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#menus-cover {
    background: #0c0c0c;
}

body {
    background-image: url("https://cdn.fireemblemwiki.org/header.webp"), url("https://cdn.fireemblemwiki.org/footer.webp"), linear-gradient(#06253a, #051c3e, #010101 700px); /*fallback*/
    background-image: image-set(
    url("https://cdn.fireemblemwiki.org/header.jxl") type("image/jxl"),
    url("https://cdn.fireemblemwiki.org/header.webp") type("image/webp"),
    url("https://cdn.fireemblemwiki.org/header.png") type("image/png")), image-set(
    url("https://cdn.fireemblemwiki.org/footer.jxl") type("image/jxl"),
    url("https://cdn.fireemblemwiki.org/footer.webp") type("image/webp"),
    url("https://cdn.fireemblemwiki.org/footer.png") type("image/png")), linear-gradient(#06253a, #051c3e, #010101 700px); /*select best image format, if supported*/
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: 100%;
    color: #d9d9d9;
    font-variant-emoji: text;
    font-variant-numeric: proportional-nums;
}

body, .mw-editfont-sans-serif {
    font-family: 'Segoe UI','Segoe UI Historic','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

#siteNotice {
    text-align:center;
    /*display: none;*/
}

#localNotice {
    /*display: none;*/
    background: none;
    border: none;
    box-shadow: none;
}

.mobilebg {
    width: 100% !important;
    font-size: 100% !important;
}

#personal .dropdown {
	border: 2px solid #dbb51f;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 850px) {
    .sidebar-inner, .dropdown {
	border: 2px solid #dbb51f !important;
	border-radius: 7px !important;
	background: rgba(0, 0, 0, 0.85) !important;
    }
}

@media screen and (min-width: 851px) and (max-width: 1099px) {
     #mw-header-nav-hack {
         background:#1a1a1a;
         border-top: solid 2px #232855;
    }
}

/* Zebra Tooltip styling */
.Zebra_Tooltip .Zebra_Tooltip_Message{
	border-color:#767676 !important;
	background:#FFF !important;
	border-radius:0 !important;
	border-width:1px !important;
	box-shadow:none !important;
	color:#000 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	padding:2px 5px 1px !important;
	max-width:350px !important;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow{
	height:0px !important;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow div.Zebra_Tooltip_Arrow_Border{
	border-width:0px !important;
	box-shadow:none !important;
}

/*======================================COPIED FROM COMMON CSS===================================*/
 
/* wikitable/prettytable class for skinning normal tables */
table.wikitable {
	margin: 1em 1em 1em 0;
	background-color: #222;
	/*border: 1px #aaa solid;*/
	border-collapse: collapse;
	empty-cells: show;
}
table.wikitable th, table.wikitable td {
	/*border: 1px #aaa solid;*/
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
	background-color: #232855 !important;
	text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1 {
	background-color: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2 {
	background-color: #a7c1f2;
	text-align: center;
}
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}
td a{
        color: #0c95c9;
}
table {
        color:  #d9d9d9;
}
/* prevent ugly horizontal page expansion */
pre {
	overflow: auto;
}
/* Page headings used throughout the wiki (though not very much at the time of writing...) */ 
.page-notice, .page-warning {
	border-width: 1px;
	border-style: solid;
	padding: 0.3em 0.5em;
	margin-bottom: 1em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Used to add informative notices to the top of pages - BLUE */
.page-notice {
	background-color: #f9f9f9;
	border-color: #025e9d;
	text-align: left;
}
/* Used to add warning information to the top of pages - RED */
.page-warning {
	background-color: #fff;
	border-color: #c51919;
	border-width: 2px;
}
.pw-head {
	color: #c51919;
	font-weight: bold;
}
.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.collapseButton {/* 'show'/'hide' buttons created dynamically */
	float: right;/* by the CollapsibleTables javascript in*/
	font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/
	text-align: right; /* so they can be customised.*/
	width: auto;
}
.default-border-radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.default-border-top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.default-border-bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.bgimage {
	background-image: url('images/1/16/Falchion_transparent.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.tab_tab {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	-icab-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	text-align: center;
	padding: 3px 5px;
	margin: 0px;
	border: 2px solid #B0B0B0;
	background-color: #232855;
	white-space: nowrap;
	cursor: pointer;
}
span.tab_tab:hover, div.tab_tab:hover, td.tab_tab:hover {
	background-color: #222;
}
.tabselected {
	background-color: #222 !important;
	border-bottom: 2px solid #222;
	color: #d9d9d9;
}
.tabcontainer p {
	margin: 0;
}
/* Revision differences */
.diff-deletedline, .diff-addedline {
	color: black;
}
pre {
	background-color: #333;
	color: #D9D9D9;
}
/* Special:AllMessages */
.TablePager td {
	background-color: transparent;
}
.TablePager th {
	background-color: #555;
}
.TablePager tr:hover td {
	background-color: #333;
}
.am_default, .am_actual {
	color: black;
}
/* Edittools */
#editpage-specialchars {
	color: #fff;
	border-color: rgb(219, 181, 31);
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#editpage-specialchars table {
	color: #fff;
}
#mw-notification-area {
	color: black;
}

.firstHeading{ overflow: visible; }


.mw-ui-vform{ width: 410px !important; }

.tocnumber{
    color: inherit;
    font-variant-numeric: tabular-nums;
}


/* Makes Special:Editcount legible */
body.mw-special-Editcount form#editcount td, body.mw-special-Editcount form#editcount th {
    color: black;
}

@font-face {
    font-family: "AncientTongue";
    src: url("https://cdnassets.openwikiproject.org/FEPR_Ancient_Language.ttf") format("truetype");
}

.ancient-tongue {
    font-family: AncientTongue;
    font-size: 150%;
}

/* Lazy cellpadding replacement */
table.cellpadding-0 td, table.cellpadding-0 th {
    padding: 0;
}

table.cellpadding-1 td, table.cellpadding-1 th {
    padding: 1px;
}

table.cellpadding-2 td, table.cellpadding-2 th {
    padding: 2px;
}

table.cellpadding-3 td, table.cellpadding-3 th {
    padding: 3px;
}

table.cellpadding-4 td, table.cellpadding-4 th {
    padding: 4px;
}

table.cellpadding-5 td, table.cellpadding-5 th {
    padding: 5px;
}

/* References */
ol.references li:target, sup.reference:target {
	background-color: #003;
	color: #d9d9d9;
}

/*Round*/
.round {
    border-radius: 15px;
}

.roundtl {
    border-top-left-radius: 15px;
}

.roundt {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.roundtr {
    border-top-right-radius: 15px;
}

.roundbl {
    border-bottom-left-radius: 15px;
}

.roundb {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.roundbr {
    border-bottom-right-radius: 15px;
}

.roundl {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.roundr {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*Used for templates like ChapItems and ChapEnemies/ChapUnits*/
table.chapter-table { /*I'm not sure on the name*/
	margin: auto;
	border-radius: 15px;
	border: 1px solid #b0b0b0; /*(color2)*/
	background-color: #222; /*(color3)*/
	text-align: center;
    font-variant-numeric: tabular-nums;
}

table.chapter-table th, table.chapter-table td {
	background-color: #232855; /*(color1)*/
	border: 1px solid #b0b0b0;
}

.chapter-table th > a:not(.new):not(.mw-selflink):not(.mw-collapsible-text) {
	color: #b0b0b0;
}


/*A very common table styling, used by tables like the name charts*/
table.basic {
	margin: auto;
	border-radius: 15px;
	border: 1px solid #b0b0b0;
	border-spacing: 3px;
	background-color: #232855;
	text-align: center;
}

table.basic th, table.basic td {
	background-color: #222;
}

/*For item list templates, like WeaponStats or ItemData*/
@media screen and (min-width: 851px){
table.item-list {
	border: 3px solid #b0b0b0;
	background-color: #232855;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	border-spacing: 0px;
}
}
@media screen and (max-width: 850px){
table.item-list {
	border: 3px solid #b0b0b0;
	background-color: #232855;
	border-radius: 20px;
	overflow: auto;
	text-align: center;
	border-spacing: 0px;
}
}

.item-list tr:nth-child(even) {
	background-color: #222;
}

.item-list th a:not(.new):not(.mw-selflink):not(.mw-collapsible-text) {
	color: #b0b0b0;
}

/*mirrors*/
.mirrorX {
    display: inline-block;
    transform: scaleX(-1);
}
.mirrorY {
    display: inline-block;
    transform: scaleY(-1);
}
.mirrorXY {
    display: inline-block;
    transform: rotate(180deg);
}

/*======================================COPIED FROM TIMELESS===================================*/
html {
	/* This makes the footer always show up at the bottom of the page,
	   even if the actual page content is too short */
    min-height: 100%;
}

/* Link colours */
html a, html a:hover {
    color:#3af;
}
html a:visited, html a:visited:hover {
	color: #58d; /*maybe temporary until I find a colour that works better on a dark background*/
}
.mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.external, .mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:active:hover, .mw-parser-output a.external:hover {
    color:#7FC9FF;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.extiw:active:visited, .mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited:hover, .mw-parser-output a.extiw:active:visited:hover, .mw-parser-output a.external:visited:hover {
    color:#87A7DB;
}

a.new, .new a, a.new:hover, .new a:hover {
    color: #dd3333;
}
a.new:visited, a.new:visited:hover, .new a:visited, .new a:visited:hover {
    color: #DB6767;
}

a:hover {
	text-decoration: underline;
}

/* Header (search bar, user tools) */
#mw-header-container {
	background: black;
	background: rgba(0, 0, 0, 0.75);
	color: inherit;
}

#p-logo-text a {
	color: inherit;
}

#simpleSearch {
	background: black;
}

#simpleSearch input {
	color: #d9d9d9;
}

.mw-wiki-logo {
    background-image: url("/w/skins/logo.png");
    width: 500px;
    height: 200px;
}

/* Article content area */
.ts-inner {
    max-width: 120em;
}

#toc, .toc {
	background: none;
}

#mw-content-container {
	background: none;
}

#mw-content-block {
	border: 2px solid #dbb51f;
	border-radius: 25px;
	/*background: black;*/
	background: rgba(0, 0, 0, 0.7);
}

#mw-content, #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
	border: none;
	background: none;
}

#mw-page-header-links li.selected a {
	color: #46C;
}

/* Images */
li.gallerybox {
    border: 2px solid #ccc;
    background-color: #333;
}

#mw-content li.gallerybox div.thumb {
    background: 0 0;
}

div.gallerytext {
    background-color: #232855;
}

div.tright {
    background: none;
}

div.thumbinner {
    background-color: #333;
    border-color: #ccc;
}

div.thumbinner img {
    border-color: #ccc;
}

/* Tables */
table {
    border-collapse: separate;
    border-spacing: 2px 2px;
}

@media (max-width: 720px) {
    table, .tab_main {
        width: 100% !important;
        display: block !important;
        overflow-x: auto !important;
        padding: 0 !important;
        border: none !important;
    }
}

table.wikitable {
	background: none;
	color: inherit;
	border: 1px solid #a2a9b1;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #232855;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

table.cargoTable td {
	background-color: #222;
}

/* Edit page */
div.editOptions {
	background: none;
}

/* Upload page */
.htmlform-tip {
	color: #999;
}

/* Recent changes */
fieldset {
	background: none;
}

fieldset legend, .mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
	background: none;
	color: inherit;
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
	background: white;
}

#mw-indicator-mw-helplink a {
	filter: invert(100%);
	color: #f72;
}

/* Diff pages */
.diff-addedline {
	background-color: #9c9;
}

.diff-deletedline {
	background-color: #cc8;
}

.diff-context {
	background-color: #111;
	color: #555;
}

.diff-deletedline, .diff-addedline {
	color: black;
}

/* File pages */
ul#filetoc {
	background: transparent;
	border: solid #d9d9d9;
	border-width: 1px;
}
.mw_metadata td {
    background-color: #222 !important;
    border-color: #b0b0b0 !important;
    color: #d9d9d9;
}
.mw_metadata th {
    background-color: #232855 !important;
    border-color: #b0b0b0 !important; 
    color: #d9d9d9;
}

/* Others */
.mw-notification-content, .oo-ui-menuSelectWidget {
    color: black;
}

.mw-body fieldset#mw-searchoptions {
	background: none;
	color: #d9d9d9;
}

.warningbox {
    background-color: #222 !important;
    border-color: #b0b0b0 !important;
    color: #d9d9d9 !important;
}

code {
    color: #d9d9d9;
    background-color: #232855;
    border: 1px solid #d0d0d0;
}

/* Used for lists in columns */
.col-list > ol, .col-list > ul {
	margin-top: 0;
}

/* spaces sub-lists closer to the item they are below rather than above */
li > ol, li > ul {
	margin-top: 0;
	margin-bottom: 0.3em;
}

/* Styles for both .calculation and .location */
.calculation, .location {
	border: 1px solid #b0b0b0;
	background-color: #232855;
	border-radius: 15px;
}

.calculation td, .calculation th, .location td, .location th {
	border: 1px solid #b0b0b0;
	background-color: #222;
}

/* Used for tables such as {{AS calculations}} */
.location {
	border-spacing: 4px;
}

.location td, .location th {
	padding: 3px;
}

/* Used for tables such as {{ItemLoc}} */
.calculation {
	font-size: 85%;
	text-align: center;
}

/* Used for tables commonly used in unused content or pre-release pages */
.unused {
	margin: auto;
	background-color: #232855;
	border: 2px solid #b0b0b0;
	width: 75%;
	border-radius: 10px;
	text-align: center
}

.unused td:first-child, .unused th:first-child {
	padding: 5px;
}

.unused td:not(:first-child), .unused th:not(:first-child) {
	background-color: #222;
	padding: 10px;
	border: 1px solid #b0b0b0;
	border-radius: 25px
}

/* For character and boss stat tables */
.stat-table {
	border-spacing: 5px;
	border-radius: 20px;
	border: 2px solid #d0d0d0;
	background: #222;
	margin: auto;
	text-align: center;
    overflow:auto;
    font-variant-numeric: tabular-nums;
}

.stat-table th a:not(.new):not(.mw-selflink):not(.mw-collapsible-text) {
	color: #b0b0b0;
}

.stat-table td, .stat-table th {
	padding: 3px;
}

.stat-table td td, .stat-table td th {
	background: #232855;
	border: 1px solid #b0b0b0;
}

.stat-table caption {
	font-weight: bold;
}

/* For infoboxes */
.infobox { /* style for the main table */
	width: 250px;
	border-spacing: 0;
	border: 2px solid #d0d0d0;
	background: #232855;
	border-radius: 20px;
	font-size: 11px;
	margin: 0 0 10px 1px;
	float: right;
	clear: right;
    display: initial !important;
}

.infobox table { /* style for sub-tables */
	width: 100%;
	margin: auto;
	border-spacing: 0;
	border: 1px solid #d0d0d0;
	background: #222;
	border-radius: 15px;
}

.infobox td, .infobox th { /* effectively .cellpadding-3 */
	padding: 3px;
}

/* automatically resizes images wider than 200px to fit; does not allow for images to be wider than 200px even when set to be */
.infobox img {
	max-width: 200px !important;
	height: auto;
}

.infobox tr:first-child tr:first-child th { /* First cell of first sub-table, which usually has the article title */
	background: #232855;
    border-bottom: 1px solid #d0d0d0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 13px;
}

.infobox tr:not(:first-child) table th { /* gives all cells in the second sub-table a right border */
	border-right: 1px solid #d0d0d0;
	text-align: right;
	width: 30%;
}

/* Gives all cells in the second sub-table in rows after the first a top border */
.infobox tr:not(:first-child) table tr:not(:first-child) td,
	.infobox tr:not(:first-child) table tr:not(:first-child) th {
	border-top: 1px solid #d0d0d0;
}

/* For class change templates */
.class-change {
	border-radius: 15px;
	border: 2px solid #b0b0b0;
	text-align: center;
	margin: auto;
	clear: both;
}

.class-change tr:first-child th {
	border-radius: 15px;
	border: 2px solid #b0b0b0;
	background-color: #232855;
}

.class-change tr:first-child th:nth-child(odd) {
	width: 100px;
}

.class-change tr:first-child th:nth-child(even) {
	width: 200px;
}

.class-change-split {
	border-radius: 15px;
	border: 1px solid #b0b0b0;
	background-color: #222;
	font-size: smaller;
}

/* For member tables on the pages for groups and organizations */
.members {
	border-spacing: 1px;
	margin: auto;
	border-radius: 10px;
	background: #232855;
	border: 2px solid #b0b0b0;
	text-align: center;
	font-weight: bold;
}

.members td, .members th {
	background: #222;
	padding: 1px;
}

.members tr:nth-child(odd) td {
	border: 1px solid #b0b0b0;
}

.fetable {
	margin: auto;
	background-color: #b0b0b0;
	border-radius: 15px;
}
.fetable th {
	background-color: #232855;
}
.fetable td {
	background-color: #222;
}

abbr[title],
.explain[title] {
    border-bottom: 1px dotted;
    text-decoration:none;
}


/* Change the image on redirect pages to white */
.mw-content-ltr .redirectText li:first-child{ background-image: linear-gradient( transparent,transparent ),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAUCAYAAAAdmmTCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAHtJREFUeNpi+P//P8NQxQwj1fENUDwkHQ8Do44fdfyo40cdP/COT/j//7/CUHX8AaiaBbTwBDUcv4AIx///////B2ilJjAYHD/hP3mAap6gRLMA1AMfyHT8oG+YHUBz+KBJNqQ4ftBlWGJbngqj7flRxw8iDAAAAP//AwDU/jjRYSLORQAAAABJRU5ErkJggg==); }

a.mw-selflink:hover {
    color: inherit;
    text-decoration: inherit;
}


table.wikitable {
	background-color: #222;
	color: inherit;
	border: 1px solid #a2a9b1;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #232855;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

.editOptions {
   color:inherit
}

.niwa-columns {
    column-count: 1;
}

.pixel-art {
    image-rendering: pixelated;
}

rt {
    font-variant-east-asian: ruby;
}

/*Add Libertinus Serif (successor to Linux Libertine) to font hierarchy*/
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #personal h2, #p-logo-text a, .mw-editfont-serif, .skin-timeless .serif, #siteSub, #mw-site-navigation h2, #mw-related-navigation h2 {
  font-family: 'Libertinus Serif','Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
}

/* Staff highlighting on Recent Changes, logs, histories, etc. Needs to be updated manually if someone is added/removed. */

/* Patrollers */
a.mw-userlink[href$="User:Xamad"]
    {
    color: #FF8C00;
    }

/* Administrators */
a.mw-userlink[href$="User:L95"],
a.mw-userlink[href$="User:Thecornerman"]
    {
    color: #40E0D0;
    }

/* Bureaucrats */
a.mw-userlink[href$="User:PikaSamus"]
    {
    color: #DB7093;
    }

/* Bishops */
a.mw-userlink[href$="User:Luke"],
a.mw-userlink[href$="User:SnorlaxMonster"],
a.mw-userlink[href$="User:Metroidking"]
    {
    color: #009000;
    }


.mw-message-box-warning, .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
  background-color: #000;
  color: #d9d9d9;
}

/* class for FEH skill availability table; prevents links from wrapping */
.feh_avail td > a {
	white-space: nowrap;
}



/*Fix new message notification, ported from monobook*/
@media screen {
  .usermessage {
    background-color: #000;
    border: 1px solid #fc3;
    /*color: #000;*/
    font-weight: bold;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    vertical-align: middle;
  }
}

/* Fix TRS portraits in galleries */
li.gallerybox div.thumb img[src*="Portrait_"][src*="trs01.png"] {
	transform:scaleX(calc(32/35));
}