Civ-War Wiki

We think, this Wiki is a candidate to be removed because the CivWar mod is defunct and there is no activity on the Wiki. If you believe this wiki should remain,
please post a message at the community portal, or message the Wiki Manager directly. Objections should be made before 3 March, 2020.

ПОДРОБНЕЕ

Civ-War Wiki
HydraGPEBot (обсуждение | вклад)
(GPE Bot Edit (ed44644f38c7d2193db866d373f391ad0c3d0803,23d9ad2b2ef7cf26064f870b515c63a3b965daa6))
HydraGPEBot (обсуждение | вклад)
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
Строка 1: Строка 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;
  +
}
  +
 
.nomobile {
 
.nomobile {
 
display: none;
 
display: none;

Версия от 03:15, 9 августа 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;
}

.overlay-enabled, #content {
    background: #141414 url("https://hydra-media.cursecdn.com/civcraft.gamepedia.com/3/3a/Bg.png") no-repeat top center / 100% auto;
    color: silver;
}

a,
a:visited,
a.external {
    color: #59D82F;
}

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

.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: #101010;
    padding: 3px;
}