/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* BASALT Theme [2021 Wikidot Theme] By Liryn & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://fonts.googleapis.com/css2?family=Work+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'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " TỔ CHỨC SCP"; --subtitle: " QUẢN THÚC • LƯU TRỮ • BẢO VỆ"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --fnLinger: 1s; --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); } body { background: rgb(255, 255, 255); font-family: 'Inter', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; overflow-x: hidden; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; text-transform: none; } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a:visited { color: black; } #side-bar img, iframe.scpnet-interwiki-frame { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; letter-spacing: unset; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: auto; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "THÔNG BÁO TỪ BAN QUẢN LÝ HỒ SƠ VÀ BẢO MẬT THÔNG TIN (RAISA)\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "CLASSIFICATION COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "NOTICE FROM THE EMERGENT THREAT TACTICAL RESPONSE AUTHORITY\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "ETHICS COMMITTEE MEMORANDUM\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "THE TEMPORAL ANOMALIES DEPARTMENT\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "OVERWATCH COMMAND\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "NOTICE FROM THE DEPARTMENT OF MISCOMMUNICATIONS\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-family: 'Work Sans', sans-serif; font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after { color: #3f21ff !important; } .fnnum:hover::after { color: white !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } .document, .darkdocument { width: auto; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ .avatar-hover { display: none !important; } ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 10rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Roboto', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Inter', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 100%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "Footnotes \0026 References"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } #page-info-break { height: 3rem; } .code pre, .code p, .code, tt { font-family: 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span, #page-content a { word-break: normal !important; }
[[/collapsible]]
[[/=]]
十hượng 十rú
4c 6f 79 20 6f c3 a6 70 68 79 20 75 61 6c 61 77 79 6c
"Tâm trí con người luôn dựa vào một trong ba thứ cơ bản nhất để giải thích những điều mà chính họ cũng không tìm ra một câu trả lời thỏa đáng: ma thuật, tôn giáo và một thứ khoa học nào đó mà chính họ còn không biết. ‘Và’ dường như cũng chưa bao giờ xuất hiện…"
Ác Quỷ, Huyền Thoại và Ngụ Ngôn: Đã được ngữ cảnh hóa,
-Ts. Stuart Hayward, 19██
55 41 59 55 59 41 46 20 46 4f 59 20 59 49 c3 86 5a 59 55 41 27 57 20 4b 59 57 4c 41 4a 4c 2e 20 0d 0a 59 55 41 c3 86 57 59 20 59 49 c3 86 4c 20 46 49 27 20 53 55 41 59 59 20 59 49 c3 86 4c 5a 4c 41 4c 4b 2e 20 0d 0a 4f 59 55 41 c3 86 49 52 4b 20 46 4f 59 20 4c 59 49 4f 20 c3 86 4a 59 2e 20 0d 0a c3 86 4c 4c 4c 41 4f 4c 41 49 52 c3 86 46 59 20 4c 59 59 4b 2c 20 56 47 55 41 57 47 59 20 49 4f c3 86 4c 46 2e 20 0d 0a 55 41 59 50 48 59 49 52 20 4c 41 4c 20 46 4f 59 20 4b 59 57 46 55 41 47 41 46 4c 41 49 27 4c 20 49 27 53 20 4f 4c 41 57 20 4c 41 59 49 c3 86 4a 59 2e 20 0d 0a 50 47 46 41 4f 59 55 41 20 46 4f 59 20 59 49 c3 86 5a 59 55 41 2e 20 4b 59 50 48 49 27 47 55 41 20 4f 4c 41 57 20 41 c3 86 55 41 41 c3 86 57 57 2e 20 0d 0a 55 41 59 41 49 52 c3 86 4c 41 59 49 20 49 4f 4f c3 86 46 20 49 4f c3 86 57 20 46 c3 86 5a 59 4c 2e
Thượng Trú-Lời Tựa

