Obduction Wiki
Register
No edit summary
Wagnike2 (talk | contribs)
No edit summary
Line 158: Line 158:
 
.mw-ui-icon-arrow::before {
 
.mw-ui-icon-arrow::before {
 
filter: invert(100%);
 
filter: invert(100%);
  +
}
  +
  +
/* Table fix */
  +
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
  +
background-color: #664f83;
 
}
 
}

Revision as of 15:34, 30 September 2016

/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

a.watch-this-article {
    background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.pre-content #page-actions {
    background: rgba(0, 0, 0, 0.85) !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
}

.overlay .overlay-header-container {
    background: rgba(0, 0, 0, 0.85) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #c0c0c0;
}

.search-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important; 
}

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(0, 0, 0, 0.85);
    color: #c0c0c0;
}

ul.suggestions-results li.suggestions-result {
    color: #c0c0c0;
}

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background: rgba(0, 0, 0, 0.85);
}

/* non-content area */
body {
    background: #000000 url("https://hydra-media.cursecdn.com/obduction.gamepedia.com/9/98/Bg.jpg") no-repeat fixed center 30px / 100% auto;
    color: white;
}

#footer {
    border-top: 1px solid #666668;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

#footer a {
    color: #ffdb0c;
    text-shadow: 1px 1px #000000;
}

#footer h2 {
    color: #ffdb0c;
    text-shadow: 1px 1px #000000;
}

/* content area */
div#content_wrapper {
    background-color: unset;
    border: 1px solid white;
    color: #ffffff;
}

body.mediawiki #mw-mf-page-center {
    background: rgba( 0,0,0,.75);
}

a,
a.external {
    color: #ffdb0c;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid white;
    color: white;
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
}

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}

a:visited {
    color: #ffdb0c;
}

/* Fix black on black section arrows */
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* Table fix */
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
    background-color: #664f83;
}