From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(fixes to external favicons)
(resync from https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=1163124087)
 
(94 intermediate revisions by the same user not shown)
Line 3: Line 3:
  * /
  * /


/* Main page fixes */
/*
#interwiki-completelist {
* This is the CSS common to all desktop skins on en.Wikipedia.
    font-weight: bold;
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
/* Reset italic styling set by user agent */
cite,
dfn {
font-style: inherit;
}
}
body.page-Main_Page #ca-delete {
 
    display: none !important;
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
}
 
body.page-Main_Page #mp-topbanner {
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
  clear: both;
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
}
 
/* Edit window toolbar */
/* Consistent size for <small>, <sub> and <sup> */
#toolbar {
small {
    height: 22px;
font-size: 85%;
    margin-bottom: 6px;
}
}
 
/* Margins for <ol> and <ul> */
.mw-body-content sub,
div#content ol, div#content ul,
.mw-body-content sup {
div#mw_content ol, div#mw_content ul {
font-size: 80%;
    margin-bottom: 0.5em;
}
}
 
/* Make the list of references smaller */
/* Same spacing for indented and unindented paragraphs on talk pages */
div.references {
.ns-talk .mw-body-content dd {
    font-size: 90%;
margin-top: 0.4em;
margin-bottom: 0.4em;
}
}
 
/* Highlight clicked reference in blue to help navigation */
/* Reduce page jumps by hiding collapsed/dismissed content */
div.references li:target,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
sup.reference:target,
 
span.citation:target {
/* Avoid FOUC/reflows on collapsed elements. */
    background-color: #DEF;
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
}
 
/* Ensure refs in table headers and the like aren't bold or italic */
/* Make the list of references smaller
sup.reference {
* Keep in sync with Template:Refbegin/styles.css
    font-weight: normal;
* And Template:Reflist/styles.css
    font-style: normal;
*/
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
}
 
/* Styling for citations */
/* Cite customizations for Parsoid
span.citation, cite {
* Once everything uses the one true parser these are just customizations
    font-style: normal;
*/
    word-wrap: break-word;
span[ rel="mw:referencedBy" ] {
counter-reset: mw-ref-linkback 0;
}
}
 
/* For linked citation numbers and document IDs, where
span[ rel='mw:referencedBy' ] > a::before {
  the number need not be shown on a screen or a handheld,
content: counter( mw-ref-linkback, lower-alpha );
  but should be included in the printed version
font-size: 80%;
*/
font-weight: bold;
@media screen, handheld {
font-style: italic;
    span.citation *.printonly {
        display: none;
    }
}
}
 
/* Default skin for navigation boxes */
a[ rel="mw:referencedBy" ]::before {
table.navbox {            /* Navbox container style */
font-weight: bold;
    border: 1px solid #aaa;
content: "^";
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
 
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
span[ rel="mw:referencedBy" ]::before {
content: "^ ";
}
}
.navbox-title,
 
.navbox-abovebelow,
.mw-ref > a[data-mw-group=lower-alpha]::after {
table.navbox th {
content: '[' counter( mw-Ref, lower-alpha ) ']';
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
}
.navbox-group {              /* Group style */
 
    white-space: nowrap;
.mw-ref > a[data-mw-group=upper-alpha]::after {
    text-align: right;
content: '[' counter( mw-Ref, upper-alpha ) ']';
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
}
.navbox, .navbox-subgroup {
 
    background: #fdfdfd;     /* Background color */
.mw-ref > a[data-mw-group=decimal]::after {
content: '[' counter( mw-Ref, decimal ) ']';
}
}
.navbox-list {
 
    border-color: #fdfdfd;   /* Must match background color */
.mw-ref > a[data-mw-group=lower-roman]::after {
content: '[' counter( mw-Ref, lower-roman ) ']';
}
}
.navbox-title,
 
table.navbox th {
.mw-ref > a[data-mw-group=upper-roman]::after {
    background: #ccccff;     /* Level 1 color */
content: '[' counter( mw-Ref, upper-roman ) ']';
}
}
.navbox-abovebelow,
 
.navbox-group,
.mw-ref > a[data-mw-group=lower-greek]::after {
.navbox-subgroup .navbox-title {
content: '[' counter( mw-Ref, lower-greek ) ']';
    background: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 
    background: #e6e6ff;     /* Level 3 color */
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
font-weight: normal;
padding-right: 0.2em;
padding-left: 0.2em;
}
}
.navbox-even {
 
    background: #f7f7f7;    /* Even row striping */
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
}
}
.navbox-odd {
 
    background: transparent; /* Odd row striping */
/* Lists in wikitable data cells are always left-aligned */
}
.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;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
}                          /* so they need to be the same width.        */
.navbar {                  /* Navbox template links */
    font-size: 88%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
    font-size: 100%;      /* Font-size when nested within navbox */
}
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.4em 0.6em;
    float: right;
    clear: right;
    width: 300px;
}
.infobox th {
    width: 1%;
}
.infobox td,
.infobox th {
    vertical-align: top;
    padding: 0.4em 0.6em;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered th {
    width: 125px;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
  country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
.infobox.geography  td,
.infobox.geography  th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    text-align: left;
}
/* lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ul,
.wikitable td ol,
.wikitable td ol,
.wikitable td dl {
.wikitable td dl {
    text-align: left;
/* @noflip */
text-align: left;
}
}
 
/* Icons for medialist templates [[Template:Listen]],
/* Change the external link icon to a PDF icon for all PDF files */
  [[Template:Multi-listen_start]], [[Template:Video]],
.mw-parser-output a[href$=".pdf"].external,
  [[Template:Multi-video_start]]
.mw-parser-output a[href*=".pdf?"].external,
*/
.mw-parser-output a[href*=".pdf#"].external,
div.listenlist {
.mw-parser-output a[href$=".PDF"].external,
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
.mw-parser-output a[href*=".PDF?"].external,
    padding-left: 40px;
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
/* @noflip */
padding: 8px 18px 8px 0;
}
}
 
/* Style rules for media list templates */
/* System messages styled similarly to fmbox */
div.medialist {
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
    min-height: 50px;
  * the edit-protected notice and the special:Contribs for blocked users
    margin: 1em;
  * The latter has specificity of 3 classes so we have to triple up here.
    background-position: top left;
  */
    background-repeat: no-repeat;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
/* Change the external link icon to an Adobe icon for all PDF files
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
    padding-right: 18px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
    padding-right: 18px;
}
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.4em 0.6em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
   
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;    /* 0.9em left/right */
    width: 100%;              /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {          /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {          /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;      /* Gray-gold */
}
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;        /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;      /* Gray-gold */
}
   
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
    width: 100%;                /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
    font-size: 100%;            /* set in "mbox-small" above.               */
}
   
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;    /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
div#mw-protect-cascadeon {
    clear: both;
clear: both;
    margin: 0.2em 0;
margin: 0.2em 0;
    border: 1px solid #bb7070;
border: 1px solid #bb7070;
    background: #ffdbdb;
background-color: #ffdbdb;
    padding: 0.25em 0.9em;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}
/* Div based "system" style fmbox messages.
 
  Used in [[MediaWiki:Readonly lag]]. */
/* default colors for partial block message */
div.mw-lag-warn-normal,
/* gotta get over the hump introduced by the triple class above */
div.fmbox-system {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
    clear: both;
border-color: #fc3;
    margin: 0.2em 0;
background-color: #fef6e7;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
}
 
