Crossout Wiki
No edit summary
No edit summary
Line 16: Line 16:
 
body {
 
body {
 
background: #000000 url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/f/f7/Bg-dark.jpg) no-repeat fixed center top / 100% auto;
 
background: #000000 url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/f/f7/Bg-dark.jpg) no-repeat fixed center top / 100% auto;
  +
background-size: cover;
 
}
 
}
   

Revision as of 18:00, 9 April 2018

/* 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 {
background: #000000 url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/f/f7/Bg-dark.jpg) no-repeat fixed center top / 100% auto;
    background-size: cover;
}

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

#bodyWrapper {
  margin: 0px -20px -70px -55px;
}

#contentSub, #contentSub2 {
  margin: 0.5em 0 1.4em 1em;
}

#firstHeading {
  font-size: 1.8em;
  margin-top: 0px;
  margin-right: -20px;
  margin-left: -55px;
}

/* Custom bulletpoints and arrows */

ul {
  list-style-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/7/7a/Bullet.png);
}

.CategoryTreeToggle {
  color: #fff1b5;
}

.CategoryTreeEmptyBullet {
  cursor: default;
  color: #504742;
}

/* Head */
div#mw-page-base {
    background: transparent;
    background-image: none;
}

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

/* Sidebar */
div#p-portals {
    background: rgba(0,0,0,0.8);
}

div#mw-panel div.portal h5 {
    border: medium none;
    color: #fff1b5;
    cursor: default;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 0 1.25em;
    text-transform: uppercase;
}

div#mw-panel div.portal div.body {
    background: transparent;
}

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

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.promoSidebar {
    margin-left: 10px;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav div.portal,
.skin-hydradark div#mw-panel.collapsible-nav div#p-socialProfiles.portal,
.skin-hydradark #mw-panel.collapsible-nav #p-sitePromos.portal {
    background-image: none;
}
/* Tabs */
div.vectorTabs {
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -6px;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #fff1b5;
}

div.vectorTabs li span a {
    background: transparent;
    display: inline-block;
    color: #fff1b5;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
    color: #ffffff;
}

div.vectorTabs ul { 
    background-image: none; 
}

div.vectorTabs ul li {
    background-color:transparent;
    background-image:none;
}

div.vectorTabs li a,
div.vectorTabs li a span {
    color: #fff1b5;
    cursor: pointer;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #fff1b5;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu h5 a {
    background-color: transparent;
    background-image: none;
    border: 0px;
}

div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
    color: #fff1b5;
}

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

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

div#mw-head div.vectorMenu h5 {
    background-image: none;
}

div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div.vectorMenu h3 span {
    padding-top: 0.899em;
    color: #fff1b5;
    cursor: pointer;
    font-weight: bold;
}

div#mw-head h5 {
     border-bottom: none;    
}

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

.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    border: 1px solid #fff1b5;
}

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

fieldset#mw-searchoptions {
    background: transparent;
}

#left-navigation {
  float: left;
  margin-left: 13em;
  margin-top: 7.5em;
  margin-bottom: -2.5em;
  display: inline;
}

#right-navigation {
  float: right;
  margin-top: 7.5em;
  margin-right: 3em;
}

div#simpleSearch {
  border: solid 1px #FFF1AF;
  color: rgb(255, 150, 0);
  background-color: transparent;
  background-image: none;
  background-image: none;
}

div#simpleSearch input {
  color: #FFF1AF;
}

/* Content */
div#content {
background: transparent;
border: none;
color: #ffffff;
line-height: 1.5em;
  border-style: solid;
  border-width: 60px 80px 80px 100px;
  -moz-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/3/3f/Frameex2p.png) 111 127 129 181 repeat;
  -webkit-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/3/3f/Frameex2p.png) 111 127 129 181 repeat;
  -o-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/3/3f/Frameex2p.png) 111 127 129 181 repeat;
  border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/3/3f/Frameex2p.png) 111 127 129 181 fill repeat;
}

.mw-body-content {
    margin-left: -4em;
}

/* Footer */
div#footer {
  background: transparent;
  margin-top: -20px;
    margin-left: 10em;
  border-style: solid;
  border-width: 15px;
  -moz-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  -webkit-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  -o-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 fill repeat;
}

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;
}


/* LINK STYLING MK II */
/* General link styles */
a:not(.new):not(.cc_btn):not(.visited)
{
    color: #fff1b5 !important;
}

a:visited,
a.external:visited {
    color: #e99223 !important;
}

div#content a.new, #quickbar a.new {
    color: #A63232 !important;
}

a.new:visited, #p-personal a.new:visited {
    color: #a55858 !important;
}

div#netbar a,
footer#footer a {
    color: #aeaeae !important;
}

/* Sidebar */
div#mw-panel div.portal div.body ul li a, 
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #fff1b5 !important;
}

div#mw-panel div.portal h3 {
    color: #fff;
}

/* Top section */
.vectorTabs li a span, 
div#mw-head a,
div.vectorMenu h3 span {
    color: #fff1b5 !important;
    font-weight: bold;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #ba0000 !important;
    text-decoration: none;  
}

#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;
}

/* Search form */
.skin-hydradark .mw-search-profile-tabs {
    background-color: #000000;
    border: 1px solid #fff1b5;
    margin-top: 1em;
}

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

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

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

table.diff {
    background-color: #000000;
}

td.diff-context {
    background: none repeat scroll 0 0 transparent;
    color: #c0c0c0;
}

td.diff-deletedline {
    background-color: #FFE49C;
    border-color: #FFE49C;
    color: black;
}

td.diff-addedline {
    background-color: #A3D3FF;
    border-color: #A3D3FF;
    color: black;
}

/* WikiClaims tool dropdown fix */
#wikilist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    background-position: 5px 60%;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 23px 0 0;
    width: 26px;
}

div.vectorMenu h3 a {
    background-image:none;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.9em;
    text-decoration: none;
    width: 24px;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    border: medium none;
    display: inline-block;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 0.5em;
    padding-top: 1em;
    color: #fff1b5;
}

.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    margin: -11px 9px 10px 11px;
    padding: 0.25em 0 !important;
    background:none;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #fff1b5;
    font-weight: bold;
    font-size: 130%;
}
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #fff1b5;
    font-weight: bold;
    font-size: 130%;
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
  background: transparent;
  border-radius: 5px;
  margin: 5px;
  padding-top: 5px;
  border-style: solid;
  border-width: 18px;
  -moz-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  -webkit-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  -o-border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 repeat;
  border-image: url(https://crossout.gamepedia.com/media/crossout.gamepedia.com/8/8c/Small_Frame.png) 18 fill repeat;
}

/* Wiki editor fixes */
divdiv.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;
}
divdivdiv.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

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

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

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

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

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

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

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

divdiv.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;
}

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

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

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

.tab {
   border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

divdiv.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;
}

divdiv.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;
}

/* 1.26 fixes */
.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    margin-top: 1em;
    border: 1px solid #fff1b5 !important;
}

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

fieldset#mw-searchoptions {
    background-color: transparent;
    border: 1px solid #fff1b5 !important;
    border-top: 0px solid #fff1b5 ;
}

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


 
/* Hide main page header */
body.page-Main_Page h1.firstHeading {
    display:none;
}

/* MsUpload text colour tweak */
#upload-list .green {
    color: #000000;
}

#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #cccccc;
}

.check-span {
    color: #ffffff;
}

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}