Escape from Tarkov Wiki
Advertisement

In other languages: ČeštinaDeutschEspañolFrançais한국어PolskiPortuguês do BrasilРусский中文


Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

/* GENERAL */

div#content_wrapper {
    background: url("http://hydra-media.cursecdn.com/escapefromtarkov.gamepedia.com/1/1b/Mbbg.jpg") no-repeat fixed right top / cover #0e0e0e;
}

.content input[type=submit], .panel .button, .panel button, .panel input[type=submit], .buttonBar .button, .buttonBar button, .buttonBar input[type=submit] {
    padding: .8em 1.2em;
    text-align: center;
    border: 1px #9a8866 solid;
    color: white;
    background-color: #9a8866;
    background-image: -moz-linear-gradient(top,#9a8866 0,#9a8866 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#9a8866),color-stop(100%,#9a8866));
    background-image: -webkit-linear-gradient(#9a8866 0,#9a8866 100%);
    background-image: linear-gradient(#9a8866 0,#9a8866 100%);
}


/* LINK STYLING */

a:visited {
color: #9a8866;
}

a {
color: #9a8866;
}

.mw-body a.external {
color: #9a8866;
}

.mw-body a.extiw:visited {
color: #9a8866;
}

.mw-body a.extiw, .mw-body a.extiw:active {
color: #9a8866;
}

.mw-body a.external:visited {
color: #9a8866;
}
.mw-body a.external {
color: #9a8866;
}

.mw-body a.external {
color: #9a8866;
}

span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #9a8866;
}
Advertisement