:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighter"; /* must be either "black-highlighter" or "sigma9" */ --theme-id: "The-Foundation-Dark-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "The Foundation Dark Theme"; /* set this to your theme's full name */ --swatch-background: var(--black-monochrome); --header-subtitle: "Phòng Giám Sát Viên"; --rating-module-text-color: var(--swatch-menutxt-light-color); --rating-module-button-color: var(--swatch-menutxt-light-color); --swatch-text-general: var(--swatch-text-light); --swatch-menutxt-general-color: var(--swatch-menutxt-light-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-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); } ::-moz-selection { background: rgba(var(--swatch-primary), 1); color: rgb(var(--black-monochrome)) !important; text-shadow: none; } ::selection { background: rgba(var(--swatch-primary), 1); color: rgb(var(--black-monochrome)) !important; text-shadow: none; } #page-title, h1, h2, h3, h4, h5, h6 { color: rgb(var(--swatch-text-light)) !important; } #page-title { --wght: 600; margin-top: 1rem; font-family: var(--title-font); text-transform: uppercase; } #page-title::before, #page-title::after { background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); background-size: 100vh; background-attachment: fixed; background-position: top center; } #header h2, #header h2 span { --wght: 500; font-weight: 500; font-family: var(--header-font); text-transform: uppercase; letter-spacing: 0.5em; } #login-status, #login-status span.printuser, #header div[class*="top-bar"]>ul>li>a, #header div[class*="top-bar"]>ul>li>ul li>a { color: rgb(var(--white-monochrome)) } .danger-diamond a, .danger-diamond a:hover { color: rgba(0, 0, 0, 0) !important; box-shadow: initial !important; } .danger-diamond>.arrows { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 160 160' xml:space='preserve'%3E%3Cpath fill='%23fcfcfc' d='M136.1,133.3l23.9-23.9V51.2l-24-24l19.1-19.1l4.9,4.9l0-12.9l-12.9,0l4.9,4.9L133,24.2l-24-24H51l-24,24 L8,5.2l4.9-4.9L0,0.2l0,12.9l4.9-4.9L24,27.3l-24,24v58.2l23.9,23.9l-19,19L0,147.3l0,12.9l12.9,0L8,155.3l19-19l23.9,23.9h58.4 l23.9-23.9l19,19l-4.9,4.9l12.9,0l0-12.9l-4.9,4.9L136.1,133.3z M155.7,53v54.6l-22.6,22.6l-50-50L133,30.3L155.7,53z M52.8,4.5 h54.4l22.7,22.7L80,77.2L30.1,27.3L52.8,4.5z M4.3,107.6V53L27,30.3L77,80.2l-50,50L4.3,107.6z M107.4,155.9H52.6L30,133.3l50-50 l50,50L107.4,155.9z'/%3E%3C/svg%3E%0A"); } table.wiki-content-table { width: 100%; text-align: center; margin: 0 auto; } table.wiki-content-table tbody tr th { justify-content: center; } table.wiki-content-table tr, table.wiki-content-table th { --wght: 700; width: 100%; display: inline-flex; align-items: stretch; margin: 0; } table.wiki-content-table td { margin: 0; width: 100%; color: rgb(var(--white-monochrome)); line-height: 1; } blockquote, .blockquote { background-color: rgb(var(--swatch-menubg-dark-color)); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="classification-"]), #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="classification-"]):visted { color: rgb(var(--light-gray-monochrome)) !important; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="classification-"]):hover, #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="classification-"]):active { color: rgb(var(--black-monochrome)) !important; box-shadow: inset 0 -1.5em 0 0 rgba(var(--light-gray-monochrome), 1) !important; } .code { background-color: rgb(var(--swatch-menubg-dark-color)); } .scp-image-block { box-shadow: initial; } .scp-image-block .scp-image-caption { background-color: rgb(var(--swatch-menubg-dark-color)); } @media only screen and (max-width: 56.25rem) { table.wiki-content-table tr>td { min-width: 100%; font-size: 1rem; padding: 0.5rem; } } }
@import url("https://use.typekit.net/cjg4ysl.css"); @supports(display:grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighter"; /* must be either "black-highlighter" or "sigma9" */ --theme-id: "The-Foundation-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "The Foundation Theme"; /* set this to your theme's full name */ --body-font: "franklin-gothic-urw", sans-serif; --header-font: "Play", sans-serif; --title-font: "hypatia-sans-pro", sans-serif; --header-title: "Tổ Chức"; --light-gray-monochrome: 200, 0, 5; --header-gradient-color-bottom: var(--dark-accent); --header-gradient-color-middle: var(--black-monochrome); --header-gradient-color-top: var(--black-monochrome); --background-gradient-color: var(--light-gray-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--dark-accent); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + .125rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --gradient-header: linear-gradient(to bottom, rgb(var(--header-gradient-color-bottom)) 0%, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100%); --header-background-image-size: 100% var(--header-height-on-desktop); --header-height-on-desktop: 12.25rem; --header-height-on-mobile: 12.25rem; --topbar-height-on-mobile: 2.5rem; --header-h1-font-size: calc(var(--base-font-size) * 7); --max-font-size: 0.9375rem; } #top-bar { --mobile-topmenu-sidebar-button-color: var(--swatch-text-tertiary-color); } html, body { font-feature-settings: "onum"0; font-variant-numeric: tabular-nums; } body { --wght: 400; background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); font-weight: 400; } #header h1 { text-transform: uppercase; letter-spacing: 0.2em; } #header h2 { display: none; } .danger-diamond a, .danger-diamond a:hover { box-shadow: initial !important; color: rgba(0, 0, 0, 0) !important; } #main-content { flex-basis: 100%; } #page-title, h1, h2, h3, h4, h5, h6 { --wght: 900; color: rgba(var(--light-gray-monochrome)); font-family: var(--title-font); font-weight: 900; } hr { position: relative; height: 0.5em; overflow: hidden; border: initial; background-color: rgba(0, 0, 0, 0); } hr::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png'); background-repeat: repeat; background-position: top center; background-size: 100vh; pointer-events: none; -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]) { margin: -0.15em; padding: 0.15em; transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome), 1); color: rgb(var(--gray-monochrome)); -webkit-box-decoration-break: clone; box-decoration-break: clone; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):hover { margin: -0.25em; padding: 0.3em 0.25em 0.2em 0.25em; box-shadow: inset 0 -1.5em 0 0 rgba(var(--dark-accent), 1); color: rgb(var(--white-monochrome)); text-decoration: none } #extra-div-3 { position: absolute; top: 0; left: 0; width: 100%; height: var(--header-height-on-desktop); background: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-header-img.png'); background-position: center center; pointer-events: none; } #header::before { content: none; } #login-status .printuser { --wght: 900; color: rgb(var(--swatch-text-light)); font-weight: 900 !important; } #top-bar div.top-bar>ul>li, #top-bar div.mobile-top-bar>ul>li { --wght: 800; font-family: var(--title-font); font-weight: 800; text-transform: uppercase; isolation: isolate; } #top-bar div.top-bar>ul>li::before, #top-bar div.mobile-top-bar>ul>li>a::before { content: " "; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-animation-direction: reverse; animation-direction: reverse; opacity: 0; background: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); background-attachment: fixed; background-position: center center; background-size: 100vh; pointer-events: none; pointer-events: none; } #top-bar div.top-bar>ul>li:hover::before, #top-bar div.mobile-top-bar>ul>li>a:hover::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; } #top-bar div.top-bar>ul>li>a::before, #top-bar div.top-bar>ul>li>a::after { z-index: 1; background-color: rgba(var(--dark-gray-monochrome)); pointer-events: none; } #side-bar { --swatch-border-color: rgb(var(--light-gray-monochrome)); z-index: 10; top: 0; background-image: linear-gradient(to bottom, rgba(var(--swatch-menubg-dark-color), 1) 0%, rgba(var(--swatch-menubg-dark-color), 0.55) 100%), url("https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png"); transition: background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background-repeat: no-repeat, no-repeat; background-position: -2.5rem center, calc(-100% + var(--sidebar-width-on-desktop)) center; background-size: cover, 125vh; background-blend-mode: multiply, normal; } #side-bar:hover, #side-bar:active { background-color: rgb(var(--swatch-menubg-dark-color)); background-position: center center, center center; } #side-bar:focus-within { background-color: rgb(var(--swatch-menubg-dark-color)); background-position: center center, center center; } @media only screen and (max-width:56.25rem) { #side-bar:target { background-color: rgb(var(--swatch-menubg-dark-color)); background-position: center center, center center; } } #side-bar .heading { position: relative; padding-top: 0.15em; padding-bottom: 0.25em; font-family: var(--title-font); } #side-bar div.menu-item a, #side-bar div.menu-item .text { margin: 0.15em 0; } .yui-navset .yui-nav { --wght: 600; font-family: var(--title-font); font-weight: 600; } .yui-navset .yui-nav a::before { background-color: transparent; background-image: radial-gradient(closest-side, rgba(var(--tabs-bg), 1), rgba(var(--tabs-bg), 0)), url("https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png"), radial-gradient(closest-side, rgba(var(--tabs-bg), 1), rgba(var(--tabs-bg), 0)); background-blend-mode: normal, overlay, normal; background-position: center center, center center; background-size: 100% 100%, 100vw, 100% 100%; pointer-events: none; } .yui-navset .yui-nav a:hover::before, .yui-navset .yui-nav a:active::before { background-color: transparent; background-image: radial-gradient(rgba(var(--tabs-hover-bg), 0), rgba(var(--tabs-hover-bg), 1)), url("https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png"), radial-gradient(rgba(var(--tabs-hover-bg), 0), rgba(var(--tabs-hover-bg), 1)); } .yui-navset .yui-nav .selected a::before, .yui-navset .yui-nav .selected:hover a::before, .yui-navset .yui-nav .selected:focus a::before, .yui-navset .yui-nav .selected:active a::before { background-color: transparent; background-image: radial-gradient(rgba(var(--tabs-selected-bg), 0), rgba(var(--tabs-selected-bg), 1)), url("https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png"), radial-gradient(rgba(var(--tabs-selected-bg), 0), rgba(var(--tabs-selected-bg), 1)); } .yui-navset .yui-nav li a, .yui-navset .yui-nav li a em, .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { background-color: transparent !important; } .yui-navset .yui-nav li, .yui-navset .yui-nav .selected { background-color: rgb(var(--swatch-background)); } table.wiki-content-table { border-collapse: collapse; } table.wiki-content-table th { position: relative; border-color: rgb(var(--light-gray-monochrome)) !important; background-attachment: fixed; background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); background-position: top center; background-size: 100vh; font-family: var(--title-font); font-weight: 600; text-transform: uppercase; } @media only screen and (max-width: 56.25rem) { #header h1 a { text-align: center; font-size: 3.5em; } #top-bar { font-size: calc(var(--base-font-size) * 0.8); } #top-bar>div.mobile-top-bar>div.open-menu { font-size: calc(var(--base-font-size) * 0.65); } #top-bar div.mobile-top-bar>ul>li>a { letter-spacing: 0; } #top-bar>div.top-bar>ul>li:last-of-type>ul, #top-bar>div.mobile-top-bar>ul>li:last-of-type>ul { left: 50%; } #top-bar div.mobile-top-bar>ul>li>ul>li>a { white-space: pre-wrap; } #main-content { margin-top: 2.1em; } } } @-webkit-keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } }
-
NỘI DUNG NGƯỜI LỚN
Tác phẩm này có chứa nội dung người lớn, có thể không phù hợp với một số độc giả.Miêu tả về máu, yếu tố ghê rợn hoặc phân tách bộ phận cơ thể
Có chủ đề hoặc ngôn ngữ khiêu gợi, không miêu tả quan hệ tình dục.
Miêu tả quan hệ tình dục.
Có yếu tố quan hệ tình dục cưỡng ép.
Có yếu tố ngược đãi trẻ em.
Có yếu tố tự gây hại cho bản thân.
Có yếu tố tự vẫn.
Có yếu tố tra tấn.
{$custom-content}Nếu bạn hơn 18 tuổi và mong muốn đọc các nội dung trên, vui lòng bấm Truy Cập để nhận quyền hạn truy cập nội dung.
THEO MỆNH LỆNH CỦA HỘI ĐỒNG TỐI CAO
Tài liệu dưới đây đã bị khóa do những nỗ lực thù địch từ nội bộ Tổ Chức và bên ngoài liên tục chỉnh sửa tài liệu. Mục đích của những cuộc tấn công này hiện chưa được xác định. Thận trọng khi tiếp tục.

