#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0, 0, 0, 0; --sidebar-media-bg-color: 0, 0, 0, 0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0, 0, 0, 0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:-webkit-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:-moz-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a[href*="tiktok"]::before, #side-bar .side-block.media a[href*="tiktok"]::after { transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a[href*="tiktok"]:hover::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); } #side-bar .side-block.media a[href*="tiktok"]:hover::before, #side-bar .side-block.media a[href*="tiktok"]:active::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]::after { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:hover::after, #side-bar .side-block.media a[href*="tiktok"]:active::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a img { -webkit-filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); transition: -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { -webkit-filter: invert(1); filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>

☦신은 오랫동안 죽어있었다.☦
소택지에서 여인 같은 무언가가 나무를 연상시키는 무언가 위에서 중심을 잡는다. 그 위의 하늘은 어디로도 향하지 않는 새들의 깃털로 성겼으며, 아래의 호수에서 그 머리는 일시적으로 빠진다.
지평선은 고정된 보라색으로 그늘졌으며 모든 것을 볼 수 있다. 모든 것이 사실이며 독창적이다. 모든 것이 지옥으로 떨어졌고, 이 돌이 내 패러데이 새장인듯 하다. 이제 더 이상 내가 누군지도 모르겠다.
아직도 두려움을 느낄 수 있는 자는 나뿐일까? 특이성을 기다리는 자는 나뿐인것 같다. 다른 모든것은 무관심하다. 쥐들은 오랜 시간 동안 불어나고 있었으며, 이제 멀지 않았을것이다.
올해는 3053년이고, 나는 모든 것을 보았다.
끝에서 시작하도록 하지.
고대의 역사
정보 시대
제18기지의 변화
1976년 7월 28일
노쇠, 소비, 박해
2051년 8월 14일 - 2077년 9월 9일
주님
2081년 12월 1일
히민뵤르크
2087년 2월 2일
마지막 시대
뱀이 던진 환격수
2090년 12월 21일
사라진 또 다른 유산
2112년 9월 13일
the-last-meeting
2117년 11월 19일
부패의 시대
고리가 어찌나 세게 쥐어짜는지
2160년 11월 18일
꿈을 위한 찬양적 애가
2167년 10월 10일
어둠 속엔 무엇이 도사리는가
핼러윈 전날, 2313
쥐구멍
단연 최고의 사람
30XXXXX년, 칼리 유가
1
T-마이너스 X
- - - - - - - - -
쥐구멍 카논은 우리 현실의 쐐깃돌인 LTE 0913 엑스 마키나의 파괴 효과를 다룹니다. 그 결과는 SCP 물체의 창조와 증가하는 발생이였으며, 변칙 개체의 통제 불가능한 증가로 인한 점진적인 현실의 실패였습니다.
일반적인 재단 카논과 이 세계관과 다른 점이 몇 가지 있습니다. 보통 농담삼아 하던 "드레드로드" 카논 그 이상도 이하도 아닙니다.
- 신을 죽인 것으로 나타난 변칙 개체에 대한 책임은 GOC에게 있습니다. 그들은 이를 알고 있으며 필사적으로 일을 바로잡으려고 합니다.
- 관리자와 재단의 최고 수준 리더십을 가진 개인들은 변칙 개체들이며 우리가 알고 있는 정상 범주에 속하지 않습니다. 그들은 변칙 개체들을 모으며, 변칙 개체를 파괴하는 일을 혐오합니다. 재단 자산의 대부분은 이를 모르며 진심으로 자신들이 공공 선을 위해 일한다고 믿습니다.
- 혼돈의 반란은 창립 회원들이 재단의 진실된 면모를 안 이후 제2차 세계대전 이후에 갈라져나와 세운 조직입니다. 재단의 영향으로 이들은 악마처럼 묘사되어 사냥당했습니다. 반란은 가끔 재단을 동정하는 세계에서 살아남기 위해서는 끔찍한 일을 저질러야 하기도 합니다.
고대의 역사: 이 시간대의 부분은 쥐구멍 카논과 연관되어 기본적으로 LTE 0913 엑스 마키나의 파괴, 그것의 성질, 파괴의 이유와 GOC의 옛 기원에 대한 것이어야 합니다.
정보 시대: 인류의 마지막 지배적 시대입니다.
마지막 시대: 인류가 존재하기 위해 몸부림치는 중간 시대입니다. 문명의 일부분은 상대적으로 아직 살 만 하지만, 다른 부분은 꽤나 혼란스럽습니다.
부패의 시대: 일반적인 인간과 동식물상이 매우 희귀한 시대입니다. 비정상적인 생물체와 물체들이 일반적인 것들입니다.
쥐구멍: 완전한 혼돈이자, 우주의 끝입니다. 우리와는 다르거나, 아니면 알아볼 수도 없는 현실입니다. 굳이 "세계의 종말"이라기 보다는, 우리가 아는 세계의 끝입니다.
증주: 쥐구멍에는 카논이 없으며, 자체로도 시리즈가 아닙니다. 이야기의 명백한 끝이나 시작도 없으며, 일반적으로 위키가 그러하듯이 글을 쓰는 플랫폼에 불과합니다. 카논에 글을 투고하기 위해 특별히 고려해야 할 것이나 받아야할 허가 같은 것은 없습니다.