PLAYERUNKNOWN'S BATTLEGROUNDS Wiki
Advertisement

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 be applied to all skins */ 

div.vectorMenu h3 span::after {
   right: 0px;
   top: 0px;
}

/* Wikitables */

table.wikitable,
table.wikitable > tr > th,
table.wikitable > * > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #323642;
}

table.wikitable {
    color: #fff;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #141B21;
}

.wikitable tr:nth-child(2n+1),
.pyjama tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #252D34;
}

.wikitable tr:nth-child(2n),
.pyjama tr:nth-child(2n) {
    background: none repeat scroll 0 0 #20272D;
}

/* Alternate Colouring for Tables */
table.sortable {
    border: 1px dashed #;
}

.sortable th,
.unsortable th {
    color: #;
}

.sortable tr:nth-child(2n+1),
.pyjama tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #252D34;
}

.sortable tr:nth-child(2n),
.pyjama tr:nth-child(2n) {
    background: none repeat scroll 0 0 #20272D;
}

table.jquery-tablesorter th.headerSort,
table.jquery-tablesorter th.headerSort {
	background-image: url(https://pubg.gamepedia.com/media/pubg.gamepedia.com/a/a6/Sort_both.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 21px;
}

table.jquery-tablesorter th.headerSortUp,
table.jquery-tablesorter th.headerSortUp {
	background-image: url(/resources/src/jquery/images/sort_up.png?76242);
	background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%204%22%20height%3D%224%22%20width%3D%2221%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.5%204l4-4%204%204z%22%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
	background-image: linear-gradient(transparent,transparent),url(/resources/src/jquery/images/sort_up.svg?6bcc2)!ie;
	background-image: -o-linear-gradient(transparent,transparent),url(/resources/src/jquery/images/sort_up.png?76242);
}

table.jquery-tablesorter th.headerSortDown,
table.jquery-tablesorter th.headerSortDown {
	background-image: url(/resources/src/jquery/images/sort_down.png?3f399);
	background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%204%22%20height%3D%224%22%20width%3D%2221%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14.5%200l-4%204-4-4z%22%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
	background-image: linear-gradient(transparent,transparent),url(/resources/src/jquery/images/sort_down.svg?05d87)!ie;
	background-image: -o-linear-gradient(transparent,transparent),url(/resources/src/jquery/images/sort_down.png?3f399);
}

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

ul {
	list-style-type: disc;
	list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%d98500%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

a {
    color: #d98500;
}

a:visited {
    color: #8d5600;
}

/* CSS placed here will affect users of the Hydra skin */

#p-logo {
    left: 50vw;
    margin-left: -16.5em;
}

#p-logo a {
    display: block;
    width: 20em;
    margin-top: 56px;
    background-size: contain;
    width: 33em;
    height: 100px;
}

/* Custom Elements */

div#simpleSearch {
    margin-top: .5em;
}

body.page-PLAYERUNKNOWNS_BATTLEGROUNDS_Wiki h1.firstHeading {
    display:none;
}

body {
    background: url(https://pubg.gamepedia.com/media/pubg.gamepedia.com/b/b7/Background_alternative_4.PNG) center top scroll #f1f1f1; 
    background-repeat: no-repeat;
}

div#content,
div#footer {
    border: 1px dashed #d98500;
    border-radius: 1px;
    background-color: rgba(251, 251, 251, 1);
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: #f1f1f1;
    display: inline-block;
    padding: 2px 10px;
    height: 19px;
    text-align: center;
    top: 6.1em;
}

div#content {
    padding: 30px;
    border-radius: 1px;
}

div#mw-panel {
    color: #000;
    margin-left: 3px;
}

div#footer  {
    padding: 30px;
    margin-top: 6px;
    
}

/* Category Link Colours */

.catlinks {
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Wiki Editor Transparency */

div.wikiEditor-ui,
.editOptions,
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading,
div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls  {
background: transparent;
}

#mw-panel.collapsible-nav .portal#p-claimWiki {
    padding-top: 30px;
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Framework */

.mw-body {
    background: rgba(255,255,255,.75);
    border: none;
}

body #pageWrapper {
    margin-right: 1em;
    margin-top: 6em;
}

/* Head */
div#mw-page-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
}

#mw-head-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#right-navigation {
    margin-right: 0em;
    margin-top: 8.6em;
}

#left-navigation {
    margin-top: 8.6em;
    margin-left: 10.74em;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -16px;
}

div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs li span {
    margin: 0 3px;
}

div#p-sharing .menu {
    margin-left: 45px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}
 
#p-sharing #socialIconImages a {
    width: 40px;
}

div#mw-head div.vectorMenu h3 {
    margin: 0.5em 3px 0;
}

div.vectorMenu h3 a {
    display: none;
}

div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorMenu h3 span {
     color: #000;
     font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #000;
    font-weight: bold;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #000;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

.vectorTabs #ca-watch.icon a,
.vectorTabs #ca-unwatch.icon a {
    padding: 18px 0 0;
}

div.vectorMenu h3 span {
    font-family: arial;
    padding-top: 0.1em;
}

div.vectorMenu div.menu {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #bfe9ff;
    position: relative; 
    top: 0.75em;
}

div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

div.vectorMenu li a {
    color: #000000;
}

/* Sidebar */

div#mw-panel {
    padding-top: 198px;
    margin-top: -54px;
    background-image: url(https://pubg.gamepedia.com/media/pubg.gamepedia.com/b/bd/Sidebar_logo_2.png);
    background-position: top;
    background-color: transparent;
    background-repeat: no-repeat;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #fff !important;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0,0,0,.7);
    border: 1px solid #000000;
    color: #fff;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#mw-panel div.portal div.body {
    background-image: none;
    color: #fff;
}

#mw-panel.collapsible-nav .portal {
    background-image: none;
    padding: 0 !important;
    color: #fff;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav div.portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    border: medium none;
    color: #fff;
    font-weight: bold;
}

#p-navigation > h3,
#p-Links > h3,
#p-Gamepedia > h3,
#p-tb > h3 {
    background: none repeat scroll 0 0 #191919;
    color: #4F3989;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #fff;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #fff;
}

/* social media add-on fix */
div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Head */
div#mw-page-base {
    background: transparent;
    background-image: none;
}

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
}

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

div#footer a { 
    color: #d98500;
}

div#footer a:hover { 
    color: #0645ad;
}

/* multi-upload screen font colour fix */
#upload-list .file .file-title {
    color: #000000;
}

.check-span {
    color: #1D1D1D;
    float: right;
}

#upload-list .file a {
    color: #d98500;
}

.copyright-icon {
    background-image: url("https://help.gamepedia.com/media/help.gamepedia.com/b/b6/Copyright.png?version=6d3fec14dfaef041b27724d628c5bbaf");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.ambox {
    background-color: #fff;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}
Advertisement