/* These mbox-small classes must be placed after all other
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}
#wpSave {
    font-weight: bold;
}
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
/* suppress missing interwiki image links where #ifexist cannot
  be used due to high number of requests see .hidden-redlink on
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
*/
.check-icon a.new {
    display: none;
    speak: none;
}
/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    float: right;
    font-weight: normal;
    font-size: 90%;
}
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}
.horizontal li {
    padding: 0 0.6em 0 0.4em;
    display: inline;
    border-right: 1px solid;
}
.horizontal li:last-child {
    border-right: none;
    padding-right: 0;
}
/* Allow transcluded pages to display in lists rather than a table.
  Compatible in Firefox; incompatible in IE6. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]].
*/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
/* Styling for Template:Quote */
blockquote.templatequote {
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
/* Prevent line breaks in silly places:
  1) Links when we don't want them to
  2) Bold "links" to the page itself
  2) HTML formulae
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {
    white-space: nowrap;
}
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}
/* Minimum thumb width */
/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
.thumbinner {
    min-width: 100px;
min-width: 100px;
}
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
div.thumb img.thumbimage {
    background-color: #fff;
}
}


/* Adds a right-margin for left-floated thumbnails; prevents bullets from overlapping border */
div.thumb.tleft, div.tleft {
    margin-right: 2em;
}
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    background-color: #F9F9F9;  /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
.filehistory a img,
#file img {
    background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: white;
}
/* Prevent floating boxes from overlapping any category listings,
/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views */
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,  
#mw-subcategories,
#filehistory, #wikiPreview, #wikiDiff {
#mw-pages,
    clear: both;
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}
 
/* Selectively hide headers in WikiProject banners */
/* Styling for tags in changes pages */
.wpb .wpb-header            { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
/* Styling for Abuse Filter tags */
.mw-tag-markers {
.mw-tag-markers {
    font-family:sans-serif;
font-style: italic;
    font-style:italic;
font-size: 90%;
    font-size:90%;
}
}
 
/* Fix monospace fontsize in new edit toolbar (jquery.wikiEditor.toolbar.css).
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[Bugzilla:27502]] */
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax,
  [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
.wikiEditor-ui-toolbar .section-help .page-table td.syntax {
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    font-family: monospace, "Courier New";
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}
 
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
/* Hide the redlink generated by {{Editnotice}},
   [[Bugzilla:26204]] */
  this overrides the ".sysop-show { display: none; }" above that applies
div.mw-geshi div,
   to the same link as well. See [[phab:T45013]]
div.mw-geshi div pre,
 
span.mw-geshi,
  Hide the images in editnotices to keep them readable in VE view.
pre.source-css,
  Long term, editnotices should become a core feature so that they can be designed responsive. */
pre.source-javascript {
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
    font-family: monospace, "Courier New" !important;
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}
 
/* Remove bullets when there are multiple edit page warnings */
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none;
}
ul.permissions-errors {
ul.permissions-errors {
    margin: 0;
margin: 0;
}
}
 
/* No linewrap on the labels of the login/signup page */
ul.permissions-errors > li {
body.page-Special_UserLogin .mw-label label,
list-style: none;
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
  It scales some text, and not the other. Use none, or fixed percentage instead.
  Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
}
 
/* Pie chart test: Transparent borders */
/* larger inline math */
.transborder {
span.mwe-math-mathml-inline {
    border: solid transparent;
font-size: 118%;
}
}
* html .transborder { /* IE6 */
 
    border: solid #000001;
/* Make <math display="block"> be left aligned with one space indent for
    filter: chroma(color=#000001);
  * compatibility with style conventions
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}


/*
.mwe-math-mathml-display math {
* END COPIED FROM WIKIPEDIA
display: inline;
* /
 
/* Control selector template */
#control_selector {
background-color: #b8e55c;
border: 1px solid #99cc66;
margin: 0.25em 0 0.25em 0.25em;
padding: 3px;
float: right;
font-size: 1.25em;
}
}


/* Teddy's cool styles */
@media screen {
.headerimage {text-align: center; margin-bottom: 1em;}
/* Put a chequered background behind images, only visible if they have transparency,
.midcoltxt p {margin-left: 212px; margin-right: 212px; text-align:justify;}
* except on main, user, and portal namespaces
*/
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}


#control_selector > span {
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
font-weight: bold;
  do not apply to print mode */
#siteSub {
display: block;
}
}
}


/* Archive template */
/* Hide FlaggedRevs notice UI when there are no pending changes */
.archive_box {
.flaggedrevs_draft_synced,
background-color: #f9f9f9;
.flaggedrevs_stable_synced,
border: 1px solid #aaa;
/* "Temporary" to remove links in sidebar T255381 */
float: right;
#t-upload,
padding: 0.25em;
/* Hide broken download box on Special:Book pending T285400 */
text-align: center;
.mw-special-Book #coll-downloadbox {
display: none;
}
}


.archive_box > .archive_heading {
/*
font-size: large;
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
line-height: 110%;
* SEE [[MediaWiki talk:Common.css/to do]]
margin: 0;
*/
padding: 0;
 
width: 200px;
/* Infobox template style */
border-bottom: 1px solid #aaa;
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}


.archive_box > div {
.infobox-header,
padding-right: 0.5em;
.infobox-label,
padding-left: 0.5em;
.infobox-above,
text-align: justify;
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


/* Drift City objectives template */
.infobox-label,
.t_drift_city_objectives{
.infobox-data,
border: #AAAAAA 2px solid;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
background-color:#3399FF;
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
}


/* Sidebar template */
/* Remove .infobox when element selectors above are removed */
.t_sidebar{
.infobox .infobox-above,
border:1px solid #7d87bc;
.infobox .infobox-title,
-moz-border-radius:5px;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
-webkit-border-radius:5px;
.infobox caption {
background-color:#d0d5f1;
font-size: 125%;
margin:0 0.5em 0.5em 0.5em;
font-weight: bold;
padding:0.75em
text-align: center;
}
}
.t_sidebar_title{
 
color:#556;
.infobox-title,
font-size:larger;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
font-weight:bold;
.infobox caption {
margin-bottom:0.5em
padding: 0.2em;
}
}
.t_sidebar_banner{
 
margin:0px 0.5em 0.5em 0.5em;
/* Remove .infobox when element selectors above are removed */
border:2px solid #000;
.infobox .infobox-header,
padding:0px;
.infobox .infobox-subheader,
background-color:#fff
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
}
.t_sidebar_banner .t_sidebar_title{
 
background-color:#037DDC;
/* Remove .infobox when element selectors above are removed */
color:#fff;
.infobox .infobox-navbar {
padding-left:3px;
/* @noflip */
-webkit-border-top-left-radius: 3px;
text-align: right;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
}
}
/* Nihongo Template*/
 
.t_nihongo_icon{
/* Normal font styling for wikitable row headers with scope="row" tag */
color:#00e;
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
font-weight: normal;
/* @noflip */
text-align: left;
}
}


