Crossout Wiki
Register
No edit summary
No edit summary
Line 22: Line 22:
 
body #pageWrapper {
 
body #pageWrapper {
 
margin-right: 10px;
 
margin-right: 10px;
}
 
 
#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;
 
 
}
 
}
   
Line 238: Line 220:
 
}
 
}
   
/* Content */
 
 
/* Content */
 
/* Content */
 
div#content {
 
div#content {
Line 246: Line 227:
 
box-shadow: 0 0.1em 0.75em #000;
 
box-shadow: 0 0.1em 0.75em #000;
 
color: #ffffff;
 
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 {
 
div#content fieldset {

Revision as of 16:34, 18 January 2019

/* 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 */
#mw-page-base {
    background-color: transparent;
    background-image: none;
}

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

/* Sidebar */
.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 .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;
}

/* 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 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 h3 {
    background-image: none;
}

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

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #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;
}

#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: #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: #000;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0.1em 0.75em #000;
}

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

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

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