MediaWiki:Theme-light.css

From PUBG Wiki
Jump to navigation Jump to search

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.
:root {
	--wiki-body-background-image: url(https://pubg.wiki.gg/images/7/75/Background_alternative.PNG);
	--wiki-body-background-color: #f1f1f1;
	--wiki-content-background-color: #e3e0dd;
}

.mw-wiki-logo {
    background-image: url(/images/7/71/Site-logo-2.png);
}

body {
	background-size: auto;
	color: #000;
}
@media screen and (min-width: 1921px){
	body {
		background-size: cover;
	}
}
h1, h2, h3, h4, h5, h6,
.mw-body, .parsoid-body,
.mw-footer li,
.tocnumber,
.vector-menu-portal .vector-menu-heading,
.vector-menu-dropdown .vector-menu-heading,
.vector-menu-dropdown .mw-list-item a:not(.mw-ui-icon),
.vector-menu-dropdown .mw-list-item a:visited,
.vector-menu-dropdown .vector-menu-heading:hover,
.vector-menu-dropdown .vector-menu-heading:focus,
.vector-menu-tabs-legacy li a,
.vector-menu-tabs-legacy .selected a,
.vector-menu-tabs-legacy .selected a:visited,
.vector-menu-dropdown .mw-list-item.selected a,
.vector-menu-dropdown .mw-list-item.selected a:visited,
#footer a, #footer a:visited,
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited,
.vector-menu-tabs .mw-watchlink.icon a:before,
.vector-menu-tabs #ca-watch.icon a:before,
.vector-menu-tabs #ca-watch.icon:active a:before,
.vector-menu-tabs #ca-watch.icon a:focus:before,
.vector-menu-tabs #ca-unwatch.icon:hover a:before,
.vector-menu-tabs #ca-unwatch.icon:active a:before,
.vector-search-box-input,
.suggestions-result,
.suggestions a.mw-searchSuggest-link,
.suggestions-special .special-query {
	color: #000;
}
.vector-menu-tabs #ca-watch.icon:hover a:before,
.vector-menu-tabs #ca-unwatch.icon a:before,
.vector-menu-tabs #ca-unwatch.icon a:focus:before,
#footer a, #footer a:visited,
.mw-body a, .mw-body a:visited,
.toctogglelabel {
	color: #915508;
}
.vector-menu-tabs-legacy li a:hover span,
.vector-menu-tabs-legacy li a:active span,
.vector-menu-tabs-legacy li.selected a span,
.vector-menu-dropdown .mw-list-item a:hover span,
.vector-menu-dropdown .mw-list-item a:active span,
#footer a:hover, #footer a:active,
.mw-body a:not(.image):hover, .mw-body a:not(.image):active,
.vector-menu-portal .vector-menu-content li a:hover,
.vector-menu-portal .vector-menu-content li a:active,
.vector-menu-dropdown:hover .vector-menu-heading span {
	border-bottom-color: #915508;
}
.vector-menu-tabs-legacy .new a,
.vector-menu-tabs-legacy .new a:visited {
	color: #ba0000;
}
.vector-menu-tabs-legacy .new a:hover span,
.vector-menu-tabs-legacy .new a:visited span {
	border-bottom-color: #ba0000;
}
.vector-menu-dropdown .vector-menu-heading:after,
.searchButton[name="go"] {
	filter: none;
}
.mw-message-box, .catlinks, pre, code, .mw-code,
.toc, .toccolours,
.wikitable > tr > td, .wikitable > * > tr > td {
	background: #d9dad9;
	border-color: #abadad;
	color: #000;
}
.vector-search-box-input,
.suggestions-results,
.suggestions-special {
	background: #d9d6d2;
}
.vector-search-box-input::placeholder,
.suggestions-special .special-label {
	color: #5e5e55;
}
.suggestions-special {
	border-top-color: #5e5e55;
}
#mw-panel .vector-menu:not(:nth-child(2)) h3:after {
	border-color: #000 transparent transparent;
}
#mw-panel .vector-menu:not(:nth-child(2)):hover h3:after {
	border-bottom-color: #000;
}
.navbox {
	background: #1d1e1f;
	color: #fff;
}
.navbox a, .navbox a:visited, .navbox a.external, .navbox a.external:visited {
	color: #f39720;
}