Professor Layton Wiki
Advertisement
Professor Layton Wiki

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.
.fandom-community-header__image img {
	max-width: 80px;
	max-height: 80px;
}

.fandom-sticky-header__logo, .theme-fandomdesktop-dark .fandom-community-header .fandom-community-header__image {
	filter: invert(1);
}

.fandom-community-header__background:before {
	background-image: none;
}

body.theme-fandomdesktop-light {
	background-image: url(https://static.wikia.nocookie.net/layton/images/c/cc/Wiki-BG-Bright.webp/revision/latest?cb=20210603090444);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.theme-fandomdesktop-light .page__main {
	background-color:  rgb(255, 253, 244);
	background-color: rgba(255, 253, 244, .96);
}

.theme-fandomdesktop-light .page__right-rail {
	background-color:  rgb(243, 242, 233);
    background-color: rgba(243, 242, 233, .96);
}

body.theme-fandomdesktop-dark {
	background-image: url(https://static.wikia.nocookie.net/layton/images/9/9a/Wiki-BG-Dark.webp/revision/latest?cb=20210603175520);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.theme-fandomdesktop-dark .page__main {
	background-color:  rgb(33, 55, 60);
	background-color: rgba(33, 55, 60, .96);
}

.theme-fandomdesktop-dark .page__right-rail {
	background-color:  rgb(66, 85, 89);
    background-color: rgba(66, 85, 89, .95);
}

.theme-fandomdesktop-dark .mainPageHeading {
    border: 2px solid #5c7b84;
    background: #5c7b84;
}

#mainPageSiteFooters .mw-parser-output > p {
	display: none;
}

.theme-fandomdesktop-dark .page-content pre {
    background-color: #1a2c30;
}

/* Puzzle Nav */
.puzzleNav {
    width: 100%;
}

.theme-fandomdesktop-dark .puzzleNav .pn-center {
    background: #2a383c;
}

.theme-fandomdesktop-dark .puzzleNav .pn-inner {
    background: #324348;
}

.theme-fandomdesktop-dark .puzzleNav {
    background: #1f353b;
    border: 2px solid #547078;
}

/* Infoboxes */
.pi-border-color {
    border: 0;
}

.pi-data-value:not(:first-child) {
    padding-left: 0;
}

.pi-data-value ul li::before {
    content: unset;
}

.theme-fandomdesktop-dark .portable-infobox {
    background-color: #2a383c;
}

.theme-fandomdesktop-dark .pi-data:after {
    border-left: 2px solid #1f353b;
}

.theme-fandomdesktop-dark .portable-infobox .pi-item-spacing {
    background-color: #324348;
    border-bottom: 2px solid #1f353b;
}

.theme-fandomdesktop-dark .portable-infobox .pi-item-spacing:nth-child(2n) {
    background-color: #2a383c;
}

.theme-fandomdesktop-dark .portable-infobox .pi-group h2 + div {
    border-top: 2px solid #1f353b;
}

.theme-fandomdesktop-dark .portable-infobox .pi-title {
    background: #547078;
}

.theme-fandomdesktop-dark .portable-infobox .pi-header {
    background-color: #41575d;
}

.theme-fandomdesktop-dark .infobox_spoiler,
.theme-fandomdesktop-dark .portable-infobox .infobox_spoiler a {
    color: #51676d !important;
    background: #51676d !important;
}

/* Navbox */
.navbox .navbox-title {
    line-height: 28px;
}

.theme-fandomdesktop-dark .navbox {
  background: #1f353b;
}

.theme-fandomdesktop-dark .navbox .navbox-title {
  background: #547078;
}

.theme-fandomdesktop-dark .navbox .navbox-group,
.theme-fandomdesktop-dark .navbox .navbox-header {
  background: #41575d;
}

.theme-fandomdesktop-dark .navbox .navbox-list {
  color: inherit;
  background: #324348;
}

.theme-fandomdesktop-dark .navbox .navbox-group,
.theme-fandomdesktop-dark .navbox .navbox-image-left {
  border-right: 2px solid #1f353b;
}

.theme-fandomdesktop-dark .navbox .navbox-list a {
    color: #9bcae7;
}

.theme-fandomdesktop-dark .navbox .navbox-image {
    background: #324348;
}

.theme-fandomdesktop-dark .navbox-image-right {
    border-left: 2px solid #1f353b;
}

.theme-fandomdesktop-dark .navbox .navbox-above,
.theme-fandomdesktop-dark .navbox .navbox-below,
.theme-fandomdesktop-dark .navbox .navbox-image {
    background: #41575d;
}

/* Notebox */
.theme-fandomdesktop-dark .notebox {
    background: #41575d !important;
}

/* Media Queries */
@media(min-width: 1920px) {
    body {
    	background-size: cover;
    }
}
Advertisement