/* Header Elements */ :root { logo-image: url("https://scp-wiki.wikidot.com/local--files/theme:shark-punching-centre-bhl/spc-header.png"); —header-title: "SPC DATABASE"; —header-subtitle: "SHARK PUNCHING CENTER"; /* 黑色主题配色 */ —rating-module-bg-color: 30, 30, 30; —rating-module-bottom-border-color: 80, 80, 80; —newpage-color: var(alt-accent); /* === THEME COLORS === */ /* subdued theme color, for visited links */ pale-accent: 160, 160, 160; /* vivid theme color, the "default" accent color */ —bright-accent: 220, 220, 220; /* theme color */ —medium-accent: 100, 100, 100; /* darker theme color */ —dark-accent: 20, 20, 20; /* alternate accent color, for newpage links */ —alt-accent: 180, 180, 220; —modal-header-bg: 40, 40, 40; } :root:lang(cn) { —header-title: "SPC数据库"; —header-subtitle: "打鲨鱼中心"; } #main-content { —tables-header-bg: 45, 45, 45; —footnotes-footer-colorbar-color: 80, 80, 80; —pagetags-title-bg: 40, 40, 40; —blockquote-border-color: 100, 100, 100; } #content-wrap::before { content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-repeat: repeat-x; pointer-events: none; background-image: url('https://scp-wiki.wikidot.com/local--files/theme:shark-punching-centre-bhl/band.png'); opacity: 0.3; filter: grayscale(1) brightness(0.3); } #page-title, .meta-title { color: #ffffff; } .SPCbox { box-sizing: border-box; border: rgb(var(medium-accent)) 10px solid; padding: 1rem; background-color: #1a1a1a; color: #e0e0e0; } .SPCbox-filled { box-sizing: border-box; border: rgb(var(medium-accent)) 10px solid; padding: 1rem; background-color: #252525; color: #e0e0e0; } .SPCbox-dotted { box-sizing: border-box; border: rgb(var(medium-accent)) 10px dashed; padding: 1rem; background-color: #1a1a1a; color: #e0e0e0; } .SPCbox-dotted-filled { box-sizing: border-box; border: rgb(var(—medium-accent)) 10px dashed; padding: 1rem; background-color: #252525; color: #e0e0e0; } .CICAPOCOnotice { border: #444444 1px solid; background-color: #2a2a2a; color: #e0e0e0; padding: 5px; margin-bottom: 10px; } .DOnotice { border: #111111 2px solid; background: #222222; color: #f0f0f0; padding: 5px; margin-bottom: 10px; } h1, h2, h3, h4, h5, h6 { color: #ffffff; } hr { color: #666666; background: #666666; border: #666666 1px solid; }