S.T.A.L.K.E.R. Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

ПОДРОБНЕЕ

S.T.A.L.K.E.R. Wiki
Нет описания правки
Нет описания правки
Метки: с мобильного устройства из мобильной версии
 
Строка 4: Строка 4:
 
#mw-mf-page-center {
 
#mw-mf-page-center {
 
background: #212121;
 
background: #212121;
  +
}
  +
  +
.notification-count.notification-unseen {
  +
background: transparent;
 
}
 
}
   

Текущая версия от 11:12, 11 августа 2017

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

.notification-count.notification-unseen {
    background: transparent;
}

footer {
    color: #e0e0e0;
}


.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: #101010;
    color: #e0e0e0;
}

a,
a:visited,
a.external,
footer a,
footer a:visited,
footer a.external {
    color: #DD9900;
}

.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

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