Lời Tựa
Các tài liệu sau đây là một loại những tài liệu SCP, các cuộc thẩm vấn và những tài liệu khác có liên quan tới những kẻ báo thù, đây là một tổ chức được thành lập bởi những kẻ bất tử, và mối quan hệ của chúng với Nhân Sự Của Tổ Chức như Tiến Sĩ Stuart Hayward và Đặc Vụ Sarah Crowely.
Phần lớn các sự kiện này đều xảy ra tại một nơi gần Điểm-45, tại chi nhánh Las Vegas của Tổ Chức SCP. Khuyến khích đọc các tài liệu này theo thời gian xuất bản, tuy nhiên chúng cũng được viết với mục đích có thể đọc ở bất cứ đâu. Những bài đã xuất bản, có đi kèm với Trình Tự Thời Gian, và Thứ Tự Theo Bảng Chữ Cái/chữ số đã được ghi bên dưới với mục đích tham khảo.
Mốc thời gian và quyền hạn truy cập có thể khác nhau.
Thượng Trú-Cá Nhân Đáng Lưu Tâm
Đặc Vụ Sarah Crowely (Giả định là SCP-2792): (Bạch Thố) Oㅅ✖

Giới Tính: Nữ
Chiều Cao: 1.97 m
Dân Tộc: Nhật Bản
Chức Vụ Trước Đây: Đặc vụ thực địa
Tình Trạng: Đã chết khi đang thi hành công vụ (1888-1960); có thể hồi sinh như một SCP. Nếu có, quản thúc.
Tính cách thuộc loại omega (Ω); tự tin, quyết tâm, quyết đoán và rất kiên trì, Đặc Vụ Crowely làm việc với tư cách là một đặc vụ thực địa kiêm tấn công phi kỹ thuật cho Tổ Chức, là cộng sự của Ts. Stuart Hayward. Sau khi bị nhiễm SCP-1903, Đặc Vụ Crowely đã được công tác tại Phòng ban Nội vụ (ISD) dưới tư cách là một thành viên của Đội Tiến Công 45-A.
Crowely được sinh ra tại Nhật Bản, ở Musashi và từ bé cô được nhận nuôi bởi hai anh em đến từ Mỹ E████ và T█████ Crowely. Đặc Vụ Crowely đã được Tổ Chức chiêu mộ sau khi cô đã phục vụ cho Hoa Kỳ với tư cách là một Quân Cảnh điều tra viên kiêm Chuyên Viên Bảo Vệ.
Ts. Stuart Hayward (Giả định là SCP-2999-B): (Hắc Miêu) ≡Oω✖≡

Giới Tính: Nam
Chiều Cao: 1.68 m
Dân Tộc: Anh
Chức Vụ Trước Đây: Đặc vụ thực địa
Tình Trạng: [BỊ XOÁ] (1888-1998); có thể hồi sinh như một SCP. Nếu có, quản thúc.
Tính cách thuộc loại gamma (Γ); thông minh, tận tâm và cô độc, Ts. Stuart Hayward được Tổ Chức chiêu mộ làm đặc vụ thực địa sau khi anh tốt nghiệp ngành tiến sĩ văn học từ ███. Hayward thông thạo một vài ngôn ngữ khác nhau, bao gồm Tiếng Anh, Tiếng Pháp, và cả Tiếng La Tinh và anh cũng chuyên về các chủ đề dân gian huyền bí, đồng thời cũng đưa ra các chiến lược nhằm ngăn chặn và quản thúc, cũng như gốc rễ của các dị tượng. Sau khi bị nhiễm SCP-1903, Ts. Hayward được chuyển sang công tác chỉ huy qua radio. Có một mối quan hệ tình cảm với Đặc Vụ Crowely.
Ts. Hayward sinh ra ở quận Warrington thuộc Cheshire, Anh và lớn lên với bà, Acacia Hayward, hiện đang phải chịu đựng căn bệnh Alzheimer quái ác. Đến năm 1891, bà phải nằm liệt giường và phải nhờ đến sự hỗ trợ của Stuart. Ts. Hayward đã được thừa hưởng tài sản của bà Acacia và anh đã sử dụng nó để chi trả cho việc học.
SCP-1913-3 ("Fredrick/Freddie"): (Sói) ◤・ェ・◥

