7 Days to Die Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
HydraGPEBot (overleg | bijdragen)
(GPE Bot Edit (b85c8f4c0129ea8c7dbf1a15793aa982996bb446,e8aa86e41307875541f9e806fcba437d13587982))
Regel 1: Regel 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  +
/* Header and footer */
  +
.header-container.header-chrome,
  +
#mw-mf-page-center {
  +
background: #212121;
  +
}
  +
 
/* Header and footer */
 
/* Header and footer */
 
.header-container.header-chrome,
 
.header-container.header-chrome,

Versie van 9 aug 2017 03:31

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

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


.nomobile {
    display: none;
}

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

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

/* content area */
.overlay-enabled, #content {
    background: #b1cbc6;
    border: 1px solid #000000;
    color: #000000;
}

a,
a.external {
    color: #154D43;
}

a:visited {
   color: #06362e;
}

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

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

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

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

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

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: #000000;
    color: #e0e0e0;
    padding: 3px;
}