Buồng Thử nghiệm Chuyên biệt ζ-28-41
QUY TRÌNH QUẢN THÚC ĐẶC BIỆT: Do bản chất vốn có của các điều kiện kích hoạt của dị thể đối với cơ thể con người, SCP-6969 hiện không thể bị quản thúc. Các nỗ lực sẽ hướng tới việc vô hiệu hóa quá trình kích hoạt huyền thuật của SCP-6969 trên quy mô toàn cầu thông qua việc ứng dụng Chuỗi Chấm dứt Nội suy Huyền thuật. Mặc dù vậy, vì hiệu ứng của SCP-6969 là tự che đậy và việc vô hiệu hóa trên quy mô toàn cầu sẽ vô cùng tốn kém, đây được xem là một mức độ ưu tiên thấp.
Quyền truy cập vào tài liệu này bị hạn chế đối với những cá nhân không có quyền truy cập Cấp 5/6969 để ngăn chặn sự hoảng loạn của phần lớn nhân sự Tổ Chức. Do số lượng lớn các cá nhân cố gắng truy cập tệp này mà không rõ lý do, việc chỉnh sửa tài liệu đã bị khóa và yêu cầu thông tin đăng nhập của O5 hoặc Nghiên cứu Trưởng.
MÔ TẢ: SCP-6969 là định danh cho một quá trình sinh học huyền thuật diễn ra trong lúc xuất tinh.
Khi một con người có ý định giải phóng — cho dù là trong quá trình giao hợp hoặc, phổ biến hơn, là không — một chuỗi các quá trình huyền thuật trong cơ thể diễn ra trong cơ quan sinh dục của cá nhân đó, ảnh hưởng đến cả cơ thể. Khoảng hai giây sau đó, đối tượng bị ảnh hưởng sẽ bước vào và trải qua một vòng lặp thời gian nhân quả, lặp lại vào thời điểm bắt đầu xuất tinh và kéo dài trong một khoảng thời gian ngắn. Không có thay đổi nào đối với chức năng sinh lý của đối tượng được bảo toàn giữa các vòng lặp, ngoại trừ hai yếu tố: một, hoạt động của hệ thần kinh và hai, thành phần di truyền của tinh trùng (nếu có).1
Khi đến ngưỡng chấm dứt số lần lặp lại không xác định, vòng lặp thời gian nhân quả chấm dứt và hiệu ứng huyền thuật thứ cấp sẽ kích hoạt. Hiệu ứng thứ cấp đặt lại hệ thống thần kinh về trạng thái như khi vòng lặp thời gian bắt đầu, cho phép chuyển đổi liền mạch giữa trạng thái trước và sau cực khoái bằng cách thiết lập lại bộ nhớ. Sau đó, dị tính liên quan đến SCP-6969 chấm dứt.
Nghiên cứu cho thấy rằng các đối tượng bị ảnh hưởng có thể trải qua thời gian từ mười sáu ngày đến khoảng bảy mươi ba tỷ tỷ năm mỗi lần xuất tinh.
Phụ lục Một — Nhật ký Thử nghiệm
ĐỊNH DANH ĐỐI TƯỢNG: D-652589
GIỚI TÍNH ĐỐI TƯỢNG: NAM
ĐỊA ĐIỂM THỬ NGHIỆM: Buồng Thử nghiệm Chuyên biệt ζ-28-41
QUY TRÌNH: Một bùa chú nghịch đảo quá trình huyền thuật thứ cấp được kích hoạt lên D-652589. Đối tượng được yêu cầu thủ dâm, được thực hiện mà không có rắc rối.
KẾT QUẢ: Hệ thần kinh của đối tượng lập tức bị hóa lỏng. Phân tích lần xuất tinh của đối tượng xác nhận những biến đổi đối với vật chất di truyền.
ĐỊNH DANH ĐỐI TƯỢNG: D-80O7135
GIỚI TÍNH ĐỐI TƯỢNG: NỮ
ĐỊA ĐIỂM THỬ NGHIỆM: Buồng Thử nghiệm Chuyên biệt ζ-28-41
QUY TRÌNH: Một bùa chú huyền thuật chuyên biệt được đặt trên D-8007135 để sửa đổi quá trình của SCP-6969, cho phép toàn bộ cơ thể được bảo quản giữa các vòng thời gian. Đối tượng đã được thông báo và đồng ý tham gia thử nghiệm, và được yêu cầu thủ dâm.
KẾT QUẢ: Đối tượng ngay lập tức phân rã.
ĐỊNH DANH ĐỐI TƯỢNG: D-05370 VÀ D-908707
GIỚI TÍNH ĐỐI TƯỢNG: NAM VÀ NỮ
ĐỊA ĐIỂM THỬ NGHIỆM: Buồng Thử nghiệm Chuyên biệt ζ-28-41
QUY TRÌNH: Đối tượng trước đây đã kết hôn và báo cáo là có "căng thẳng tình dục chưa được giải quyết" trong khu vực chứa Cấp D. Cả hai đều được thông báo về bản chất của cuộc thử nghiệm và đồng ý một cách miễn cưỡng. D-05370 đã được sửa đổi huyền thuật để giữ lại ký ức về trải nghiệm của đối tượng trong quá trình SCP-6969. D-9078707 không được sửa đổi. Cả hai đều được ghi lại là không xâm lấn trong quá trình này.
KẾT QUẢ: D-05370 hôn mê và D-908707 trở nên vô cùng lo âu và bất hợp tác. D-908707 được cấp thuốc lú; người còn lại đang trong cánh y tế chờ lệnh thủ tiêu.
MỌI THỬ NGHIỆM BỊ TẠM DỪNG DƯỚI LỆNH CỦA ỦY BAN ĐẠO ĐỨC.
Phụ lục Hai — Ghi chú từ Nghiên cứu Trưởng
Khi tôi bắt đầu công việc với SCP-6969, ban đầu tôi đối phó với nó dưới ý nghĩ rằng đây là một thế lực hiểm ác. Tôi nghĩ rằng, bằng cách này hay cách khác, tất cả chúng ta đều tin rằng dị thể này là độc ác, hoặc được tạo ra bởi một thứ gì đó hiểm ác để làm hại chúng ta. Có bao nhiêu dị thể đến từ những thứ kinh dị ma quái rồi? Chắc chắn đây phải là một trong số chúng. Nhưng, khi tôi đứng đây trước nghiên cứu của mình và bằng chứng chất đống trên bàn làm việc, tôi phải kết luận rằng thứ mà chúng ta đang thấy không phải là một thế lực độc ác - nó là một điều tự nhiên.
Quá trình tiến hóa được kết hợp với nhau từ sự tình cờ ngẫu nhiên. Các gen thay đổi hoàn toàn ngẫu nhiên và bất cứ thứ gì có thể có lợi (hoặc ít nhất là không có hại) sẽ được truyền lại, trong khi những gen có hại sẽ bị loại bỏ. Nó tàn bạo và lộn xộn, nhưng nó hiệu quả - chỉ vừa đủ. Và, như giả thuyết cho rằng, SCP-6969 chỉ là kết quả của một trong số rất nhiều, rất nhiều sai lầm nhỏ nhặt thú vị trong quá trình tiến hóa có thể giúp di truyền một số gen.
SCP-6969, như chúng ta đã biết, thay đổi vật chất di truyền của tinh trùng được phóng thích trong quá trình xuất tinh. Từ những gì chúng ta có thể biết, nó cũng loại bỏ một lượng đáng kể các mẫu vật không lành mạnh và làm tăng số lượng tinh trùng nói chung. Tất cả các dấu hiệu đều chỉ ra rằng nó đã tiến hóa trong suốt vòng đời của giống loài chúng ta, tạo ra các vật chất di truyền được cải thiện đáng kể trong một khoảng thời gian rất ngắn. Khi SCP-6969 lần đầu tiên xuất hiện, có thể đã có một lượng thương vong đáng kể đối với những người trải qua nó mà không bị ảnh hưởng thứ cấp, cho đến khi một người nào đó, trong quá trình tiến hoá đã tạo nên khả năng thiết lập lại hệ thần kinh và SCP-6969 cùng một thời điểm. Bất kỳ hậu duệ nào của họ không đạt tiêu chuẩn đều bị giết chết trong quá trình chọn lọc tự nhiên.
Có lẽ, một giả thuyết từ một đồng nghiệp của tôi mà tôi quá sợ hãi để thừa nhận có thể đúng. Từ độ phức tạp của SCP-6969, chúng ta có thể đặt khoảng thời gian gần chính xác từ lúc nó tiến hóa, và có vẻ như thời gian có liên hệ trực tiếp với sự phát triển trí tuệ bậc cao hơn của loài người. Như thể để làm cho vấn đề tồi tệ hơn, giả thuyết ấy tiếp tục khẳng định rằng nếu không có SCP-6969, cấu trúc gen của con người có thể trở nên bất ổn hơn một cách đáng kể, dẫn đến tỷ lệ dị tật bẩm sinh rất cao và đột biến gây tử vong.
Tôi không thể hiểu được một thế giới đau khổ như vậy, nơi chúng ta được sinh ra trong những điều kiện tàn bạo như vậy, được tạo ra để chịu đựng những nỗi kinh hoàng như vậy, và kết thúc một cái chết không thể tránh khỏi, vô nghĩa.
Tình dục là một trò đùa.
Và chúng ta là câu chốt của nó.
Sau đó, Nghiên cứu Trưởng Nathan Brown đã bị kỷ luật vì đã thêm các chi tiết cá nhân thiếu chuyên nghiệp vào tài liệu SCP chính thức.
Tôi vô cùng xin lỗi.