/* Table Cell templates Template */
/* Remove underlines from certain links */
.table-na{
.nounderlines a,
background-color:#ececec
.IPA a:link,
.IPA a:visited {
text-decoration: none !important;
}
}
.table-yes{
 
background-color:#90ff90
/* Prevent line breaks in silly places where desired (nowrap)
}
  and links when we don't want them to (nowraplinks a) */
.table-yes2{
.nowrap,
background-color:#ddffdd
.nowraplinks a {
}
white-space: nowrap;
.table-no{
background-color:#ff9090
}
.table-no2{
background-color:#ffdddd
}
}


/* Style for non-JS spoiler mouseover */
/* But allow wrapping where desired: */
.table-spoiler div:hover {
.wrap,
color: black;
.wraplinks a {
cursor: default;
white-space: normal;
}
}


/* Table of Contents Headers */
/* texhtml class for inline math (based on generic times-serif class) */
.toc_h2,
span.texhtml {
.toc_h3 {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
margin: 0 0 0.5em;
font-size: 118%;
font-weight: 700;
line-height: 1;
line-height: 1;
white-space: nowrap;
/* Force tabular and lining display for texhtml */
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
}


.toc_h2 {
span.texhtml span.texhtml {
font-size: 1.5em;
font-size: 100%;
}
}


.toc_h3 {
@media screen {
font-size: 1.25em;
.nochecker .gallerybox .thumb img {
background-image: none;
}
}
}


/* LGPL/GPL templates */
/* Put anything you mean to be a sitewide addition above the TemplateStyles
.license_box
* comment above.
{
*/
width:100%;
 
clear:both;
/*
margin:0.5em auto;
* END COPIED FROM WIKIPEDIA
background-color:#f9f9f9;
* /
border:2px solid #e0e0e0;
 
.mw-collapsible {
border-radius: 0.375em 0.375em 0.375em 0.375em;
line-height: 1.6;
}
}


/* Shortcut template */
.mw-collapsible .mw-collapsible-header {
.shortcut_box
border-radius: 0.375em 0.375em 0 0;
{
float: right;
background: #fff;
border: 1px solid #999;
margin: .3em .3em .3em 1em;
padding: 3px;  
}
}


/* Thankyou template */
.mw-collapsible .mw-collapsible-content {
.thankyou
border-radius: 0 0 0.375em 0.375em;
{
float: right;
border: 1px solid blue;
width: 200px;
padding: 3px;
background-color: #ffffff;
}
}


/* Todo template */
.mw-collapsible.mw-collapsed .mw-collapsible-header {
.todo_box
border-radius: 0.375em 0.375em 0.375em 0.375em;
{
background-color:#FCDDAA;
border:1px solid #000000;
vertical-align: top;
margin-bottom: 1em;
padding-bottom: 1em;
}
}


.todo_box .NavFrame
.mw-collapsible .mw-collapsible-content,
{
.mw-collapsible .mw-collapsible-content p {
background-color:#FFEFDF;
margin: 0;
border:1px dotted #000000;
width:98%;
margin:auto;
clear:both
}
}


.todo_box .NavHead
.mw-collapsible .mw-collapsible-content {
{
padding: 1em;
position: relative;
font-weight: bolder;
font-size: larger
}
}


.template_edit_link
/* Navigation boxes (Header Nav and Footer Nav) */
{
.nav_box {
font-size: smaller;
clear: both;
margin: 0;
margin: 1.25em 0;
float: right;
padding: 0.5em;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 5px;
}
}


/* Wikipedia template */
.nav_box .mw-collapsible-header ul {
.wikipedia
margin-left: 0.5em;
{
clear: right;
border: 1px solid #aaaaaa;
margin: 0 0 1em 1em;
font-size: 95%;
background: #f9f9f9;
width: 246px;
padding: 4px;
float: right;
}
}


.wikipedia_link
.nav_box .toc_heading {
{
padding-bottom: 0.25em;
margin: 0.25em;
margin-bottom: 0;
font-size: larger;
border-bottom: 1px solid #ccc;
font-style: italic;
font-weight: bold;
font-weight: bold;
line-height: 1;
text-align: center;
}
}


/* Achievement lists */
/* Header Nav */
table.achievement_list tr th
.header_nav .mw-collapsible-header ul > li {
{
display: inline;
background-color: #AABBCC;
}
}
table.achievement_list tr td:first-child
 
{
.header_nav .mw-collapsible-header ul > li::before {
text-align: center;
content: " | ";
}
}


/* Move lists */
.header_nav .mw-collapsible-header ul > li:first-child::before {
table.move_list tr th
content: "";
{
background-color: #ADC8FA;
}
}


table.move_list td
/* Footer Nav */
{
.top_link {
border: none;
float: left;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
}
}


table.move_list tr td + td + td, table.move_list tr td:first-child
.top_link::before {
{
content: '[';
border-right: 1px solid #aaaaaa;
}
}


table.move_list tr:nth-child(odd) {
.top_link::after {
    background-color: silver;
content: ']';
}
}


/* Pcreq template */
.footer_nav_prev::before,
.pcreq_line
.footer_nav .mw-collapsible-header li:has(~ .footer_nav_prev)::before {
{
content: "\2190\a0";
clear: left;
}
}


/* Style for non-JS spoiler mouseover */
/* Table of Contents Headers */
.spoiler div:hover {
.toc_h2,
  color: black;
.toc_h3 {
  cursor: default;
margin: 0 0 0.5em;
font-weight: 700;
line-height: 1;
}
}


/* Achievement template */
.toc_h2 {
 
font-size: 1.5em;
.achievement {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid gray;
background-color: #E7E7E7;
margin: .5em 0 .5em 0;
}
}


.achievement_image {
.toc_h3 {
float: left;
font-size: 1.25em;
width: 49px;
height: 49px;
}
}


.achievement_info {
/* Infobox template style */
float: right;
.infobox {
text-align: right;
width: 300px;
width: 49px;
height: 49px;
}
}


.achievement_name {
.infobox td,
text-align: center;
.infobox th {
font-weight: bold;
padding: 0.4em 0.6em;
}
}


.achievement_description {
.infobox th {
color: DimGray;
text-align: center;
text-align: justify;
margin: 4px;
clear: both;
}
}


.achievement_progress_outer {
.infobox.bordered th {
clear: both;
width: 100px;
background-color: #e7e7e7;
overflow: hidden;
margin: 4px;
}
}


.achievement_progress_inner {
.mw-row-no-collapse {
background-color: #aaaaaa;
display: table-row !important;
color: #2f2f2f;
margin: 0;
}
}


 
.headerimage {
/* Progress bars */
text-align: center;
.progress_bar
margin-bottom: 1em;
{
background-color: #d8d8d8;
border: 1px solid #2f2f2f;
overflow: hidden;
}
}


.progress_bar_inner
/* Ratings and companies */
{
.rating {
background-color: #b2ff00;
margin-right: 0.3em;
color: #2f2f2f;
margin: 0;
white-space:nowrap;
}
}


/* Release dates, ratings and companies */
/* wikitable/prettytable class for skinning normal tables */
.release_date,.rating,.company_line {
table.wikitable,
margin-top:1px;
table.prettytable {
margin-bottom:1px
margin: .1em 1.5em .1em .1em;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
}


/* displays an icon on the top bar of the page */
table.wikitable th,
div.topicon {
table.wikitable td,
position:absolute; z-index:100; top:10px; display: block !important;
table.prettytable th,
table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.4em 0.6em;
vertical-align: top;
}
}


/* Series boxes */
table.mid-table th,
.series_box_parent {
table.mid-table td {
position: absolute;
vertical-align: middle;
right: 0.6em;
}
}


.series_box
table.wikitable th,
{
table.prettytable th {
clear: both;
background: #f2f2f2;
margin: 1.25em 0;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
text-align: center;
}
}


.series_box p {
table.wikitable caption,
margin: 1.25em 0.5em;
table.prettytable caption {
margin: 0.2em inherit 0.05em inherit;
font-weight: bold;
font-size: 1.1em;
}
}


.series_box_header {
table.controlstable {
position: relative;
width: 100%;
margin: 0 !important;
text-align: center;
padding: 0.5em;
background-color: #e9e9e9;
border-bottom: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight: 700;
}
}


.series_box_edit_link {
table.controlstable td {
display: block;
vertical-align: middle;
position: absolute;
right: 0.5em;
font-weight: 300;
}
}


.keyboard_button {
/* Style for non-JS spoiler mouseover */
background-color: #eee;
.table-spoiler div:hover {
border-top: 0.2em solid #ccc;
color: black;
border-right: 0.3em solid #aaa;
cursor: default;
border-bottom: 0.35em solid #888;
border-left: 0.25em solid #bbb;
padding: 0 0.4em 0.1em 0.3em;
white-space: nowrap;
line-height: 2.25em !important;
}
}


/* Header boxen */
p.template_edit_link {
.header_box
font-size: smaller;
{
margin: 0;
margin: 0.5em;
float: right;
border: 1px solid #7d87bc;
background-color: #d0d5f1;
padding: 3px;
clear: both;
vertical-align: middle;
}
}


.header_box p
/* Move lists */
{
table.move_list tr th {
margin: 0;
background-color: #ADC8FA;
}
}


.header_box_important
table.move_list td {
{
border: none;
border-color: #bc7d7d;
border-top: 1px solid #aaaaaa;
background-color: #f1d0d0;
border-bottom: 1px solid #aaaaaa;
font-size: larger;
border-left: 1px solid #aaaaaa;
}
}


.header_box_message
table.move_list tr td + td + td,
{
table.move_list tr td:first-child {
border-color: #bcbb7d;
border-right: 1px solid #aaaaaa;
background-color: #f1efd0;
}
}


.developer_header_box
table.move_list tr:nth-child(odd) {
{
background-color: silver;
display: none;
}
 
.nav_toc_append
{
display: none;
}
}


/* Styling links to Bulbapedia */
/* Styling links to Bulbapedia */
div#content a.external[href^="http://bulbapedia.bulbagarden.net"], div#content a.extiw[href^="http://bulbapedia.bulbagarden.net"] { {
div#content a.external[href^="https://bulbapedia.bulbagarden.net"],
  background: url("//cdn.wikimg.net/strategywiki/images/a/a4/Bulbalink.png") no-repeat right;
div#content a.extiw[href^="https://bulbapedia.bulbagarden.net"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/a/a4/Bulbalink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Chrono Wiki */
/* Styling links to Chrono Wiki */
div#content a.external[href^="http://www.chronowiki.org"], div#content a.extiw[href^="http://www.chronowiki.org"] { {
div#content a.external[href^="https://www.chronowiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/c/ce/ChronoWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.chronowiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/c/ce/ChronoWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Donkey Kong Wiki */
/* Styling links to Dragon Quest Wiki*/
div#content a.external[href^="http://www.dkwiki.com"], div#content a.extiw[href^="http://www.dkwiki.com"] { {
div#content a.external[href^="https://dragon-quest.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/1/1f/DKWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://dragon-quest.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/f/fb/DragonQuestWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Dragon Quest Wiki*/
/* Styling links to Fallout Wiki */
div#content a.external[href^="http://dragon-quest.org"], div#content a.extiw[href^="http://dragon-quest.org"] { {
div#content a.external[href^="https://fallout.wiki"],
  background: url("//cdn.wikimg.net/strategywiki/images/f/fb/DragonQuestWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://fallout.wiki"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/9/9b/FalloutWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Fire Emblem Wiki */
/* Styling links to Fire Emblem Wiki */
div#content a.external[href^="http://fireemblemwiki.org"], div#content a.extiw[href^="http://fireemblemwiki.org"] { {
div#content a.external[href^="https://fireemblemwiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/d/d8/FireEmblemWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://fireemblemwiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/d/d8/FireEmblemWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to F-Zero Wiki */
/* Styling links to F-Zero Wiki */
div#content a.external[href^="http://mutecity.org"], div#content a.extiw[href^="http://mutecity.org"] { {
div#content a.external[href^="https://mutecity.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/d/d3/F-ZeroWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://mutecity.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/d/d3/F-ZeroWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Golden Sun Universe */
/* Styling links to Golden Sun Universe */
div#content a.external[href^="http://www.goldensunwiki.net"], div#content a.extiw[href^="http://www.goldensunwiki.net"] { {
div#content a.external[href^="https://goldensunwiki.net"],
  background: url("//cdn.wikimg.net/strategywiki/images/9/93/GoldenSunWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://goldensunwiki.net"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/9/93/GoldenSunWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Hard Drop */
/* Styling links to Hard Drop */
div#content a.external[href^="http://harddrop.com/wiki"], div#content a.extiw[href^="http://harddrop.com/wiki"] { {
div#content a.external[href^="https://harddrop.com/wiki"],
  background: url("//cdn.wikimg.net/strategywiki/images/4/4a/HardDropTetrisWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://harddrop.com/wiki"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/4/4a/HardDropTetrisWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Icaruspedia */
/* Styling links to Icaruspedia */
div#content a.external[href^="http://kidicaruswiki.org"], div#content a.extiw[href^="http://kidicaruswiki.org"] { {
div#content a.external[href^="https://www.kidicaruswiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/0/08/IcaruspediaLink.png") no-repeat right;
div#content a.extiw[href^="https://www.kidicaruswiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/0/08/IcaruspediaLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Inkipedia */
/* Styling links to Inkipedia */
div#content a.external[href^="http://splatoonwiki.org"], div#content a.extiw[href^="http://splatoonwiki.org"] { {
div#content a.external[href^="https://splatoonwiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/7/7a/InkipediaLink.png") no-repeat right;
div#content a.extiw[href^="https://splatoonwiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/7/7a/InkipediaLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Kingdom Hearts Wiki */
/* Styling links to Kingdom Hearts Wiki */
div#content a.external[href^="http://www.khwiki.net"], div#content a.extiw[href^="http://www.khwiki.net"] { {
div#content a.external[href^="https://www.khwiki.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/a/ad/KingdomHeartsWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.khwiki.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/a/ad/KingdomHeartsWikiLink.png") no-repeat right;
padding-right: 18px;
}
 
/* Styling links to Koei Tecmo Wiki */
div#content a.external[href^="https://koeitecmo.wiki"],
div#content a.extiw[href^="https://koeitecmo.wiki"] {
background: url("//cdn.wikimg.net/en/strategywiki/images/7/77/KTWikiLink.png") no-repeat right;
padding-right: 18px;
}
 
/* Styling links to Kovopedia */
div#content a.external[href^="https://kovopedia.com"],
div#content a.extiw[href^="https://kovopedia.com"] {
background: url("//cdn.wikimg.net/en/strategywiki/images/8/8a/KovopediaLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Lylat Wiki */
/* Styling links to Lylat Wiki */
div#content a.external[href^="http://starfoxwiki.info"], div#content a.extiw[href^="http://starfoxwiki.info"] { {
div#content a.external[href^="https://starfoxwiki.info"],
  background: url("//cdn.wikimg.net/strategywiki/images/a/ab/LylatWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://starfoxwiki.info"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/a/ab/LylatWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Metroid Wiki */
/* Styling links to Metroid Wiki */
div#content a.external[href^="http://www.metroidwiki.org"], div#content a.extiw[href^="http://www.metroidwiki.org"] { {
div#content a.external[href^="https://www.metroidwiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/4/44/MetroidWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.metroidwiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/4/44/MetroidWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Nookipedia */
/* Styling links to Nookipedia */
div#content a.external[href^="http://nookipedia.com"], div#content a.extiw[href^="http://nookipedia.com"] { {
div#content a.external[href^="https://nookipedia.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/9/9a/ACWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://nookipedia.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/9/9a/ACWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Pikipedia */
/* Styling links to Pikipedia */
div#content a.external[href^="http://www.pikminwiki.com"], div#content a.extiw[href^="http://www.pikminwiki.com"] { {
div#content a.external[href^="https://www.pikminwiki.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/1/13/PikipediaLink.png") no-repeat right;
div#content a.extiw[href^="https://www.pikminwiki.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/1/13/PikipediaLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Square Enix Wiki */
/* Styling links to Square Enix Wiki */
div#content a.external[href^="http://seiwanetwork.org/wiki"], div#content a.extiw[href^="http://seiwanetwork.org/wiki"] { {
div#content a.external[href^="https://seiwanetwork.org/wiki"],
  background: url("//cdn.wikimg.net/strategywiki/images/6/6e/SEWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://seiwanetwork.org/wiki"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/6/6e/SEWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Super Mario Wiki */
/* Styling links to Super Mario Wiki */
div#content a.external[href^="http://www.mariowiki.com"], div#content a.extiw[href^="http://www.mariowiki.com"] { {
div#content a.external[href^="https://www.mariowiki.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/3/30/MarioWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.mariowiki.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/3/30/MarioWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to NintendoWiki */
/* Styling links to NintendoWiki */
div#content a.external[href^="http://www.niwanetwork.org/wiki"], div#content a.extiw[href^="http://www.niwanetwork.org/wiki"] { {
div#content a.external[href^="https://www.niwanetwork.org/wiki"],
  background: url("//cdn.wikimg.net/strategywiki/images/9/94/NWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.niwanetwork.org/wiki"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/9/94/NWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to SmashWiki */
/* Styling links to SmashWiki */
div#content a.external[href^="http://www.ssbwiki.com"], div#content a.extiw[href^="http://www.ssbwiki.com"] { {
div#content a.external[href^="https://www.ssbwiki.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/c/ce/SmashWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://www.ssbwiki.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/c/ce/SmashWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Starfy Wiki */
/* Styling links to Starfy Wiki */
div#content a.external[href^="http://starfywiki.org"], div#content a.extiw[href^="http://starfywiki.org"] { {
div#content a.external[href^="https://starfywiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/f/f4/StarfyWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://starfywiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/f/f4/StarfyWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Wars Wiki */
/* Styling links to Wars Wiki */
div#content a.external[href^="http://warswiki.warscentral.com"], div#content a.extiw[href^="http://warswiki.warscentral.com"] { {
div#content a.external[href^="https://warswiki.org"],
  background: url("//cdn.wikimg.net/strategywiki/images/f/f6/WarsWikiLink.png") no-repeat right;
div#content a.extiw[href^="https://warswiki.org"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/f/f6/WarsWikiLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to WiKirby */
/* Styling links to WiKirby */
div#content a.external[href^="http://wikirby.us"], div#content a.extiw[href^="http://wikirby.us"] { {
div#content a.external[href^="https://wikirby.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/c/c4/Wikirbylink.png") no-repeat right;
div#content a.extiw[href^="https://wikirby.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/c/c4/Wikirbylink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to WikiBound */
/* Styling links to WikiBound */
div#content a.external[href^="http://wikibound.info"], div#content a.extiw[href^="http://wikibound.info"] { {
div#content a.external[href^="https://wikibound.info"],
  background: url("//cdn.wikimg.net/strategywiki/images/e/e5/WikiBoundLink.png") no-repeat right;
div#content a.extiw[href^="https://wikibound.info"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/e/e5/WikiBoundLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Zelda Wiki */
/* Styling links to Zelda Wiki */
div#content a.external[href^="http://www.zeldawiki.org"], div#content a.extiw[href^="http://www.zeldawiki.org"] { {
div#content a.external[href^="https://zeldawiki.wiki"],
  background: url("//cdn.wikimg.net/strategywiki/images/2/28/Zwlink.png") no-repeat right;
div#content a.extiw[href^="https://zeldawiki.wiki"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/2/28/Zwlink.png") no-repeat right;
padding-right: 18px;
}
 
/* Styling links to Switcher */
div#content a.external[href^="https://switcher.gg"],
div#content a.extiw[href^="https://switcher.gg"] {
background: url("//cdn.wikimg.net/en/strategywiki/images/thumb/0/01/SwitcherLink.png/16px-SwitcherLink.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to PCGamingWiki */
/* Styling links to PCGamingWiki */
div#content a.external[href^="http://pcgamingwiki.com"], div#content a.extiw[href^="http://pcgamingwiki.com"] { {
div#content a.external[href^="https://www.pcgamingwiki.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/thumb/0/04/PCGamingWikiLink.svg/16px-PCGamingWikiLink.svg.png") no-repeat right;
div#content a.extiw[href^="https://www.pcgamingwiki.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/thumb/0/04/PCGamingWikiLink.svg/16px-PCGamingWikiLink.svg.png") no-repeat right;
padding-right: 18px;
}
}


/* Styling links to Neoseeker */
/* Styling links to Neoseeker */
div#content a.external[href^="http://www.neoseeker.com/"], div#content a.extiw[href^="http://www.neoseeker.com/"] { {
div#content a.external[href^="https://www.neoseeker.com"],
  background: url("//cdn.wikimg.net/strategywiki/images/6/6c/NeoseekerLink.png") no-repeat right;
div#content a.extiw[href^="https://www.neoseeker.com"] {
  padding-right: 18px;
background: url("//cdn.wikimg.net/en/strategywiki/images/6/6c/NeoseekerLink.png") no-repeat right;
padding-right: 18px;
}
 
/* Make plainlinks work for external interwiki links as well */
.plainlinks a.extiw {
background: none !important;
padding: 0 !important;
}
}


/* Hide some stuff from the main page (from Wikipedia) */
/* Don't display some stuff on the main page */
body.page-Main_Page #lastmod,
/* From [[Wikipedia:MediaWiki:Vector.css]] */
body.page-Main_Page #siteSub,
.page-Main_Page #deleteconfirm,
body.page-Main_Page #contentSub,
.page-Main_Page #t-cite,
body.page-Main_Page h1.firstHeading {
.page-Main_Page #footer-info-lastmod,
    display: none !important;
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading,
.action-view.page-Main_Page .mw-indicators {
display: none !important;
}
}


/* make the list of references look smaller */
/* make the list of references look smaller */
ol.references {
ol.references {
  font-size: 100%;
font-size: 100%;
}
 
.references-small { font-size: 90%;}
 
/* wikitable/prettytable class for skinning normal tables */
 
table.controltable td {
  text-align: center;
}
table.controltable td.table-desc{
text-align:left
}
 
table.wikitable,
table.prettytable {
  margin: .1em 1.5em .1em .1em;
  empty-cells:show;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
}


table.wikitable th, table.wikitable td,
.references-small {
table.prettytable th, table.prettytable td {
font-size: 90%;
  border: 1px #aaaaaa solid;
  padding: 0.4em 0.6em;
  vertical-align: top;
}
 
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.05em;
  margin-top: 0.2em;
}
}


/* Style for "notices" */
/* Style for "notices" */
.notice {
.notice {
    text-align: justify;
text-align: justify;
    margin: 1em;
margin: 1em;
    padding: 0.2em;
padding: 0.2em;
}
}


#disambig {
#disambig {
    border-top: 3px double #cccccc;  
border-top: 3px double #cccccc;
    border-bottom: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
 
#spoiler {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
 
/* Standard talk template style */
 
.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 3px;
}
 
.Talk-Notice:after {
content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
 
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
}


Line 1,646: Line 870:
}
}