Giới Tính: Nam
Nguồn Gốc: SCP-6167
Vai Trò: Nghệ nhân
Ghi Chú: Chưa được quản thúc
Tính cách thuộc loại alpha (A). Fredrick, thường được gọi là Freddie, là một thực thể có khả năng tự phát nổ và tái tạo rất nhanh. Fredrick rất dũng cảm, hay làm theo cảm tính và đôi khi cũng rất nhẫn tâm. Nó có hình dạng như một con chó săn labrador có lông đen không mõm. Có thái độ thù địch với các nhân sự. Có giả thuyết cho rằng Fredrick đã là một thực thể Demiurge Cấp-Brutus, và có danh hiệu là ‘Vị Vua’ của ████', nhưng đã mất đi quyền thế lẫn danh hiệu của mình sau Sự Kiện Nachash.
Hiện giờ, Fredrick đang cố gắng tiếp cận Agatha với lí do ‘gia đình’. Fredrick tỏ ra rằng mình đang có mối quan hệ tốt với Agatha và không muốn làm hại nó. Hiện vẫn chưa rõ về mục đích thực sự của Fredrick nhưng dường như nó có một bản chất ác ý nào đó.
SCP-1913-1 ("Agatha"): (Mèo Sứ) ЖωЖ

Giới Tính: Được giả định là nữ
Nguồn Gốc: SCP-6167
Vai Trò: Nghệ nhân
Ghi Chú: Chưa được quản thúc
Tính cách thuộc loại sigma (Σ). Agatha, hay còn được gọi là Agathos, là một thực thể được chứa bên trong bức tượng mèo làm bằng sứ dính đầy mực. Agatha thực dụng, biết cách thao túng và cầu toàn. Hay thể hiện thái độ coi thường các nhân sự. Cùng với Fredrick, Agatha có thể đã từng là một thực thể Demiurge Cấp-Brutus Demiurge với danh hiệu 'Nữ Hoàng của ███' trước khi xảy ra Sự Kiện Nachash.
Dựa theo những tài liệu có liên quan, có vẻ như mục tiêu của Agatha cũng giống với Fredrick, tuy nhiên, có vẻ như Agatha có động lực và phương pháp khác để thực hiện điều này. Dường như nó đang chờ một sự kiện nào đó sẽ xảy ra trước khi tiếp xúc với Fredrick. Có thể Agatha sẽ có thêm những dị tính khác hoặc đang chờ viện trợ từ bên ngoài.
SCP-████-█/SCP-1913-2 ("Clovis"): (Hắc Thố) [ Oㅅ✖"]

Giới Tính: Được giả định là nữ
Nguồn Gốc: SCP-2746-1
Vai Trò: Học giả
Ghi Chú: Mã Schrödinger
Tính cách thuộc loại delta (Δ). Clovis là một thực thể Lớp-Paolo, có vẻ nó là một thực thể có tâm trí bầy đàn trải rộng theo nhiều hình thái khác nhau, hoặc là có hàng loạt bản sao khác nhau với tâm trí bầy đàn điện tử và một cơ thể vật lý không thể được kiểm soát. Clovis thường rất vui vẻ với các nhân sự và dường như ít tỏ ra bất bình với Đấng Sáng Thế của mình hay cả nhân loại. Dường như Clovis chính là động lực đã thúc đẩy Fredrick và Agatha, do Clovis có rất ít lý tưởng chung với cả hai. Có một mối quan hệ đáng ngờ với SCP-1903.
Hiện vẫn chưa biết hiệu quả khi quản thúc Clovis và chúng ta vẫn đang cố gắng xác định xem nó có tồn tại ngoài vòng quản thúc hay không.
SCP-1530-2 ("Salix"): (Tam Thể Lạc Lối) '-ᆺ-'

Giới Tính: Nam
Nguồn Gốc: SCP-2746-1
Vai Trò: Học giả
Ghi Chú: Đã được quản thúc
Tính cách thuộc loại omega (Ω); bướng bỉnh, nóng tính và nổi bật. Salix đã kết bạn với Willow tại ████, và rời đi ngay trước khi Sự Kiện Nachash xảy ra. Salix có ngoại hình của một con mèo tam thể, và có một vài vết thương vĩnh viễn. Có cảm xúc với các nhân sự, do mối quan hệ với người chăm sóc trước đây, Josephine (AKA "LỤC VƯƠNG").
Salix là một thực thể Cấp-Acheron, và đã được quản thúc bên trong SCP-1530, đến khi Josephine qua đời. Khi bị D-2934 tấn công, cái chết của LỤC VƯƠNG đã gây ra phản ứng ngược cho cả Salix lẫn Willow, làm suy giảm thể chất lẫn biến dạng cả hai. Xích mích giữa Salix, Willow, và D-2934 vẫn tiếp diễn trong một khoảng thời gian không xác định trước khi quá trình vô hiệu hóa SCP-1530 được diễn ra vào ngày 3/10/88.
SCP-1530-3 ("Willow"): (Chó Hoang Trầm Lặng) ◢ ○ ェ● ◣

Giới Tính: Nữ
Nguồn Gốc: SCP-2746-1
Vai Trò: Học giả
Ghi Chú: Đã được quản thúc
Tính cách thuộc loại gamma (Γ); tận tụy, khiêm tốn và sắc sảo. Willow đã cùng Salix rời khỏi ███, dù có một động lực khác đã thúc đẩy nó làm vậy. Có hình dạng của một con chó săn màu nâu đen. Ngoan ngoãn với các nhân sự nhưng dễ bị kích động. Willow có thể là đã từng sống với Salix tại Tây Âu, cho đến khi được SCP-1530 triệu hồi bằng phương thức không xác định.
Như Salix, Willow là một thực thể Cấp-Acheron, hiện đang được quản thúc bên trong SCP-1530. Cuộc xung đột bên trong SCP-1530 tiếp diễn trong vài năm; có người cho rằng việc ở gần Josephine khi cô qua đời đã ảnh hưởng tới cả nhà lẫn người. Willow và Salix đều đã được chuyển tới Điểm-45 ngay sau khi được phục hồi.
SCP-2940-B ("Ananias"): (Kẻ Khai Sáng) ☼△☼

Giới Tính: Được giả định là nữ
Nguồn Gốc: SCP-6167
Vai Trò: Cao quý
Ghi Chú: Đã được quản thúc
Tính cách thuộc loại omega (Ω). Ananias là một thực thể Cấp-Alecto, tự tin, có tài hùng biện và có trực giác kì lạ khiến nó giúp người nhiều hơn giúp mình. Đã từng là một con cắt bắc cực, có liên hệ với Salix và Willow ở ████. Ananias' từ thù địch đến cực kì thơ ơ khi tương tác với các nhân sự tại từng tầng ở SCP-2940.
Ananias đã bị đóng đinh cùng với hàng chục kẻ khác trong Sự Kiện Event Nachash, bị trục xuất khỏi ████ và bị đày đi khắp trái đất. Nó từ từ bỏ đi các giác quan và cơ thể xác thịt, phụ thuộc vào những người đang trú ngụ tại SCP-2940 để duy trì nhận thức về thực tại này.
Từ đó, nó đã hoàn toàn ngấm vào SCP-2940 và chẳng màng tới việc trốn thoát.
"Izaak", được giả định là kẻ đã tạo ra SCP-2988: (Người Cười Vô Chi) ┘Φ₩Φ┘

Giới Tính: Nam
Nguồn Gốc: SCP-6167
Vai Trò: Học giả
Ghi Chú: Không biết
Tính cách thuộc loại gamma (Γ); dữ liệu phân tích tâm lý của Izaak chủ yếu là từ các tài liệu thu được từ SCP-2746-1. Có khả năng đây là một thực thể Cấp-Manente, Izaak có hình dạng của một con linh cẩu đốm khi ở bên trong SCP-2746-1, và là một bác sĩ/thầy thuốc nổi tiếng.
Trong Sự Viện Nachash, Izaak đã tạo ra SCP-2988 và bị trục xuất khỏi ████ vĩnh viễn do hành động của mình lẫn SCP-2988. Dựa theo các văn bản được lấy từ SCP-2746-1, có vẻ như Izaak đã bị ép chuyển thành dạng người trước khi bị trục xuất; nơi ở/số phận hiện tại vẫn còn là một ẩn số.
Các nhân sự sẽ liên tục làng lọc các hồ sơ tiểu sử để biết thêm thông tin/bằng chứng.
SCP-2905-1 ("Nao"): (Cô Gái Tơ Lụa) {{\,oo,/}}

Giới Tính: Nữ
Nguồn Gốc: SCP-2746-1
Vai Trò: Cao quý
Ghi Chú: Đã được quản thúc
Tính cách thuộc loại alpha (Α); dữ liệu phân tích tâm lý của Nao chủ yếu là từ các tài liệu thu được từ SCP-2905. Rõ ràng Nao chính là một học sinh cũ của Izaak khi còn đang ở bên trong SCP-2746-1, là người thứ hai có trách nhiệm trực tiếp điều khiển SCP-2905-2 để đưa Nao rời khỏi ████, mục đích là để Nao không bị tổn hại trong Sự Kiện Nachash. Một bầy các SCP-2905-2 nằm ở một hòn đảo nhỏ ở phía đông Kyushu, Nhật Bản. Có khả năng đây là một thực thể Cấp-Georgic, dựa theo các bản ghi được lấy từ SCP-2905 cho thấy, Nao có thể đang trải qua một cuộc biến thân với sự trợ giúp của SCP-2905-2; cần nghiên cứu thêm để xác định hiện trạng của Nao.
.
.
.
Thượng Trú-Địa Điểm Đáng Lưu Tâm

Điểm-45:
Điểm-45 được thành lập như một biện pháp tạm thời để ứng phó với các dị tượng tăng đột biến ở Las Vegas. Điểm-45 gồm có ba phần, Điểm-45-A, -B, và -C, chúng được kết nối với nhau thông qua một hệ thống tàu điện ngầm một chiều với thang máy.
Ban đầu, Điểm-45-A chỉ là một điểm riêng biệt với vỏ bọc là một khu văn phòng phức hợp. Lúc đầu, Điểm-45-A được xây ở bên ngoài địa phận của thành phố vào năm 190█, nhưng khi thành phố phát triển hơn Điểm-45-A cũng đã nằm gọn bên trong thành phố. Điểm-45-A đã được tái sử dụng và trở thành một khu căn cứ cho các đội đặc nhiệm và đội liên lạc, và để lưu trữ những vật thể phi dị thường. Nghiêm cấm các nhân sự có quyền hạn có giấy phép 1903 hoặc giống vậy, không còn được phép sử dụng các vật thể SCP.
Điểm-45-B là một tòa nhà mới hơn dưới vỏ bọc là một cơ sở chăm sóc tâm thần tư nhân, được giao nhiệm vụ cung cấp nơi ở, tiện nghi và trải trí cho các nhân sự của Điểm-45. Điểm-45-B có vài khu giải trí như là phòng nghỉ, phòng chiếu phim để chiếu phim và các chương trình, phòng tập, nhà hàng và một khu vườn kín. Nhiều cư dân không được phép rời khỏi Điểm-45 do một vài lí do khác nhau, nên Điểm-45 đã được xây dựng để mô phỏng lại một cồng động nhỏ; không chỉ dành cho các nhân sự đã bị ảnh hưởng bởi dị tính mà ở đây còn cung cấp nhiều thứ để khuyến khích sống luôn tại điểm.
Điểm-45-C là một cơ sở nghiên cứu nằm dưới lòng đất cách Điểm-45-B với độ sâu 1.56 km và cách Điểm-45-A khoảng 220 km về phía tây. Điểm-45-C là nơi làm việc của hầu hết các nhân sự tại Điểm-45, đảm nhận việc nghiên cứu và quản thúc các dị thể SCP được tìm thấy tại khu vực này. Điểm-45-C chuyên nghiên cứu về những thứ dị thường có liên quan tới huyền thoại và tôn giáo, ngoài ra còn bao gồm đội ngũ nghiên cứu viên chủ yếu nghiên cứu về dân gian học, nhân chủng học, thần kinh học, vật lý hạt, sử học, xã hội học và ngôn ngữ học. Do điểm có lượng lớn các vật thể sống và có trí khôn, khoa tâm thần và y tế tại Điểm-45 cũng rất phát triển. Tầng 24 của Điểm-45-C sẽ không thể vào được do SCP-1619.

SCP-2746-1 ("████"):
SCP-2746-1 được nghi là nguồn gốc của hầu hết các dị vật tại Điểm-45. SCP-2746-1 là một khu rừng ngoại không gian thuộc quyền giám sát của Điểm-45-A, không có động vật hoang dã.
SCP-2746-1 là nơi cư trú của nhiều thực thể bán nhân có sức mạnh riêng biệt, nhưng đều đã bỏ đi sau Sự Kiện Nachash. SCP-2746-1 đã bị bỏ hoang hoàn toàn từ 200 về trước, kể từ sau vụ tự sát của hai thực thể còn lại, S██████ và S███.
SCP-6167 ("████"):
SCP-6167 là một ngoại không gian, các thực thể bị trục xuất khỏi SCP-2746-1 sẽ đến sau khi xảy ra Sự Kiện Nachash, như một nơi để giam cầm chúng vĩnh viễn. Khu vực này đã được phát hiện và báo cáo bởi Ts. Crot, là một cựu quản trị viên Cấp 5.
Những thực thể đã bị trục xuất có vẻ là đã thoát khỏi SCP-6167 vào đầu những năm 1800, nhưng có vẻ nó vẫn được sử dụng như một chiều không gian cho tới năm 1998, khi nó xuất hiện bên dưới Điểm-45-C.

Trụ Sở Chính Của Phòng Thí Nghiệm Prometheus:
Phòng Thí Nghiệm Prometheus (Prometheus Labs, gọi tắt là PL) đã được thành lập bởi những cư dân cũ của SCP-2746, lãnh đạo bởi Agatha White vào năm 1892 với tư cách là một tập đoàn phát triển và nghiên cứu khoa học với mục tiêu “cải thiện cuộc sống và trang bị cho nhân loại những hành trang để ứng phó với những thứ huyền bí.” Nhiều thành viên đã giúp đỡ trong công tác thành lập hoặc tham gia PL đã tuyên bố rằng đó là một hành động để chuộc lỗi hoặc có thiện ý. Trụ sở chính của họ được tìm thấy tại ██████, Nevada; [BỊ TÁC ĐỘNG ] khỏi Điểm-45.
Vào ngày 01/09/98, Phòng Thí Nghiệm Prometheus đã tự hủy, hậu quả là Tổ Chức đã phải tiếp quản nhiều dự án của họ. Sau sự kiện này, Tổ Chức đã phát hiện ra mối quan hệ giữa họ với SCP-2746 và cả Sự Kiện Nachash. Stuart Hayward lẫn Sarah Crowely đều đã được thu hồi ngay sau đó.
Thượng Trú-Nghê Thuật
Trang Nghệ Thuật Của Canon
Ở đây bọn tôi chứa những trang nghệ thuật có liên quan/thuộc canon!
SunnyClockwork's Artwork - Series Thượng Trú
Những hình minh họa khác, vẽ bởi SunnyClockwork
Thượng Trú:Stuart và Sarah
Truyện 3 ô, vẽ bởi basirskipreader
Logo Điểm-45
Logo của trang,Vẽ bởi Jerden
Tranh vẽ Clovis, Candice, Stuart, và Sarah
Các tác phẩm SCP, vẽ bởi Olicus
Thượng Trú-Báo Cáo
Cách Đóng Góp
Bạn nên đọc toàn bộ các phần trong phần ‘Tài liệu’ trước khi viết và để bản thảo của bạn được đánh giá bởi Fantem, ngoài những thành viên và nhân viên đã sẵn sàng, bạn cũng có thể viết bài cho dự án này. Sau khi viết và và đăng lên, hãy đến phần Tài Liệu rồi đặt tác phẩm của bạn vào cuối ở danh sách ‘Đã Xuất Bản’. Sau đấy tìm vị trí tương thích với dòng thời gian tại phần ‘Trình Tự Thời Gian’. Sau đó, hãy đến phần ‘đã được liệt kê’. Ở đó các SCP sẽ được sắp xếp theo chữ số và các ngoại truyện được xếp theo thứ tự bảng chữ cái ở dưới. Cuối cùng, hãy chuyển tới cuối bảng và thêm một cột cho mình nếu bạn chưa làm thế. Làm theo thứ tự trên. Nếu cần hỗ trợ, hãy liên hệ với
Fantem qua tin nhắn riêng.
Nếu bạn muốn đóng góp thêm địa điểm và CNĐLT, hãy chắc chắn là đã đã một vài ngoại truyện hoặc SCP có liên quan đến nó; đừng có thêm vào nếu như bạn chỉ muốn thế. Và hãy mô tả họ theo cùng định dạng với những người khác nhé.
Bài Viết:
SCP-2746 - ████ Chết Rồi
Hậu-Nachash, Fantem
TOI-2013 - Tảng Băng Cũ
2013, Ihp
FOR-1314 - ̶M̶̶ư̶̶ờ̶̶i̶ ̶B̶̶ố̶̶n̶ Mười Ba
Tiền-Nachash, Fantem
PIS-5420 - Nước Đái Cỏ
1997, Fantem
FOR-1314 - ̶M̶̶ư̶̶ờ̶̶i̶ ̶B̶̶ố̶̶n̶ Mười Ba
Tiền-Nachash, Fantem
SCP-2746 - ████ Chết Rồi
Hậu-Nachash, Fantem
PIS-5420 - Nước Đái Cỏ
1997, Fantem
TOI-2013 - Tảng Băng Cũ
2013, Ihp
FOR-1314 - ̶M̶̶ư̶̶ờ̶̶i̶ ̶B̶̶ố̶̶n̶ Mười Ba
Pre-Nachash, Fantem
PIS-5420 - Nước Đái Cỏ
1997, Fantem
SCP-2746 - ████ Chết Rồi
Post-Nachash, Fantem
TOI-2013 - Tảng Băng Cũ
2013, Ihp

46 6f 79 20 5a 6c 61 6c 6a 20 c3 a6 6c 6b 20 4b 68 67 79 79 6c 0d 0a 31 20 50 69 72 c3 a6 61 7a 20 49 6f 69 27 69 72 73 20 28 46 72 65 64 64 69 65 29 20 28 59 69 c3 a6 69 72 79 29 20 28 53 6c 61 75 61 79 29 0d 0a 32 20 49 6f 6f 6c 61 66 79 20 41 c3 a6 66 66 6c 61 6a 79 75 61 20 28 41 67 61 74 68 61 29 20 28 53 79 79 69 c3 a6 69 72 79 29 20 28 4a 75 61 c3 a6 70 68 6c 61 66 69 6c 29 0d 0a 0d 0a 46 6f 79 20 55 61 79 6a 79 6c 66 20 56 75 61 69 27 66 79 61 66 69 27 75 61 77 2f 46 6f 79 20 56 75 61 6c 61 6c 61 79 20 c3 a6 6c 6b 20 56 75 61 6c 61 6c 61 79 77 77 0d 0a 33 20 50 69 72 c3 a6 61 7a 20 41 c3 a6 66 76 c3 a6 6c 66 6f 79 75 61 20 28 53 74 75 61 72 74 29 20 28 59 69 c3 a6 69 72 79 29 20 28 c3 86 6c 61 75 61 29 0d 0a 34 20 53 69 72 79 79 69 6c 61 77 6f 20 4a 6c 61 c3 a6 6c 66 20 49 6f 6f 6c 61 66 79 20 55 61 c3 a6 70 70 6c 61 66 20 28 53 61 72 61 68 29 20 28 53 79 79 69 c3 a6 69 72 79 29 20 28 4c 61 61 79 29 0d 0a 0d 0a 46 6f 79 20 49 27 70 77 79 75 61 70 68 79 75 61 77 0d 0a 35 20 4b 79 79 75 61 20 28 53 61 74 69 72 29 20 28 59 69 c3 a6 69 72 79 29 20 28 46 6c 61 79 69 79 20 c3 a6 6c 6b 20 59 69 79 66 c3 a6 69 72 29 0d 0a 36 20 50 75 61 69 27 69 6f 6c 20 50 79 c3 a6 75 61 20 28 45 73 70 65 6e 29 20 28 4c 69 27 66 20 c3 a6 76 76 69 72 6c 61 61 c3 a6 70 69 72 79 29 20 28 46 6f 79 20 59 69 79 66 c3 a6 29 0d 0a 0d 0a 46 6f 79 20 4a 6c 61 70 68 79 75 61 77 46 6f 79 20 4b 79 c3 a6 69 72 79 75 61 77 0d 0a 37 20 4a 75 61 79 79 6c 20 59 69 c3 a6 6c 66 6c 61 77 20 28 4c 69 6c 6c 69 74 61 29 20 28 53 79 79 69 c3 a6 69 72 79 29 20 28 56 69 72 c3 a6 6c 66 20 69 72 6c 61 73 79 29 0d 0a 38 20 50 67 66 66 79 75 61 73 69 72 69 6c 20 28 4d 61 72 79 29 20 28 53 79 79 69 c3 a6 69 72 79 29 20 28 41 6f 79 79 69 6c 61 61 c3 a6 69 72 77 29 0d 0a 0d 0a 46 6f 79 20 57 67 77 66 c3 a6 6c 61 6c 79 75 61 77 0d 0a 39 20 4a 75 61 79 c3 a6 66 20 4f 69 27 75 61 6c 79 6b 20 49 27 69 6f 69 72 20 28 53 74 6f 6c 61 73 29 20 28 59 69 c3 a6 69 72 79 29 20 28 59 c3 a6 75 61 66 6f 29 0d 0a 31 30 20 50 79 c3 a6 75 61 6b 79 6b 20 50 68 67 69 72 66 67 75 61 79 20 28 41 79 64 69 6e 29 20 28 50 69 27 66 6f 29 20 28 50 c3 a6 61 66 79 75 61 6c 61 c3 a6 69 72 20 69 72 6c 61 73 79 29 0d 0a 0d 0a 46 6f 79 20 59 69 c3 a6 6c c3 a6 6a 79 75 61 77 0d 0a 31 31 20 5a 6c 61 69 72 69 72 79 75 61 20 49 6f 6f c3 a6 69 72 79 20 28 4f 6c 69 76 65 72 29 20 28 59 69 c3 a6 69 72 79 29 20 28 49 27 61 79 c3 a6 6c 77 29 0d 0a 31 32 20 57 76 6c 61 6b 79 75 61 20 41 75 61 c3 a6 70 20 28 4b 61 72 72 69 65 29 20 28 53 79 79 69 c3 a6 69 72 79 29 20 28 49 72 c3 a6 7a 79 77 55 61 6c 61 70 68 79 75 61 77 29 0d 0a 0d 0a 46 6f 79 20 49 6f 6c 61 6b 69 27 69 6f 79 6b 0d 0a 31 33 20 53 69 27 64 65 27 20 28 48 75 65 73 69 63 29 20 28 53 69 72 67 6c 61 6b 29 20 28 53 67 6c 6a c3 a6 69 72 20 69 72 6c 61 73 79 29 0d 0a 31 34 20 5b 4d 41 52 4b 45 44 5d 0d 0a