Crossout Wiki
Advertisement

In other languages: 中文


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Hydradark skin */

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header and other modifications*/
body.page-Crossout_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url(/media/f/f7/Bg-dark.jpg) no-repeat fixed top center / cover #000000;
}

body #pageWrapper {
    margin-right: 10px;
}

/* Head */
div#mw-head {
    background: #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-radius: 5px 0;
    box-shadow: 0 0.1em 1em #000000;
    color: #C0C0C0;
    height: 30px;
    left: 176px;
    margin-top: 3em;
    margin-right: 5px;
    position: absolute;
    width: auto;
}

#mw-page-base {
    background-color: transparent;
    background-image: none;
}

#mw-head-base {
    background-color: transparent;
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#left-navigation {
    margin-left: 10px;
    margin-top: 0;
}

#right-navigation {
    margin-right: 10px;
    margin-top: 0;
}

div#p-sharing .menu {
    background-color: #000000;
    background-image: none;
    border: 1px solid #fff1b5;
    margin-left: 10px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}

#p-sharing #socialIconImages a {
    width: 40px;
}

.vectorTabs #ca-watch.icon a,
.vectorTabs #ca-unwatch.icon a {
    padding-top: 23px;
}

div#p-search {
    margin-top: -7px;
}

#p-search form,
#p-search input {
    margin: 0.15em 0 0;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 30px;
    margin: 0;
    padding: 0;
}
 
div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs span a {
    padding-top: 0.5em;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #fff1b5 !important;
    font-weight: bold;
    text-decoration: none;
}
 
div.vectorTabs ul {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
 
div#mw-head,
div.vectorTabs li a,
.vectorTabs li a span,
div#mw-head div.vectorTabs a,
div.vectorMenu h3 span {
    color: #fff1b5;
}
#
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #ba0000 !important;
    text-decoration: none;  
}

div.vectorMenu h3 span {
    font-family: arial;
    padding-top: 0.6em;
}
 
div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #FFFFFF;
}
 
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
 
div.vectorTabs li.selected, 
div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    padding-top: 0.5em;
}

div.vectorMenu h3 span::after {
    top: 5px;
}

div.vectorMenu h3:hover span,
div.vectorMenu h3:focus span {
    color: #ffffff;
}

div.vectorMenu div.menu {
    border: none;
    left: auto;
    margin-left: 5px;
    right: 0;
    top: 40px;
}

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border: 1px solid #fff1b5;
}

div#mw-head div.vectorMenu li a {
    color: #fff1b5;
}

div#mw-head div.vectorMenu li a:hover {
    color: #ffffff;
}

/* Sidebar */
#mw-panel .portal h3 {
    margin-left: 0.5em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos),
.skin-hydrdark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: #000000;
    border-radius: 5px;
    box-shadow: 0 0.1em 1em #000000;
    margin: 5px;
    padding-top: 5px;
}

.skin-hydrdark #mw-panel.collapsible-nav div.portal {
    background-image: none;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark div#mw-panel.collapsible-nav div.collapsed h3,
.skin-hydradark div#mw-panel.collapsible-nav div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #fff1b5;
    font-weight: bold;
}
 
/* social media add-on fix */
div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}
 
.socialSidebar {
    width: auto;
    max-width: 100%;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:link,
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
    color: #fff1b5;
}

/* Content */
div#content {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0.1em 0.75em #000;
    color: #ffffff;
}

#firstHeading 
    font-size: 1.8em;
}

/* Custom bulletpoints and arrows */
ul {
    list-style-type: disc;
    list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23fff1b5%22%2F%3E%0A%3C%2Fsvg%3E%0A;
}

.CategoryTreeToggle {
  color: #fff1b5;
}

.CategoryTreeEmptyBullet {
  color: #504742;
}

div#content fieldset {
    border: 1px solid #fff1b5 !important;
}

/* Footer */
div#footer {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 0 0.1em 0.75em #000000;
    margin-top: 10px;
}

div#footer a {
    color: #fff1b5;
}

div#footer ul li {
    color: #c0c0c0;
}

/* other page elements */
#catlinks {
    background-color: transparent;
    border: 1px solid #fff1b5;
}

#catlinks li {
    border-left: 1px solid #fff1b5;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
.skin-hydradark #mw-indicator-mw-helplink a
    color: #fff1b5;
}

#contentSub,
#contentSub2 {
    color: #FFFFFF;
}

h1, 
h2 {
    border-bottom: 1px solid #fff1b5;
    color: #fff1b5;
}

h3 {
    color: #fff1b5;
    font-size: 16px;
}

h4 {
    color: #fff1b5;
    font-size: 14px;
}

h5 {
    color: #fff1b5;
    font-size: 12px;
}

h6 {
    color: #fff1b5;
    font-size: 11px;
}

#toc,
.toc,
.mw-warning {
    background-color: #000000;
    border: 1px solid #fff1b5;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #fff1b5;
}

fieldset {
    border: 1px solid #fff1b5;
}

code {
    background-color: #000000;
}