/* Makes redirects appear in italics on [[Special:Allpages]] */
/* Hide license dropdown on [[Special:Upload]] */
.allpagesredirect, .redirect-in-category, .watchlistredir {
p.mw-upload-editlicenses,
font-style: italic;
.mw-htmlform-field-Licenses {
  display: none;
}
}


/* Navigation boxes (common to Header Nav, Footer Nav, and Continue Nav) */
/* Special:Statistics page styles */
 
table.wikitable.mw-statistics-table {
.nav_box {
margin-left: 0.25em;
margin: 1.25em 0;
background: transparent;
padding: 0.5em;
border: 1px solid #80bded;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
}


.nav_box .NavHead {
table.wikitable.mw-statistics-table th {
position: relative;
background-image: url(//cdn.wikimg.net/en/strategywiki/images/a/ab/SW_Lightblue_Header.jpg);
}
background-repeat: no-repeat;
 
background-color: #ffffff;
.nav_box .NavContent {
text-align: left;
text-align: left;
vertical-align: top;
height: 40px;
border-top: 1px solid #80bded;
border-left: 1px solid #80bded;
border-right: 1px solid #80bded;
border-bottom: none;
}
}


.nav_box_toc_heading {
table.wikitable.mw-statistics-table td {
margin: 0.5em 0;
border-left: none;
padding-bottom: 0.25em;
border-right: 1px solid #80bded;
border-bottom: 1px solid #ccc;
border-bottom: none;
font-size: 1.75em;
border-top: none;
font-weight: 700;
line-height: 1;
}
}


.nav_box_goto_top_link {
table.wikitable.mw-statistics-table td:first-child {
position: absolute;
border-left: 1px solid #80bded;
left: 0;
border-right: none;
}
}


/* Header Nav */
html body.mediawiki .mbox-small {
 
width: 300px;
.header_nav .NavHead {
text-align: left;
}
}


/* Footer Nav */
.updatedmarker {
 
background-color: #00ffff;
.footer_nav {
clear: both;
}
}


/* Continue Nav */
/* Class for optional div around a ToC to suppress header numbering; for pages with numbered headers */
 
.noautonum .tocnumber {
.continue_nav {
display: none;
width: 250px;
text-align: center;
margin-left: 200px;
}
}


.continue_nav p {
/* Thankyou template */
margin: 0.5em 0;
.thankyou {
float: right;
border: 1px solid blue;
width: 200px;
padding: 3px;
background-color: #ffffff;
}
}


.continue_nav_header {
/* Pixelart */
font-size: 1.25em;
.pixelart {
font-weight: 700;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
}


.continue_nav_image {
/* Guide completion icons */
float: left;
.guide_link::before {
margin-left: 0.5em;
padding-right: 3px;
margin-top: 0.5em;
white-space: nowrap;
}
}
 
.guide_link-cs0::before {
.continue_nav_footer {
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/8/83/0000.svg/9px-0000.svg.png);
font-size: 0.875em;
}
}
 
.guide_link-cs1::before {
/* Custom link colors for use in [[MediaWiki:Edittools]] */
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/d/d2/0001.svg/9px-0001.svg.png);
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
.charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; }
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
 
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }
 
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
 
