Days of War Wiki
No edit summary
No edit summary
Line 70: Line 70:
 
.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified {
 
.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified {
 
color:white;
 
color:white;
background: black !important;
+
background: url(//hydra-media.cursecdn.com/daysofwar.gamepedia.com/7/74/Dow_bg.jpg) center top fixed #000 !important;
 
}
 
}
   
Line 84: Line 84:
 
/* Link styling */
 
/* Link styling */
   
  +
a {
a, .mw-body a.external, .mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.external, span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a, a.external, div#content a.extiw, a.external.text, .skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active, .skin-hydradark #preferences legend, .skin-hydradark #mw-panel.collapsible-nav div.portal h3 a, a.customisable-highlight {
 
color: #e9ce16;
+
color: #e9ce16 !important;
 
}
 
}
 
a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited, .wikiEditor-ui-toolbar .tabs span.tab a:visited, a.external:visited, div#content a.extiw:visited, a:visited, div#content a.external:visited, div#content a.extiw:visited {
 
color: #ceb714;
 
}
 
 
 
#content {
 
#content {
 
border-top: 1px solid #000;
 
border-top: 1px solid #000;
 
background: url(//hydra-media.cursecdn.com/daysofwar.gamepedia.com/7/74/Dow_bg.jpg) center top fixed #000;
 
background: url(//hydra-media.cursecdn.com/daysofwar.gamepedia.com/7/74/Dow_bg.jpg) center top fixed #000;
 
}
  +
  +
li.gallerybox div.thumb {
  +
background-color: transparent;
  +
}
  +
  +
.client-js .toc-mobile {
  +
background-color: transparent;
  +
}
  +
  +
/* Plague Fix */
  +
  +
.content table {
  +
display: table;
  +
width: 100%;
  +
}
  +
  +
/* MW 1.29 fixes */
  +
  +
.mw-ui-button {
  +
background-color: #212121;
  +
color: inherit;
  +
}
  +
  +
  +
.client-js .toc-mobile {
  +
background-color: transparent;
  +
border: solid 1px #eaecf0;
  +
}
  +
  +
.notification-count {
  +
background: transparent;
  +
}
  +
  +
footer .last-modified-bar {
  +
border-bottom: solid 1px #c8ccd1;
  +
background-color: transparent;
 
color: #505050;
  +
}
  +
  +
.header-container.header-chrome, #mw-mf-page-center {
  +
background: rgba(33, 33, 33, 0.8);
  +
}
  +
  +
footer {
  +
border-top: solid 1px #c8ccd1;
  +
background: rgba(0, 0, 0, 0.5);
  +
}
  +
  +
.overlay-enabled, #content {
  +
border-top: 0px solid #cccccc;
  +
background: rgba(0,0,0,0.5) !important;
  +
}
  +
  +
/* HYDRADARK FIXES */
  +
  +
pre, .mw-code {
  +
background-color: #282828;
  +
border-color: #505050;
  +
}
  +
  +
/* Section arrows */
  +
  +
.mw-ui-icon-arrow::before {
  +
filter: invert(100%);
  +
}
  +
  +
/* HAMBAHGAH */
  +
  +
#mw-mf-viewport, nav {
  +
background: transparent !important;
  +
}
  +
  +
nav ul li {
  +
background: #181818 !important;
  +
}
  +
  +
nav ul.hlist li {
  +
background: transparent !important;
  +
}
  +
  +
nav ul li a.mw-ui-icon {
  +
filter: invert(100%);
  +
}
  +
  +
nav ul li a {
  +
font-weight: bold;
  +
}
  +
  +
nav ul.hlist li a {
  +
color: #F37F20 !important;
  +
}
  +
  +
/* Search */
  +
  +
.search-overlay {
  +
background: rgba(0, 0, 0, 0.9) !important;
  +
}
  +
  +
.search-overlay .results,
  +
.search-overlay .search-feedback {
  +
background-color: #212121 !important;
  +
}
  +
  +
