Monster Train Wiki
Advertisement

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
:root {
    --dark-main: #282828;
}

/* -------------------------------------------------- Dark fixes */
/* Sortable table arrows --- Using GP images because fandom doesn't have any */
table.jquery-tablesorter th.headerSort {
    background-image: url(https://help.gamepedia.com/skins/HydraDark/images/dark/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}
table.jquery-tablesorter th.headerSortUp {
    background-image: url(https://help.gamepedia.com/skins/HydraDark/images/dark/sort_up.png);
}
table.jquery-tablesorter th.headerSortDown {
    background-image: url(https://help.gamepedia.com/skins/HydraDark/images/dark/sort_down.png);
}

/* Editor */
.oo-ui-windowManager-modal > .oo-ui-dialog {
    background: #C8C8C810;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background: var(--themed-page-background);
}

/* Links */
a.new {
    color: #E08495;
}
.mw-parser-output a.extiw,
.mw-parser-output a.external {
    color: #0080FF;
}

/* Category container */
.CategorySelect.articlePage {
    background: #5D5D5D;
}

/* User pages */
#userProfileApp .user-profile-navigation__link {
    opacity: 0.7;
}
#userProfileApp .user-profile-navigation__link a {
    color: #FFFFFF;
}

/* -------------------------------------------------- Toolbar */
.WikiaBarWrapper {
    background: #3A5766;
    background-image: -moz-linear-gradient(left,#0F161A 0,#3A5766 50%,#0F161A 100%);
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#0F161A),color-stop(50%,#3A5766),color-stop(100%,#0F161A));
    background-image: -o-linear-gradient(left,#0F161A 0,#3A5766 50%,#0F161A 100%);
    background-image: -ms-linear-gradient(left,#0F161A 0,#3A5766 50%,#0F161A 100%);
}
.WikiaBarCollapseWrapper {
    background: #273640;
}
.WikiaBarWrapper .tools-menu {
    background: #656464;
    bottom: 20px;
}

/* -------------------------------------------------- TOC */
/* Title */
.toc .toctitle {
    text-align: center;
}
.toc .toctitle h2 {
    font-weight: bold;
}

/* List */
.mw-parser-output .toc ul {
    list-style-type: none;
    margin: 0 3px 0 0.5em;
}
.mw-parser-output .toc ul ul {
    margin: 0 3px 0 1.5em;
}

/* -------------------------------------------------- Contribution Button */
.page-header__contribution-buttons .wds-button:not(.wds-is-secondary) {
    background: linear-gradient(to bottom, #EE9F4D 0%, #F18312 80%);
}

/* -------------------------------------------------- Infobox */
.portable-infobox {
    border-radius: 4px;
}
.portable-infobox .pi-title {
    border-radius: 4px 4px 0 0;
}
.portable-infobox .pi-header,
.portable-infobox .pi-title {
    background: linear-gradient(to bottom, #EE9F4D 0%, #F18312 80%);
}
.portable-infobox.pi-background {
    background: #696663;
}
.portable-infobox .pi-smart-data-label:nth-child(even),
.portable-infobox .pi-smart-data-value:nth-child(even),
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
    background: #777574;
}
.portable-infobox .pi-smart-group-body:hover {
    background: #D14BEA80;
}
.portable-infobox .pi-caption {
    text-align: center;
}
.portable-infobox .pi-item[data-source=desc] .pi-data-value {
    width: 100%;
}

/* -------------------------------------------------- wikitable */
.ooui-theme-fandom .wikitable {
    background: #50504F;
}
.ooui-theme-fandom .wikitable > * > tr > th {
    background-color: #404040;
}

/* -------------------------------------------------- article-table */
.WikiaMainContent .article-table {
    background: #464645;
    border-collapse: collapse;
    border: none;
    margin: 1em 1em 1em 0;
}
.WikiaMainContent .article-table th {
    background: var(--dark-main);
    text-align: center;
}
.WikiaMainContent .article-table th,
.WikiaMainContent .article-table td {
    border-bottom: 1px #6C6B6B solid;
    padding: 6px 12px;
}
 
/* -------------------------------------------------- navbox */
.navbox {
    width: 100%;
    margin-top: 1em;
    font-size: 90%;
    text-align: center;
    border: 1px solid;
}
.navbox th {
    background: var(--dark-main);
    font-size: 175%;
    white-space: nowrap;
}
.navbox tr:nth-child(even) td {
    background: #3A3A3A;
    font-size: 125%;
    font-weight: bold;
    white-space: nowrap;
}
.navbox tr:nth-child(odd) td {
    padding: 0.2em 0.5em;
}
.navbox a,
.navbox .selflink {
    white-space: nowrap;
}

/* -------------------------------------------------- Bullet List */
.mw-parser-output ul,
ul.mw-imagepage-linkstoimage {
    list-style-type: disc;
    margin: 0.3em 0 0 1.6em;
}
.templatesUsed ul {
    list-style-type: disc;
    margin-top: 0.3em;
}

/* -------------------------------------------------- pre tags */
.WikiaMainContent pre {
    background: var(--dark-main);
}

/* -------------------------------------------------- code tags */
.WikiaMainContent code {
    background: var(--dark-main);
    border: 1px solid #737373;
    padding: 2px 3px;
}

/* -------------------------------------------------- hr tags */
hr {
    background-color: #303030;
    height: 1px;
    border: 0;
    margin: 0.2em 0;
}
.article-table hr {
    background-color: #6C6B6B;
}

/* -------------------------------------------------- No background gallery tags */
.nobackground .wikia-gallery .thumb .accent {
    border: 0;
    background: none;
}

/* -------------------------------------------------- Link hover */
.mw-parser-output a:active,
.mw-parser-output a:hover {
    text-decoration: none;
}

/* -------------------------------------------------- Color link */
.color-link a {
    color: inherit !important;
}

/* -------------------------------------------------- Lore Text (Concealed Caverns page only) */
.page-Concealed_Caverns .lore {
    background: #5D5D5D;
    border: 1px solid #AAAAAB;
    padding: 4px;
    width: 100%;
    max-width: 750px;
    min-height: 1.5em;
}

/* -------------------------------------------------- Edit history byte color */
.mw-plusminus-pos {
    color: #1EB02D !important;
}
.mw-plusminus-neg {
    color: #EF2D2D !important;
}

/* -------------------------------------------------- Special:AllPages redirects text */
.allpagesredirect:after {
    content: " (redirect)";
    color: #9A9A9A;
}

/* -------------------------------------------------- Username colors */
a[href="/wiki/User:Paradox-"] {
    color: #000000 !important;
}
a[href="/wiki/User:Masmaske"] {
    color: #D66C30 !important;
}
a[href="/wiki/User:IzzyStardust"] {
    color: #009C9E !important;
}
a[href="/wiki/User:DGamerL"] {
    color: #808080 !important;
}
Advertisement