/* Removes useless links from printout */
@media print {
    #privacy, #about, #disclaimer {display:none;}
    #content-nav {display:none}
}
}
 
.guide_link-cs2::before {
/* Special:Statistics page styles */
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/7/7a/0002.svg/9px-0002.svg.png);
table.wikitable.mw-statistics-table {
    margin-left: 0.25em;
    background: transparent;
    border: 1px solid #80bded;
}
}
 
.guide_link-cs3::before {
table.wikitable.mw-statistics-table th {
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/7/7a/0003.svg/9px-0003.svg.png);
    background-image: url(//cdn.wikimg.net/strategywiki/images/a/ab/SW_Lightblue_Header.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    height: 40px;
    border-top: 1px solid #80bded;
    border-left: 1px solid #80bded;
    border-right: 1px solid #80bded;
    border-bottom: none;
}
}
 
.guide_link-cs4::before {
table.wikitable.mw-statistics-table td {
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/e/ec/0004.svg/9px-0004.svg.png);
    border-left: none;
    border-right: 1px solid #80bded;
    border-bottom: none;
    border-top: none;
}
}
 
.guide_link-cs5::before {
table.wikitable.mw-statistics-table td:first-child {
content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/6/65/0005.svg/9px-0005.svg.png);
    border-left: 1px solid #80bded;
    border-right: none;
}
}


