NuLiminal Theme Sandbox
@import url("https://backrooms-wiki.wdfiles.com/local--code/component%3Atheme/1");
 
:root {
   --logo-image: url("http://manganic.wdfiles.com/local--files/motyw-br-1/Logo_PL_color_blackless%20%281%29.svg");
   --header-title: "Piaskownica Backrooms";
   --header-subtitle: "Witamy w Zaścianku";
 
   --gradient-header: linear-gradient( to bottom, rgb(110, 173, 87) 0%, rgb(var(--dark-accent)) 100%);
   --swatch-topmenu-bg-color: 56, 107, 56;
}
 
#header::before {
   content: "";
   position: absolute;
   height: 80%;
   width: 100%;
   left: 0;
   top: 0;
   background-image: var(--logo-image);
   background-size: auto 9rem;
   background-position: center;
   background-repeat: no-repeat;
   opacity: 0.5;
O ile nie zaznaczono inaczej, treść tej strony objęta jest licencją Creative Commons Attribution-ShareAlike 3.0 License