DayZ Wiki
Advertisement

In other languages: DeutschFrançaisРусский


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */

#p-coll-print_export  .body {
	display:block !important;

body {
     background: url("http://hydra-media.cursecdn.com/dayz.gamepedia.com/9/98/Bg.jpg") repeat scroll 0 0 #000000;
     min-width: 1260px;
     position: relative;
}

div#mw-head {
    background: transparent;
}

#mw-page-base {
    background: transparent !important;   
}

#p-personal li a {
    color: #878787;
}

div.vectorMenu {
    background-color: #DCDCDC;
    border-left: 2px ridge white;
}

div#mw-head div.vectorMenu h4 {
    color: #0645AD;
}

#searchGoButton, #mw-searchButton {
    background-color: #852727;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#882925), to(#631211));
    background-image: -moz-linear-gradient(top,  #f882925,  #631211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#882925', endColorstr='#631211');
    border: solid 1px #852727;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #EFEFEF;
    cursor: default;
    line-height: normal;
    padding: 0 6px;
    text-align: center;
    text-shadow: none;
    white-space: pre;
}

div.vectorTabs {
    float: left;
    height: 2.5em;
    padding-left: 0px;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    background: none repeat scroll 0 0 #ededed;
    border-left: 1px ridge #ffffff;
    color: #333333;
    text-decoration: none;
}

div.vectorTabs span a {
    background: none repeat scroll 0 0 #DCDCDC;
    border-left: 2px ridge white;
}

div.vectorMenu h4 {
  color: #cccccc;
}

div#mw-panel div.portal h5 {
    border: medium none;
    color: #878787;
    cursor: default;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0 0.25em 0.25em 1.5em;
    text-transform: uppercase;
}

div#mw-panel div.portal div.body {
/*    background: #000000;*/
    background: transparent;
}

.socialLink, .socialLink a, .socialLink a img {
    max-width: 100%;
}

#mw-panel li a, #mw-panel li a.external {
    color: #878787 !important;
}

#p-googleadsense {
    text-transform: none;
}

div#content {
    background: none repeat scroll 0 0 #ededed;
    border-left: 2px ridge #ffffff;
    color: #000000;
    line-height: 1.5em;
}

div#footer a {
    color: #882925 !important;
    font-size: 1.25em;
}

div#footer ul li {
    color: #878787;
}

#pt-userpage, #pt-anonuserpage, #pt-login {
    background-image: url("extensions/Curse/Icons/Flame.png")
}

/********************
/* Main page styles *
/********************/
#mf-main {
  position: relative;
  margin: -10px;
}

#fpwrapper {
  display: table;
  border-spacing: 10px;
  width: 100%;
}

#fpnonflexwrapper, #fpflexwrapper {
  display: table-row;
}

#fpwelcome {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  background: #dddddd;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
}

#fpwelcome .heading {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #ffffff inset;
  background: #bebebe url("http://hydra-media.cursecdn.com/dayz.gamepedia.com/a/a9/GreyscaleHeader.png") repeat-x top left;
  color: #5d5d5d;
  font-size: 200%;
  font-weight: bold;
  margin: -1px -11px 0 -11px;
  padding: 7px 11px 10px 11px;
  height: auto;
}

#fplinks {
  margin: 0 -10px -10px -10px;
}

.fptwocol, .fpthreecol {
  display: none;
}

.fpbox {
  border: 1px solid #717171;
  border-radius: 3px;
  background: #bbbbbb;
  margin: 10px;
  padding: 0 10px 10px 10px;
}

.fpbox .heading, .fpouterbox .heading, .fpinnerbox .heading {
  border: 1px solid #717171;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #ffffff inset;
  background: #8c8c8c url("http://hydra-media.cursecdn.com/dayz.gamepedia.com/d/d6/MenuHeader.png") repeat-x top left;
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
  margin: -1px -11px 0 -11px;
  padding: 5px 11px 8px 11px;
  height: auto;
}

@media ( min-width: 840px ) {
  #fplinks {
    margin: -10px;
  }

  .fponecol, .fpthreecol {
    display: none;
  }

  .fptwocol {
    display: table !important;
    border-spacing: 10px;
    width: 100%;
  }

  .fptwocol .fprow {
    display: table-row;
  }

  .fptwocol .fpbox {
    display: table-cell;
    width: 50%;
  }
}

@media ( min-width: 1450px ) {
  #fplinks {
    margin: -10px;
  }

  .fponecol, .fptwocol {
    display: none !important;
  }

  .fpthreecol {
    display: table !important;
    border-spacing: 10px;
    width: 100%;
  }

  .fpthreecol .fprow {
    display: table-row;
  }

  .fpthreecol .fpbox {
    display: table-cell;
    width: 33.333%
  }
}

.fpsection {
  display: table !important;
  border-spacing: 10px;
  width: 100%;
}

#fpsecondary, #fpflex {
  margin: -10px;
}

#fpsecondary {
  text-align: center;
}

#fpsecondary .fpouterbox {
  display: table-row;
}

#fpsecondary .fpinnerbox {
  display: table-cell;
  border: 1px solid #717171;
  border-radius: 3px;
  background: #bbbbbb;
  padding: 0 10px 10px 10px;
}

@media ( min-width: 1540px ) {
  #fpsecondary .fpouterbox {
    display: table-cell;
    border: 1px solid #717171;
    border-radius: 3px;
    background: #bbbbbb;
    padding: 0 10px 10px 10px;
  }

  #fpsecondary .fpinnerbox {
    display: block;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
  }
}

#fpflex .fpouterbox {
  display: table-cell;
  border: 1px solid #717171;
  border-radius: 3px;
  background: #bbbbbb;
  padding: 0 10px 10px 10px;
}

@media ( min-width: 1250px ) {
  #fpnonflexwrapper, #fpflexwrapper {
    display: table-cell;
  }

  #fpflex {
    width: 400px;
  }

  #fpflex .fpouterbox {
    display: table-row;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
  }

  #fpflex .fpinnerbox {
    display: table-cell;
    border: 1px solid #717171;
    border-radius: 3px;
    background: #bbbbbb;
    padding: 0 10px 10px 10px;
  }
}
Advertisement