Animal Crossing Wiki
No edit summary
m (will this make the headings the same size but the wiki name itself with more dropshadow? hm.)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
/*General Dark Mode*/
:root {
 
  +
.acwiki-fullwhite {
--custom-season-background-image: url("https://static.wikia.nocookie.net/animalcrossing/images/8/8f/Grass_summer.png/revision/latest?cb=20131107162135&format=original");
 
  +
background: #FFFFFF;
}
 
.fandom-community-header__background:before {
 
display: none;
 
}
 
.fandom-community-header__background {
 
background: var(--custom-season-background-image);
 
height: 100%;
 
 
}
 
}
   
.theme-fandomdesktop-dark .fandom-community-header__background {
+
.theme-fandomdesktop-dark .acwiki-fullwhite {
background: var(--custom-season-background-image);
+
background: #444444!important;
height: 100%;
 
filter: brightness(50%);
 
 
}
 
}
   
Line 36: Line 28:
 
.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlightest {
 
.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlightest {
 
background: #777777;
 
background: #777777;
 
}
  +
  +
.fandom-community-header a.fandom-community-header__community-name,
  +
.fandom-community-header div.first-level-item a,
 
.fandom-community-header div.page-counter {
  +
text-shadow: 2px 1px 1px black;
 
}
 
}

Latest revision as of 03:26, 25 December 2022

/*General Dark Mode*/
.acwiki-fullwhite {
  background: #FFFFFF;
}

.theme-fandomdesktop-dark .acwiki-fullwhite {
  background: #444444!important;
}

/*Infoboxes + Dark Mode*/
.acwiki-templateinfoboxmusic-musiccolor {
	
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolor {
  background: #8b0000!important;
  color: #DDDDDD;
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlight {
  background: #444444!important;
}

.acwiki-templateinfoboxmusic-musiccolorlightest {
  background: #FFFFFF;
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlightest {
  background: #777777;
}

.fandom-community-header a.fandom-community-header__community-name,
.fandom-community-header div.first-level-item a,
.fandom-community-header div.page-counter {
	text-shadow: 2px 1px 1px black;
}