.mw-statistics-icon {
@media all and (max-width: 639px) {
display: inline;
/* CSS placed here will affect users of the mobile site */
position: relative;
left: 8px;
top: 2px;
}


.mw-statistics-label {
table.wikitable,
display: inline;
table.prettytable {
position: relative;
margin-left: 0;
left: 16px;
margin-right: 0;
font-size: 16px;
}
}
 
.statistics-mostpopular .mw-statistics-icon {
top: 0;
}
 
.statistics-mostpopular .mw-statistics-label {
top: -2px;
}
 
.statistics-header-users .mw-statistics-icon, .statistics-header-edits .mw-statistics-icon {
top: 1px;
}
 
.updatedmarker {
    background-color: #00ffff;
}


/* Footer Nav */
.top_link {
float: right;
clear: right;
}


.footer_nav .mw-collapsible-header ul { /* Is this required? */
margin-left: 1em;
}


/* Main Page icon headers */
.footer_nav .mw-collapsible-header li {
list-style: none;
}


.main_page_icon_header {
.footer_nav_here::before {
position: relative;
content: "\2194\a0";
margin: 3px;
visibility: hidden;
}
}


.main_page_icon_header_image {
.footer_nav_next::before,
position: absolute;
.footer_nav_next ~ li::before {
top: 7px;
content: "\2192\a0";
left: 12px;
}
}


.main_page_icon_header_text {
/* Infobox template style */
position: absolute;
.infobox {
top: 0;
width: auto;
left: 44px;
float: none;
font-size: 1.25em;
background-color: #f8f7f7;
line-height: 26px;
width: 100%;
}
clear: right;
}


/* Class for images to resize to fill its container div's width */
.subtoc div.mw-collapsible-content {
display: block !important;
}


.imgmaxwidth {
.desktop-300-right {
max-width:100%;
min-height: 250px;
}
}
}


/* Site-wide notice div modification */
@media all and (min-width: 640px) {
/* Footer Nav */
.footer_nav .mw-collapsible-header {
text-align: center;
}


#siteNotice {
.footer_nav .mw-collapsible-header ul > li {
border: 5px #BB0000 solid;
display: inline;
}
white-space: nowrap;
}


/* Class for optional div around a ToC to suppress header numbering; for pages with numbered headers */
.footer_nav .mw-collapsible-header ul > li::after {
.noautonum .tocnumber { display: none; }
content: " | ";
}


/* Series nav as a list */
.footer_nav .mw-collapsible-header .footer_nav_here::after {
content: "";
}


.series_box ul {
.footer_nav .mw-collapsible-header li.footer_nav_next::after,
  margin: 1.25em 0.5em;
.footer_nav .mw-collapsible-header li.footer_nav_next ~ li::after {
}
content: "\a0\2192";
}


.series_box ul > li, div.series-game-list ul, div.series-game-list ul > li {
.footer_nav_next::before,
  display: inline;
.footer_nav_next ~ li::before {
content: " | ";
}
table.controlstable {
table-layout: fixed;
}
}
}
 
/* Removes useless links from printout */
.series_box ul > li:before, div.series-game-list ul > li:before {
@media print {
  content: "\00B7\0020";
#privacy,
  font-weight: bold;
#about,
}
#disclaimer,
 
#content-nav {
.series_box ul > li:first-child:before, div.series-game-list ul > li:first-child:before {
display:none
  content: "";
}
  display: none;
}
}

Latest revision as of 15:19, 12 June 2024

/* 
 * COPIED FROM WIKIPEDIA
 * /

/*
 * This is the CSS common to all desktop skins on en.Wikipedia.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */
/* Reset italic styling set by user agent */
cite,
dfn {
	font-style: inherit;
}

/* Straight quote marks for <q> */
q {
	quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

/* Consistent size for <small>, <sub> and <sup> */
small {
	font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup {
	font-size: 80%;
}

/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
	display: none;
}

/* Make the list of references smaller
 * Keep in sync with Template:Refbegin/styles.css
 * And Template:Reflist/styles.css
 */
ol.references {
	font-size: 90%;
	margin-bottom: 0.5em;
}

/* Cite customizations for Parsoid
 * Once everything uses the one true parser these are just customizations
 */
span[ rel="mw:referencedBy" ] {
	counter-reset: mw-ref-linkback 0;
}

span[ rel='mw:referencedBy' ] > a::before {
	content: counter( mw-ref-linkback, lower-alpha );
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}

a[ rel="mw:referencedBy" ]::before {
	font-weight: bold;
	content: "^";
}

span[ rel="mw:referencedBy" ]::before {
	content: "^ ";
}

.mw-ref > a[data-mw-group=lower-alpha]::after {
	content: '[' counter( mw-Ref, lower-alpha ) ']';
}

.mw-ref > a[data-mw-group=upper-alpha]::after {
	content: '[' counter( mw-Ref, upper-alpha ) ']';
}

.mw-ref > a[data-mw-group=decimal]::after {
	content: '[' counter( mw-Ref, decimal ) ']';
}

.mw-ref > a[data-mw-group=lower-roman]::after {
	content: '[' counter( mw-Ref, lower-roman ) ']';
}

.mw-ref > a[data-mw-group=upper-roman]::after {
	content: '[' counter( mw-Ref, upper-roman ) ']';
}

.mw-ref > a[data-mw-group=lower-greek]::after {
	content: '[' counter( mw-Ref, lower-greek ) ']';
}

/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* Change the external link icon to a PDF icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
	/* @noflip */
	padding: 8px 18px 8px 0;
}

