Civilization VI Wiki
No edit summary
No edit summary
Line 109: Line 109:
 
background-color: rgba(0, 0, 0, 0);
 
background-color: rgba(0, 0, 0, 0);
 
padding: 3px;
 
padding: 3px;
  +
}
  +
  +
/* non-content area */
  +
.globalNotice {
  +
position: relative;
  +
color: white;
  +
}
  +
  +
.page-Main_Page.is-authenticated .pre-content {
  +
display: none;
  +
}
  +
  +
.notification-count {
  +
background: transparent;
  +
}
  +
  +
footer {
  +
background-color: #000000;
  +
border-top: 1px solid #394147;
  +
color: #D5D4D4;
  +
}
  +
  +
footer a, footer h2 {
  +
color: #c3c3c3;
  +
}
  +
  +
footer .last-modified-bar {
  +
background: transparent;
 
}
 
}

Revision as of 13:04, 11 August 2017

/* CSS placed here will affect users of the mobile site */
/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

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

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

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

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

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

/* non-content area */
body {
    background: url('https://hydra-media.cursecdn.com/civ6.gamepedia.com/4/4b/Mobile.png') no-repeat fixed left top / 100% auto;
}

.overlay-enabled, #content {
background: transparent;
}

div#content {
    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;
}

/* non-content area */
.globalNotice {
    position: relative;
    color: white;
}

.page-Main_Page.is-authenticated .pre-content {
    display: none;
}

.notification-count {
   background: transparent;
}

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

footer a, footer h2 {
    color: #c3c3c3;
}

footer .last-modified-bar {
  background: transparent;
}