Minimum Wiki
No edit summary
No edit summary
 
Line 17: Line 17:
 
.nomobile {
 
.nomobile {
 
display: none;
 
display: none;
}
+
}
 
a.watch-this-article {
 
background-image: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
 
}
 
   
 
.notification-count {
 
.notification-count {

Latest revision as of 17:18, 11 April 2018

/* CSS placed here will affect users of the mobile site */

/* Background */

body {
    background: #212121 url("") no-repeat fixed center top / 100% auto;
    color: #D5D4D4;
}

/* Header and footer elements */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
    border-bottom: 1px solid #CCCCCC;
}

.nomobile {
    display: none;
} 

.notification-count {
    background: transparent;
}

.header .branding-box h1 {
    border-bottom: none;
}

.globalNotice {
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

/* non-content area */

footer {
    border-top: 1px solid #394147;
    color: #D5D4D4;
}

footer a {
    color: #3BD2FB;
}

footer h2 {
    color: #3BD2FB;
}

/* content area */


.overlay-enabled, #content {
    background: rgba(0, 0, 0, 0.85);
}

a,
a:visited,
a.external {
    color: #3BD2FB;
}

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

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

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

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

.content table td,
.content table th {
    border: 1px solid #404040;
    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 #404040;
}

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

.mwm-notice,
#searchbox {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #394147;
    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;
}

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