Minimum Wiki
No edit summary
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 */
   
  +
/* Background */
.globalNotice {
 
  +
position: relative;
 
 
body {
color: white;
 
  +
background: #212121 url("") no-repeat fixed center top / 100% auto;
 
color: #D5D4D4;
 
}
 
}
   
/* Header and footer */
+
/* Header and footer elements */
 
.header-container.header-chrome,
 
.header-container.header-chrome,
 
#mw-mf-page-center {
 
#mw-mf-page-center {
 
background: #212121;
 
background: #212121;
  +
border-bottom: 1px solid #CCCCCC;
}
 
 
 
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;
 
 
}
 
}
   
Line 23: Line 20:
   
 
a.watch-this-article {
 
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 */
+
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 {
 
background: transparent;
 
}
  +
  +
.header .branding-box h1 {
 
border-bottom: none;
 
}
  +
 
.globalNotice {
 
position: relative;
 
color: white;
 
}
 
}
   
Line 42: Line 52:
 
.search-overlay .results {
 
.search-overlay .results {
 
background-color: rgba(0, 0, 0, 0.85) !important;
 
background-color: rgba(0, 0, 0, 0.85) !important;
color: #ffffff;
+
color: #D5D4D4;
 
}
 
}
   
 
.search-overlay {
 
.search-overlay {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
+
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
 
}
 
}
   
Line 52: Line 62:
 
ul.suggestions-results li {
 
ul.suggestions-results li {
 
background-color: rgba(0, 0, 0, 0.85);
 
background-color: rgba(0, 0, 0, 0.85);
color: #ffffff;
+
color: #D5D4D4;
 
}
 
}
   
 
ul.suggestions-results li.suggestions-result {
 
ul.suggestions-results li.suggestions-result {
color: #ffffff;
+
color: #D5D4D4;
 
}
 
}
   
 
.client-js .toc-mobile {
 
.client-js .toc-mobile {
 
background-color: rgba(0, 0, 0, 0) !important;
 
background-color: rgba(0, 0, 0, 0) !important;
border: 1px solid #000000 !important;
+
border: 1px solid #404040 !important;
 
}
 
}
   
Line 67: Line 77:
 
.last-modified-bar #mw-mf-last-modified {
 
.last-modified-bar #mw-mf-last-modified {
 
background-color: rgba(0, 0, 0, 0);
 
background-color: rgba(0, 0, 0, 0);
color: #FFFFFF;
+
color: #D5D4D4;
 
}
 
}
   
Line 77: Line 87:
   
 
/* non-content area */
 
/* non-content area */
  +
 
footer {
 
footer {
border-top: 1px solid #7AB1CC;
+
border-top: 1px solid #394147;
color: #ffffff;
+
color: #D5D4D4;
text-shadow: 1px 1px #000000;
 
 
}
 
}
   
 
footer a {
 
footer a {
color: #e66734;
+
color: #3BD2FB;
text-shadow: 1px 1px #000000;
 
 
}
 
}
   
 
footer h2 {
 
footer h2 {
color: #e66734;
+
color: #3BD2FB;
text-shadow: 1px 1px #000000;
 
 
}
 
}
   
Line 97: Line 105:
   
 
.overlay-enabled, #content {
 
.overlay-enabled, #content {
background-color: rgba(0, 0, 0, 0.8);
+
background: rgba(0, 0, 0, 0.85);
 
}
 
}
   
Line 103: Line 111:
 
a:visited,
 
a:visited,
 
a.external {
 
a.external {
color: #e66734;
+
color: #3BD2FB;
}
 
 
.content table th {
 
background-color: rgba(0, 0, 0, 0);
 
}
 
 
.content table td,
 
.content table th {
 
border: medium none;
 
padding: 3px;
 
 
}
 
}
   
Line 119: Line 117:
 
h2 {
 
h2 {
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #7AB1CC;
+
border-bottom: 1px solid #404040;
color: #ffffff;
+
color: #D5D4D4;
 
}
 
}
   
 
h3, h4, h5, h6 {
 
h3, h4, h5, h6 {
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #ffffff;
+
color: #D5D4D4;
 
}
 
}
   
Line 131: Line 129:
 
#content_wrapper .thumb,
 
#content_wrapper .thumb,
 
li.gallerybox div.thumb {
 
li.gallerybox div.thumb {
background: transparent;
+
background-color: rgba(0, 0, 0, 0);
border: 2px solid rgba(0, 0, 0, 0.2);
+
border: 1px solid #394147;
 
}
 
}
   
 
.content table th {
table.wikitable {
 
 
background-color: rgba(0, 0, 0, 0);
border: none;
 
  +
}
border-collapse: separate !important;
 
  +
border-spacing: 2px !important;
 
 
.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: auto;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 
}
 
}
   
table.wikitable td {
+
.content table.wikitable > tr > th,
  +
.content table.wikitable > tr > td,
border: none;
 
  +
.content table.wikitable > * > tr > th,
padding: 3px;
 
  +
.content table.wikitable > * > tr > td {
background: rgba(0, 0, 0, 0);
 
 
border: 1px solid #404040;
 
}
 
}
   
table.wikitable th {
+
.content table.wikitable > tr > th,
  +
.content table.wikitable > * > tr > th {
background: rgba(0, 0, 0, 0);
 
  +
background-color: rgba(0, 0, 0, 1);
border: none;
 
 
padding: 3px;
 
padding: 3px;
 
}
 
}
Line 157: Line 164:
 
.mwm-notice,
 
.mwm-notice,
 
#searchbox {
 
#searchbox {
background: rgba(0, 0, 0, 0);
+
background-color: rgba(0, 0, 0, 0);
border: 2px solid rgba(0, 0, 0, 0.2);
+
border: 2px solid #394147;
 
border-radius: 5px 5px 5px 5px;
 
border-radius: 5px 5px 5px 5px;
 
}
 
}
Line 171: Line 178:
 
a.back_to_top:visited {
 
a.back_to_top:visited {
 
margin-top: 7px;
 
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;
 
}
 
}

Revision as of 18:16, 9 August 2017

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

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