Minimum Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
No edit summary
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  +
  +
.globalNotice {
  +
position: relative;
  +
color: white;
  +
}
  +
 
/* Header and footer */
 
/* Header and footer */
 
.header-container.header-chrome,
 
.header-container.header-chrome,
Line 71: Line 77:
   
 
/* non-content area */
 
/* non-content area */
#footer {
+
footer {
 
border-top: 1px solid #7AB1CC;
 
border-top: 1px solid #7AB1CC;
 
color: #ffffff;
 
color: #ffffff;
Line 77: Line 83:
 
}
 
}
   
#footer a {
+
footer a {
 
color: #e66734;
 
color: #e66734;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;
 
}
 
}
   
#footer h2 {
+
footer h2 {
 
color: #e66734;
 
color: #e66734;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;

Revision as of 16:53, 9 August 2017

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

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

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}


body {
    background: #000000 url("http://hydra-media.cursecdn.com/minimum.gamepedia.com/c/c1/Minimum-Screenshot06.jpg?version=1581514e56634f1510d65fcfdcfe4e05") no-repeat fixed center top / 100% auto;
    color: #FFFFFF;
}

.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-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: #ffffff;
}

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

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

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

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

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

/* 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 #7AB1CC;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

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

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

/* content area */


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

a,
a:visited,
a.external {
    color: #e66734;
}

.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 #7AB1CC;
    color: #ffffff;
}

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

.thumb,
#content_wrapper .thumb,
li.gallerybox div.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;
}