/* tables */
table.wikitable {
    background: none repeat scroll 0 0 transparent;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #000000;
    text-align: center;
}

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

.wikitable th {
    background-color: #000000;
    border: 1px solid #fff1b5;
    color: #ffffff;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #fff1b5;
    color: #ffffff;
    padding: 0.2em;
}

table.mw_metadata th {
    background-color: #000000;
    color: #ffffff;
}

table.mw_metadata td {
    background-color: transparent;
}

table.mw_metadata td,
table.mw_metadata th {
    border: 1px solid #fff1b5;
}

.skin-hydradark .TablePager {
    color: #000000;
    border: 1px solid #fff1b5;
    padding: 0 0.15em;
}
 
.skin-hydradark .TablePager th {
    background-color: #000000;
    border: 1px solid #fff1b5;
    color: #FFFFFF !important;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: #000000 !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: #000000;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #fff1b5;
    color: #FFFFFF;
}

/* Preferences */
.skin-hydradark #preftoc {
    background-color: #000000;
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #ffffff;
}

.skin-hydradark #preferences fieldset.prefsection {
    border: medium none !important;
}

.skin-hydradark #preftoc li.selected a {
    background-color: #000000;
    background-image: none;
    border-color: #fff1b5;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: #000000;
    border: 1px solid #fff1b5;
}

.skin-hydradark #preferences fieldset {
    border-color: #fff1b5;
}

.skin-hydradark #preferences legend {
    color: #50e0ff;
}

.skin-hydradark #preferences td.htmlform-tip {
    color: #5F5D5E;
}

/* Thumbnails */
div.thumbinner {
    background-color: #000000;
    border: 1px solid #fff1b5;
}

li.gallerybox {
    border: 1px solid #fff1b5;
}

li.gallerybox div.thumb {
    background-color: #000000;
    border: 1px solid #fff1b5;
}

/* page history */
#pagehistory li {
    border: 1px solid #fff1b5;
}

#pagehistory li.selected {
    background-color: #000000;
    border: 1px dashed #fff1b5;
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-toolbar .tabs span.tab a, div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
    color: white;
}
div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid white;
}

div.wikiEditor-ui-tabs {
    background-color: white;
    border-left: 1px solid #fff1b5;
    border-top: 1px solid #fff1b5;
}

div.wikiEditor-ui-tabs div {
    background-color: white;
    border-right: 1px solid #fff1b5;
    border-bottom: 1px solid white;
}

div.wikiEditor-ui-tabs div a {
    background: #fff1b5;
    color: black;
}

div.wikiEditor-ui-tabs div.current {
    background-color: transparent;
    border-bottom: 1px solid white;
}

div.wikiEditor-ui-tabs div.current a {
   color: black;
   background-color: transparent;
   border-radius: 10px;
}

div.wikiEditor-ui divdiv.wikiEditor-ui-top {
   border-bottom: 1px solid #fff1b5;
}

div.wikiEditor-ui-toolbar {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhBAMAAADql9yMAAAAMFBMVEX7/P73+v36/P75+/38/f7t9Prq8vju9fro8vjs9Pnq8/ju9vr7/f70+fv9/v7d3d1xysUWAAAAK0lEQVQIW2N5wMIAhglA3MDiwKIApAXAIiCZA1BZCA8EDwBZDlA1B4CqCwAEyQh1Q/0tlAAAAABJRU5ErkJggg==");
    background-position: left top;
    background-repeat: repeat-x;
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid white;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid white;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: black;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
divdiv.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: black;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: black;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: black;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0,0,0,0);
    border-top: 1px solid #fff1b5;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #fff1b5;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: transparent;
    color: white;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(0,0,0,0);
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #fff1b5;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff1b5;
    color: #fff1b5;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #fff1b5;
    color: black;
}

div.wikiEditor-preview-loading {
    background-color: transparent;
}

div.wikiEditor-preview-contents {
    background-color: transparent;
    border-color: -moz-use-text-color #fff1b5 #fff1b5;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.wikiEditor-ui-tabs div.current a:hover {
   background-color: #fff1b5;
}

.editOptions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color #fff1b5 #fff1b5;
    border-image: none;
    border-right: 1px solid #fff1b5;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 1em 1em 1.5em;
}


/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* MW 1.29 Hydra Dark Visual Editor Fix */
.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled, 
.oo-ui-popupToolGroup.oo-ui-widget-enabled, 
.oo-ui-popupWidget-popup,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool,
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
    background: rgba(55, 55, 55, 1) !important;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled, .oo-ui-popupToolGroup.oo-ui-widget-enabled, .oo-ui-popupWidget-popup {   
    border-color: #c8ccd1;
}

.oo-ui-toolbar-actions .oo-ui-toolGroup {
    border-right: 0;
    border-left: 1px solid #2c2c2c !important;
}

.ve-ui-mwSaveDialog-license {
    color: #eee;
}

/* Search form */
.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    border: 1px solid #fff1b5 !important;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #FFFFFF;
}

.skin-hydradark fieldset#mw-searchoptions {
    background-color: transparent;
    border: 1px solid #fff1b5 !important;
}
Advertisement