7 Days to Die Вики

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.

ПОДРОБНЕЕ

7 Days to Die Вики
Нет описания правки
MannedTooth (обсуждение | вклад)
Нет описания правки
Строка 171: Строка 171:
 
background-image: linear-gradient(to right, #383838 0%, #919191 100%) repeat scroll 0 0 transparent;
 
background-image: linear-gradient(to right, #383838 0%, #919191 100%) repeat scroll 0 0 transparent;
 
color: #ffffff;
 
color: #ffffff;
font-family: "Ufonts.com_agency-fb-bold";
+
font-family: "Yanone Kaffeesatz";
 
font-size: 150%;
 
font-size: 150%;
 
font-weight: bold;
 
font-weight: bold;

Версия от 13:46, 8 октября 2019

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

footer {
    color: #e0e0e0;
}

.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
    background: transparent;
}

/* end header and footer */

.nomobile {
    display: none;
}

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

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

body {
    background: url("https://7daystodie.gamepedia.com/media/7daystodie.gamepedia.com/2/20/7dtd_background.jpg") no-repeat fixed top center #050505;
    background-size: cover;	
}

/* content area */
.overlay-enabled, #content {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.95);
    border: 1px solid #000000;
    color: #dedede;
}

a,
a:visited,
a.external {
    color: #cfc59e;
}

a.new,
#p-personal a.new {
    color: #fc0000;
}

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

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

.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 #050505;
}

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

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

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

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: 12px solid #050505 !important;
  background: #101010 !important;
}

#mw-mf-page-left {
  border-left: 12px solid #050505;
  background: transparent;
}

#mw-mf-page-left ul {
  background: transparent;
}

#mw-mf-page-left ul:first-child {
  border-bottom: 12px solid #050505;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  background: transparent;
  text-shadow: none;
}

#mw-mf-page-left ul li a,
#mw-mf-page-left ul.hlist li a {
  border: none;
  color: #3674b3;
}

#mw-mf-page-left ul li:hover {
  border-left: 12px solid #aaaaaa;
  background: #050505;
}

#mw-mf-page-left ul.hlist li:hover {
  border: none;
}

#mw-mf-page-left ul li:hover a,
#mw-mf-page-left ul.hlist li:hover a {
  color: #ffffff;
}

/* custom headers and sections */
.heading {
    background-color: #383838 !important;
    background-image: -moz-linear-gradient(left, #383838 0%, #919191 100%);
    background-image: -webkit-gradient(linear, left, left bottom, color-stop(0%,#383838), color-stop(100%,#919191));
    background-image: -webkit-linear-gradient(left, #383838 0%, #919191 100%);
    background-image: -o-linear-gradient(left, #383838 0%, #919191 100%);
    background-image: -ms-linear-gradient(left, #383838 0%, #919191 100%);
    background-image: linear-gradient(to right, #383838 0%, #919191 100%) repeat scroll 0 0 transparent;
    color: #ffffff;
    font-family: "Yanone Kaffeesatz";
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0.2em 0.4em;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
}

.feature {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-bottom: medium none !important;
    border-image: none;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 11px 11px 11px 11px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    color: #dedede;
    padding: 10px;
    margin-bottom: .5em;
}