/* Remove Default Wikidot Styles */
@import url("https://cdn.scpwiki.com/theme/en/black-highlighter/css/min/normalize.min.css");
/* Base BHL Theme */
@import url("https://cdn.scpwiki.com/theme/en/black-highlighter/css/min/black-highlighter.min.css");
/* Fantasque Sans Mono Font */
@import url('https://fontlibrary.org/face/fantasque-sans-mono');
/* Public Sans Font */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Mask Icons */
@import url("https://pin-wiki.wikidot.com/component:mask-icons/code/1");
/* Root Variables: When making a new theme, see: https://github.com/Nu-SCPTheme/Black-Highlighter/blob/master/src/css/parts/root.css */
@import url("https://zeronine.wikidot.com/local--files/pin-wiki/Icon.css");
#header {
background:var(--logo-image) 10px 10px no-repeat;
background-size: 100px 100px;
}
#header h1 a {
display: block;
content: var(--header-title);
}
#header h1 a::before {
content: var(--header-title);
color: #000000;
}
#header h2 span {
display: block;
}
#header h2 span::before {
content: var(--header-subtitle);
color: #000000;
}
:root {
/* S-CSS-P */
--theme-base: "black-highlighter";
--theme-id: "nuliminal";
--theme-name: "NuLiminal Theme";
/* Header */
--logo-image: var(--icon);
--header-title: "Planetary Institutions Network";
--header-subtitle: "The myriad of worlds, one system.";
--gradient-header: url("https://pin-wiki.wikidot.com/local--files/theme%3Apin/PIN-background") ;
--sp_top-bar-link-color: #000;
--sp_top-bar-link-hover-color: #000;
--diagonal-stripes: none;
--header-gradient-color-bottom: 255, 255, 255;
--header-gradient-color-middle: 191, 235, 255;
--header-gradient-color-top: 74, 199, 255;
/* Colors */
--white-monochrome: 252, 252, 252; /* White */
--pale-gray-monochrome: 244, 244, 244; /* Light Grey (Quoteblocks) */
--light-gray-monochrome: 170, 170, 170; /* Accent Light Gray (Login Status) */
--gray-monochrome: 66, 66, 72; /* Gray */
--pale-accent: 74, 199, 255; /* 浅 */
--bright-accent: 0, 158, 219; /* 中 */
--medium-accent: 0, 129, 179; /* 深 */
--dark-accent: 0, 93, 129; /* 很深 */
--newpage-color: 187, 225, 250; /* Pale Turquoise */
/* Primary Header Colors */
--swatch-headerh1-color: 0, 0, 0;
--swatch-headerh2-color: 0, 0, 0;
--swatch-topmenu-border-color: var(--dark-accent);
--swatch-topmenu-bg-color: var(--dark-accent);
--rating-module-button-color: var(--black-monochrome);
--rating-module-text-color: var(--black-monochrome);
/* Link Colors */
--link-color: 27, 65, 94 ;
--visited-link-color: 133, 193, 233;
--hover-link-color: 133, 193, 233;
}
:root:where(:lang(cs)){--header-title:"Nadace SCP";--header-subtitle:"Česká Větev Nadace SCP"}
:root:where(:lang(fr)){--header-title:"Fondation SCP";--header-subtitle:"Sécuriser, Contenir, Protéger"}
:root:where(:lang(de)){--header-title:"Netzwerk der Planeten-Institutionen";--header-subtitle:"Tausende Welten,ein System."}
:root:where(:lang(el)){--header-title:"Το Ίδρυμα SCP";--header-subtitle:"Ελληνόφωνος κλάδος"}
:root:where(:lang(it)){--header-title:"Fondazione SCP";--header-subtitle:"Branca Italiana - SCP Foundation"}
:root:where(:lang(ja)){--header-title:"SCP財団";--header-subtitle:"確保、収容、保護";}
:root:where(:lang(ko)){--header-title:"SCP 재단";--header-subtitle:"확보, 격리, 보호";}
:root:where(:lang(pl)){--header-title:"Fundacja SCP";--header-subtitle:"Polska Filia SCP"}
:root:where(:lang(pt-br)){--header-title:"Fundação SCP";--header-subtitle:"Filial Lusófona"}
:root:where(:lang(ru)){--header-title:"SCP Foundation";--header-subtitle:"Russian Branch";}
:root:where(:lang(cn)){--theme-base:"黑色标记笔";--theme-id:"黑色标记笔";--theme-name:"黑色标记笔";--header-title:"世界机构联合体";--header-subtitle:"万千世界 一个体系";}
:root:where(:lang(es)){--header-title:"La Fundación SCP";--header-subtitle:"Rama Hispanohablante"}
:root:where(:lang(th)){--header-title:"สถาบัน SCP";--header-subtitle:"ควบคุม, กักกัน, ป้องกัน";}
:root:where(:lang(zh)){--header-title:"世界機構聯合體";--header-subtitle:"萬千世界 一個體系";}
:root:where(:lang(uk)){--header-title:"Фонд SCP.";--header-subtitle:"Охороняти. Утримувати. Захищати.";}
:root:where(:lang(vi)){--header-title:"Tổ Chức SCP";--header-subtitle:"Lưu trữ, Quản thúc, Bảo vệ"}
/* Header shadow and colors */
#top-bar,
#top-bar ::before,
#top-bar ::after {
-webkit-filter: unset;
filter: unset;
}