/* System messages styled similarly to fmbox */
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
 * the edit-protected notice and the special:Contribs for blocked users
 * The latter has specificity of 3 classes so we have to triple up here.
 */
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: #ffdbdb;
	padding: 0.25em 0.9em;
	box-sizing: border-box;
}

/* default colors for partial block message */
/* gotta get over the hump introduced by the triple class above */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
	border-color: #fc3;
	background-color: #fef6e7;
}

/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
	min-width: 100px;
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
	clear: both;
}

/* Styling for tags in changes pages */
.mw-tag-markers {
	font-style: italic;
	font-size: 90%;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}

/* Hide the redlink generated by {{Editnotice}},
   this overrides the ".sysop-show { display: none; }" above that applies
   to the same link as well. See [[phab:T45013]]

   Hide the images in editnotices to keep them readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
	display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors {
	margin: 0;
}

ul.permissions-errors > li {
	list-style: none;
}

/* larger inline math */
span.mwe-math-mathml-inline {
	font-size: 118%;
}

/* Make <math display="block"> be left aligned with one space indent for 
 * compatibility with style conventions
 */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-left: 1.6em !important;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.mwe-math-mathml-display math {
	display: inline;
}

@media screen {
	/* Put a chequered background behind images, only visible if they have transparency,
	 * except on main, user, and portal namespaces
	 */
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
	}

	/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
	   do not apply to print mode */
	#siteSub {
		display: block;
	}
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
	display: none;
}

/*
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
 * SEE [[MediaWiki talk:Common.css/to do]]
 */

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}

/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
	text-decoration: none !important;
}

/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}

/* texhtml class for inline math (based on generic times-serif class) */
span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	white-space: nowrap;
	/* Force tabular and lining display for texhtml */
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

span.texhtml span.texhtml {
	font-size: 100%;
}

@media screen {
	.nochecker .gallerybox .thumb img {
		background-image: none;
	}
}

/* Put anything you mean to be a sitewide addition above the TemplateStyles
 * comment above.
 */

/*
 * END COPIED FROM WIKIPEDIA
 * /

.mw-collapsible {
	border-radius: 0.375em 0.375em 0.375em 0.375em;
	line-height: 1.6;
}

.mw-collapsible .mw-collapsible-header {
	border-radius: 0.375em 0.375em 0 0;
}

.mw-collapsible .mw-collapsible-content {
	border-radius: 0 0 0.375em 0.375em;
}

.mw-collapsible.mw-collapsed .mw-collapsible-header {
	border-radius: 0.375em 0.375em 0.375em 0.375em;
}

.mw-collapsible .mw-collapsible-content,
.mw-collapsible .mw-collapsible-content p {
	margin: 0;
}

.mw-collapsible .mw-collapsible-content {
	padding: 1em;
}

/* Navigation boxes (Header Nav and Footer Nav) */
.nav_box {
	clear: both;
	margin: 1.25em 0;
	padding: 0.5em;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.nav_box .mw-collapsible-header ul {
	margin-left: 0.5em;
}

.nav_box .toc_heading {
	padding-bottom: 0.25em;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	line-height: 1;
}

/* Header Nav */
.header_nav .mw-collapsible-header ul > li {
	display: inline;
}

.header_nav .mw-collapsible-header ul > li::before {
	content: " | ";
}

.header_nav .mw-collapsible-header ul > li:first-child::before {
	content: "";
}

/* Footer Nav */
.top_link {
	float: left;
}

.top_link::before {
	content: '[';
}

.top_link::after {
	content: ']';
}

.footer_nav_prev::before,
.footer_nav .mw-collapsible-header li:has(~ .footer_nav_prev)::before {
	content: "\2190\a0";
}

/* Table of Contents Headers */
.toc_h2,
.toc_h3 {
	margin: 0 0 0.5em;
	font-weight: 700;
	line-height: 1;
}

.toc_h2 {
	font-size: 1.5em;
}

.toc_h3 {
	font-size: 1.25em;
}

/* Infobox template style */
.infobox {
	width: 300px;
}

.infobox td,
.infobox th {
	padding: 0.4em 0.6em;
}

.infobox th {
	text-align: center;
}

.infobox.bordered th {
	width: 100px;
}

.mw-row-no-collapse {
	display: table-row !important;
}

.headerimage {
	text-align: center;
	margin-bottom: 1em;
}

/* Ratings and companies */
.rating {
	margin-right: 0.3em;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin: .1em 1.5em .1em .1em;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.wikitable th,
table.wikitable td,
table.prettytable th,
table.prettytable td {
	border: 1px #aaaaaa solid;
	padding: 0.4em 0.6em;
	vertical-align: top;
}

table.mid-table th,
table.mid-table td {
	vertical-align: middle;
}

table.wikitable th,
table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}

table.wikitable caption,
table.prettytable caption {
	margin: 0.2em inherit 0.05em inherit;
	font-weight: bold;
	font-size: 1.1em;
}

table.controlstable {
	width: 100%;
	text-align: center;
}

table.controlstable td {
	vertical-align: middle;
}

/* Style for non-JS spoiler mouseover */
.table-spoiler div:hover {
	color: black;
	cursor: default;
}

p.template_edit_link {
	font-size: smaller;
	margin: 0;
	float: right;
}

/* Move lists */
table.move_list tr th {
	background-color: #ADC8FA;
}

table.move_list td {
	border: none;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

table.move_list tr td + td + td,
table.move_list tr td:first-child {
	border-right: 1px solid #aaaaaa;
}

table.move_list tr:nth-child(odd) {
	background-color: silver;
}

/* Styling links to Bulbapedia */
div#content a.external[href^="https://bulbapedia.bulbagarden.net"],
div#content a.extiw[href^="https://bulbapedia.bulbagarden.net"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/a/a4/Bulbalink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Chrono Wiki */
div#content a.external[href^="https://www.chronowiki.org"],
div#content a.extiw[href^="https://www.chronowiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/c/ce/ChronoWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Dragon Quest Wiki*/
div#content a.external[href^="https://dragon-quest.org"],
div#content a.extiw[href^="https://dragon-quest.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/f/fb/DragonQuestWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Fallout Wiki */
div#content a.external[href^="https://fallout.wiki"],
div#content a.extiw[href^="https://fallout.wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/9/9b/FalloutWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Fire Emblem Wiki */
div#content a.external[href^="https://fireemblemwiki.org"],
div#content a.extiw[href^="https://fireemblemwiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/d/d8/FireEmblemWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to F-Zero Wiki */
div#content a.external[href^="https://mutecity.org"],
div#content a.extiw[href^="https://mutecity.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/d/d3/F-ZeroWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Golden Sun Universe */
div#content a.external[href^="https://goldensunwiki.net"],
div#content a.extiw[href^="https://goldensunwiki.net"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/9/93/GoldenSunWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Hard Drop */
div#content a.external[href^="https://harddrop.com/wiki"],
div#content a.extiw[href^="https://harddrop.com/wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/4/4a/HardDropTetrisWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Icaruspedia */
div#content a.external[href^="https://www.kidicaruswiki.org"],
div#content a.extiw[href^="https://www.kidicaruswiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/0/08/IcaruspediaLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Inkipedia */
div#content a.external[href^="https://splatoonwiki.org"],
div#content a.extiw[href^="https://splatoonwiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/7/7a/InkipediaLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Kingdom Hearts Wiki */
div#content a.external[href^="https://www.khwiki.com"],
div#content a.extiw[href^="https://www.khwiki.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/a/ad/KingdomHeartsWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Koei Tecmo Wiki */
div#content a.external[href^="https://koeitecmo.wiki"],
div#content a.extiw[href^="https://koeitecmo.wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/7/77/KTWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Kovopedia */
div#content a.external[href^="https://kovopedia.com"],
div#content a.extiw[href^="https://kovopedia.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/8/8a/KovopediaLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Lylat Wiki */
div#content a.external[href^="https://starfoxwiki.info"],
div#content a.extiw[href^="https://starfoxwiki.info"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/a/ab/LylatWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Metroid Wiki */
div#content a.external[href^="https://www.metroidwiki.org"],
div#content a.extiw[href^="https://www.metroidwiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/4/44/MetroidWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Nookipedia */
div#content a.external[href^="https://nookipedia.com"],
div#content a.extiw[href^="https://nookipedia.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/9/9a/ACWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Pikipedia */
div#content a.external[href^="https://www.pikminwiki.com"],
div#content a.extiw[href^="https://www.pikminwiki.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/1/13/PikipediaLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Square Enix Wiki */
div#content a.external[href^="https://seiwanetwork.org/wiki"],
div#content a.extiw[href^="https://seiwanetwork.org/wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/6/6e/SEWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Super Mario Wiki */
div#content a.external[href^="https://www.mariowiki.com"],
div#content a.extiw[href^="https://www.mariowiki.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/3/30/MarioWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to NintendoWiki */
div#content a.external[href^="https://www.niwanetwork.org/wiki"],
div#content a.extiw[href^="https://www.niwanetwork.org/wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/9/94/NWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to SmashWiki */
div#content a.external[href^="https://www.ssbwiki.com"],
div#content a.extiw[href^="https://www.ssbwiki.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/c/ce/SmashWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Starfy Wiki */
div#content a.external[href^="https://starfywiki.org"],
div#content a.extiw[href^="https://starfywiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/f/f4/StarfyWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Wars Wiki */
div#content a.external[href^="https://warswiki.org"],
div#content a.extiw[href^="https://warswiki.org"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/f/f6/WarsWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to WiKirby */
div#content a.external[href^="https://wikirby.com"],
div#content a.extiw[href^="https://wikirby.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/c/c4/Wikirbylink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to WikiBound */
div#content a.external[href^="https://wikibound.info"],
div#content a.extiw[href^="https://wikibound.info"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/e/e5/WikiBoundLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Zelda Wiki */
div#content a.external[href^="https://zeldawiki.wiki"],
div#content a.extiw[href^="https://zeldawiki.wiki"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/2/28/Zwlink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Switcher */
div#content a.external[href^="https://switcher.gg"],
div#content a.extiw[href^="https://switcher.gg"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/thumb/0/01/SwitcherLink.png/16px-SwitcherLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to PCGamingWiki */
div#content a.external[href^="https://www.pcgamingwiki.com"],
div#content a.extiw[href^="https://www.pcgamingwiki.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/thumb/0/04/PCGamingWikiLink.svg/16px-PCGamingWikiLink.svg.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Neoseeker */
div#content a.external[href^="https://www.neoseeker.com"],
div#content a.extiw[href^="https://www.neoseeker.com"] {
	background: url("//cdn.wikimg.net/en/strategywiki/images/6/6c/NeoseekerLink.png") no-repeat right;
	padding-right: 18px;
}

/* Make plainlinks work for external interwiki links as well */
.plainlinks a.extiw {
	background: none !important;
	padding: 0 !important;
}

/* Don't display some stuff on the main page */
/* From [[Wikipedia:MediaWiki:Vector.css]] */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading,
.action-view.page-Main_Page .mw-indicators {
	display: none !important;
}

/* make the list of references look smaller */
ol.references {
	font-size: 100%;
}

.references-small {
	font-size: 90%;
}

/* Style for "notices" */
.notice {
	text-align: justify;
	margin: 1em;
	padding: 0.2em;
}

#disambig {
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
}