.list-thumb.list-thumb-none {
  +
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
  +
}
  +
  +
.page-summary h2,
  +
.page-summary h3 {
  +
color: #F37F20 !important;
  +
}
  +
  +
/* VE Overlay */
  +
  +
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
  +
background-color: rgba(0, 0, 0, 0.9) !important;
  +
}
  +
  +
.ve-ui-mwSaveDialog-options {
  +
background-color: #212121 !important;
  +
}
  +
/* Editor Overlay */
  +
.editor-overlay .wikitext-editor {
  +
color: #E0E0E0;
  +
}
  +
  +
.editor-overlay .summary-request {
  +
color: #E0E0E0 !important;
  +
}
  +
  +
/* Overlays */
  +
.overlay.editor-overlay,
  +
.overlay-header-container,
  +
.overlay-footer-container {
  +
background: #212121 !important;
 
}
 
}

Revision as of 10:50, 10 August 2017

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

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    /* 
    color: #e0e0e0;
    */
}

body.mediawiki #mw-mf-page-center {
    /* 
    background: #101010;
    color: #e0e0e0;
    */
}

a,
a:visited,
a.external {
    color: #5a93cc;
}

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

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

.content table td,
.content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: rgba(0, 0, 0, 0);
    padding: 3px;
}

/* Mobile */

.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified  {
    color:white;
    background: url(//hydra-media.cursecdn.com/daysofwar.gamepedia.com/7/74/Dow_bg.jpg) center top fixed #000 !important;
}

.mw-ui-button {
    background: black !important;
    border: 1px solid white  !important;
}

.client-js .toc-mobile {
    background-color: transparent !important;
}

/* Link styling */

a  {
color: #e9ce16 !important;
}
#content {
    border-top: 1px solid #000;
    background: url(//hydra-media.cursecdn.com/daysofwar.gamepedia.com/7/74/Dow_bg.jpg) center top fixed #000;
}

li.gallerybox div.thumb {
    background-color: transparent;
}

.client-js .toc-mobile {
    background-color: transparent;
}

/* Plague Fix */

.content table {
    display: table;
    width: 100%;
}

/* MW 1.29 fixes */

.mw-ui-button {
    background-color: #212121;
    color: inherit;
}


.client-js .toc-mobile {
    background-color: transparent;
    border: solid 1px #eaecf0;
}

.notification-count {
   background: transparent;
}

footer .last-modified-bar {
    border-bottom: solid 1px #c8ccd1;
    background-color: transparent;
    color: #505050;
}

.header-container.header-chrome, #mw-mf-page-center {
    background: rgba(33, 33, 33, 0.8);
}

footer {
    border-top: solid 1px #c8ccd1;
    background: rgba(0, 0, 0, 0.5);
}

.overlay-enabled, #content {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,0.5) !important;
}

/* HYDRADARK FIXES */

pre, .mw-code {
    background-color: #282828;
    border-color: #505050;
}

/* Section arrows */

.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* HAMBAHGAH */

#mw-mf-viewport, nav {
    background: transparent !important;
}

nav ul li {
    background: #181818 !important;
}

nav ul.hlist li {
    background: transparent !important;
}

nav ul li a.mw-ui-icon {
    filter: invert(100%);
}

nav ul li a {
    font-weight: bold;
}

nav ul.hlist li a {
    color: #F37F20 !important;
}

/* Search */

.search-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.search-overlay .results,
.search-overlay .search-feedback {
    background-color: #212121 !important;
}

.list-thumb.list-thumb-none {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.page-summary h2,
.page-summary h3 {
    color: #F37F20 !important;
}

/* VE Overlay */

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.ve-ui-mwSaveDialog-options {
    background-color: #212121 !important;
}
/* Editor Overlay */
.editor-overlay .wikitext-editor {
    color: #E0E0E0;
}

.editor-overlay .summary-request {
    color: #E0E0E0 !important;
}

/* Overlays */
.overlay.editor-overlay,
.overlay-header-container,
.overlay-footer-container {
    background: #212121 !important;
}