Professor Layton Wiki
Professor Layton Wiki
No edit summary
No edit summary
Line 79: Line 79:
   
 
/* Navbox */
 
/* Navbox */
  +
.navbox .navbox-title {
  +
line-height: 30px;
  +
}
  +
 
.theme-fandomdesktop-dark .navbox {
 
.theme-fandomdesktop-dark .navbox {
 
background: #1f353b;
 
background: #1f353b;

Revision as of 12:06, 4 June 2021

.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);
}

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

.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: #475f66;
}

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

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

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

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

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

.theme-fandomdesktop-dark .navbox .navbox-list {
  color: #773107;
  background: #2a383c;
}

.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: #076eaf;
}

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