/* Metadata */
table.metadata {
	border: 1px solid #ccc;
	display: none;
	speak: none;
}
.metadata-label {
	color: #999;
}

/* Hide license dropdown on [[Special:Upload]] */
p.mw-upload-editlicenses,
.mw-htmlform-field-Licenses {
  display: none;
}

/* Special:Statistics page styles */
table.wikitable.mw-statistics-table {
	margin-left: 0.25em;
	background: transparent;
	border: 1px solid #80bded;
}

table.wikitable.mw-statistics-table th {
	background-image: url(//cdn.wikimg.net/en/strategywiki/images/a/ab/SW_Lightblue_Header.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	height: 40px;
	border-top: 1px solid #80bded;
	border-left: 1px solid #80bded;
	border-right: 1px solid #80bded;
	border-bottom: none;
}

table.wikitable.mw-statistics-table td {
	border-left: none;
	border-right: 1px solid #80bded;
	border-bottom: none;
	border-top: none;
}

table.wikitable.mw-statistics-table td:first-child {
	border-left: 1px solid #80bded;
	border-right: none;
}

html body.mediawiki .mbox-small {
	width: 300px;
}

.updatedmarker {
	background-color: #00ffff;
}

/* Class for optional div around a ToC to suppress header numbering; for pages with numbered headers */
.noautonum .tocnumber {
	display: none;
}

/* Thankyou template */
.thankyou {
	float: right;
	border: 1px solid blue;
	width: 200px;
	padding: 3px;
	background-color: #ffffff;
}

/* Pixelart */
.pixelart {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

/* Guide completion icons */
.guide_link::before {
	padding-right: 3px;
	white-space: nowrap;
}
.guide_link-cs0::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/8/83/0000.svg/9px-0000.svg.png);
}
.guide_link-cs1::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/d/d2/0001.svg/9px-0001.svg.png);
}
.guide_link-cs2::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/7/7a/0002.svg/9px-0002.svg.png);
}
.guide_link-cs3::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/7/7a/0003.svg/9px-0003.svg.png);
}
.guide_link-cs4::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/e/ec/0004.svg/9px-0004.svg.png);
}
.guide_link-cs5::before {
	content: url(//cdn.wikimg.net/en/strategywiki/images/thumb/6/65/0005.svg/9px-0005.svg.png);
}

@media all and (max-width: 639px) {
	/* CSS placed here will affect users of the mobile site */

	table.wikitable,
	table.prettytable {
		margin-left: 0;
		margin-right: 0;
	}

	/* Footer Nav */
	.top_link {
		float: right;
		clear: right;
	}

	.footer_nav .mw-collapsible-header ul { /* Is this required? */
		margin-left: 1em;
	}

	.footer_nav .mw-collapsible-header li {
		list-style: none;
	}

	.footer_nav_here::before {
		content: "\2194\a0";
		visibility: hidden;
	}

	.footer_nav_next::before,
	.footer_nav_next ~ li::before {
		content: "\2192\a0";
	}

	/* Infobox template style */
	.infobox {
		width: auto;
		float: none;
		background-color: #f8f7f7;
		width: 100%;
		clear: right;
	}

	.subtoc div.mw-collapsible-content {
		display: block !important;
	}

	.desktop-300-right {
		min-height: 250px;
	}
}

@media all and (min-width: 640px) {
	/* Footer Nav */
	.footer_nav .mw-collapsible-header {
		text-align: center;
	}

	.footer_nav .mw-collapsible-header ul > li {
		display: inline;
		white-space: nowrap;
	}

	.footer_nav .mw-collapsible-header ul > li::after {
		content: " | ";
	}

	.footer_nav .mw-collapsible-header .footer_nav_here::after {
		content: "";
	}

	.footer_nav .mw-collapsible-header li.footer_nav_next::after,
	.footer_nav .mw-collapsible-header li.footer_nav_next ~ li::after {
		content: "\a0\2192";
	}

	.footer_nav_next::before,
	.footer_nav_next ~ li::before {
		content: " | ";
	}
	
	table.controlstable {
		table-layout: fixed;
	}
}
/* Removes useless links from printout */
@media print {
	#privacy,
	#about,
	#disclaimer,
	#content-nav {
		display:none
	}
}