[フレーム]
[フレーム]
#side-bar{ /* ===SECONDARY & TERTIARYCOLORS=== */ /*Editingthesewilleditavastmajorityofthemeelements. Usefulformakingdarkthemes*/ /*ColorsforSecondary & TertiaryitemslikeBlockquoteandYUITabs*/ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /*TextColorsforSecondary & TertiaryitemslikeSidebarHeadersandTop-BarMenuText*/ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BARELEMENTS=== */ /* ===SIDE-BARGENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color:0,0,0,0; --sidebar-media-bg-color:0,0,0,0; /* ===SIDEBLOCKMENU=== */ --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); /* ===SIDEBARCOLLAPSIBLES=== */ /*FoldedColors*/ --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); /*UnfoldedColors*/ --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); /*UnfoldedBodyColors*/ --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); } /*HoverScrollbarBehavior*/ #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-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.mediaa:any-link{background: rgba(var(--swatch-menubg-light-color),0.75) !important; }#side-bar.side-block.mediaa::before{background: rgb(var(--social-color)); }#side-bar.side-block.mediaaimg{filter: drop-shadow(000 rgba(var(--swatch-alternate-color),0)); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); }#side-bar.side-block.mediaa:hoverimg, #side-bar.side-block.mediaa:activeimg{filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); }#side-bar.side-block.mediaa:focus-withinimg{filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); }html:not(:lang(cn)) div.scpnet-interwiki-wrapperp::before{box-shadow:inherit; }.scpnet-interwiki-wrapper{ -webkit-filter:invert(0.8) hue-rotate(180deg) saturate(0.8); filter:invert(0.8) hue-rotate(180deg) saturate(0.8); }
@supports(display: grid) { :root{ /*headermeasurements*/ --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); }#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:center0; background-size:auto calc(var(--header-height-on-desktop) - 1.5rem); opacity:0.8; pointer-events:none; }#headerh1, #headerh2{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; }#headerh1a, #headerh1a::before, #header h2 span, #header h2 span::before { margin: 0; padding:0; z-index:0; display:block; text-align:center; }#headerh1{z-index:1; }#headerh1a::before, #headerh1a::after{content: var(--header-title); }#headerh1a::before{color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke:0.325rem rgb(var(--swatch-text-dark)); }#headerh1a::after{color: rgb(var(--swatch-headerh1-color)); z-index:1; }#headerh2{z-index:0; text-transform:uppercase; pointer-events:none; }#headerh2span{margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 1.5em); }#headerh2span::before, #headerh2span::after{ --wght:600; content: var(--header-subtitle); position:absolute; left:50%; transform: translateY(-50%) translateX(-50%); width:100%; text-align:center; }#headerh2span::before{ -webkit-text-stroke:0.25rem rgb(var(--swatch-text-dark)); }#headerh2span::after{color: rgb(var(--swatch-headerh2-color)); z-index:1; }#search-top-boxform[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( 00, 100%0, 100%100%, 0100% ); 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( 00, 100%0, 100%100%, 0100% ); 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( 00, 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( 00, 100%0, 100%100%, 0100% ); background-color: rgb(var(--search-icon-hover-bg-color)); }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) {max-width: var(--search-width); }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="text"]{max-width: var(--search-width); padding:0 var(--search-height) 01em; 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-boxform[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-boxform[id="search-top-box-form"]:focus-withininput[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:auto1.25rem autoauto; } }
[フレーム]
:root{ --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop:45.75rem; }@mediaonlyscreenand (min-width: 48.0625rem) {#side-bar.close-menu{display:block; position:fixed; top:0.5rem; left:0.5rem; width:3rem; height:3rem; background: unset; opacity:1; pointer-events:all; z-index: -1; }#side-bar.close-menuimg{color:transparent; }#side-bar.close-menu::before, #side-bar.close-menu::after{content: ""; box-sizing: border-box; position:fixed; display:block; top:0.5rem; left:0.5rem; width:3rem; height:3rem; padding:0; margin:0; text-align:center; pointer-events:all; cursor:pointer; transition: opacity var(--sidebar-transition-timing); }#side-bar.close-menu::before{ --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='003232' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.102-.92-2s-.9-2-2-2H4c-1.10-2.9-22s.9222zm24 4H4c-1.10-2.9-22s.9222h24c1.102-.92-2s-.9-2-2-2zm0 8H4c-1.10-2.9-22s.9222h24c1.102-.92-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:50%50%; mask-position:50%50%; -webkit-mask-size:60%; mask-size:60%; }#side-bar.close-menu::after{z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; }#side-bar:focus-within.close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu{pointer-events:none; }#side-bar:focus-within.close-menu::before, #side-bar:focus-within.close-menu::after{opacity:0; pointer-events:none; }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu::after{opacity:0; pointer-events:none; }#side-bar{display:block; position:fixed; top:0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index:10; transition:left500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height:100%; overflow-y:auto; overflow-x:hidden; margin-top:0; }#side-bar:focus-within{left:0; }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover{left:0; }#side-bar.side-block{margin-top:1rem; background-color: rgb(0, 0, 0, 0); border-radius:0; border-left-width:0px; border-right-width:0px; }#main-content::before{content: ""; display:block; position:fixed; top:0; right:0; z-index: -1; opacity:0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px1pxrepeat; padding-right:0; width:100%; height:100vh; pointer-events:none; z-index:99; }#side-bar:focus-within ~ #main-content::before{width: calc(100% - var(--sidebar-width-on-desktop)); opacity:1; pointer-events:all; }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before{width: calc(100% - var(--sidebar-width-on-desktop)); opacity:1; pointer-events:all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap{display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow:2; height:auto; position:relative; margin:0auto; max-width:inherit; }#main-content{width:100%; position: initial; max-height:100%; padding:2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin:0auto; }#page-content{max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); }@supports (-webkit-hyphens:none) {#side-bar{transition:left500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right:0; background-color: rgb(0, 0, 0, 0); pointer-events:all; overflow-x:visible; overflow-y:visible; z-index:999; }#side-bar::-webkit-scrollbar{opacity:0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; }#side-bar.close-menu::before{z-index:999; }#side-bar.close-menu::after{z-index:998; }#side-bar:hover.close-menu::before, #side-bar:hover.close-menu::after{opacity:0; }#side-bar:hover{left:0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right:0; }#side-bar:hover::-webkit-scrollbar { opacity: 1; }#side-bar:hover~#main-content::before{width: calc(100% - var(--sidebar-width-on-desktop)); opacity:1; pointer-events:all; } } }
[フレーム]
作品著作資訊
[フレーム]
篇名:SCP-6871 - 轉眼之間
原文:SCP-6871 In the Blink of An Eye
作者:Ralliston Ralliston
譯者:Red phosphorus Red phosphorus
[フレーム]
by Ralliston
特殊收容措施:關於SCP-6871的執行與所需要素的操作說明僅限O5議會管理員參閱。所有試圖獲取此資訊的未經授權人員都將被就地處決。
所有涉及SCP-6871的測試至少需5名獨立見證人, 在測試過程中,見證人們必須與SCP-6871的文件一起駐紮在特外站點 Site-01。同樣地,為了避免自相矛盾的時間循環,執行測試的人應位於上述站點內,而被施行SCP-6871的物品應位於站點之外。
描述: SCP-6871是一種能將人、物體和/或現象從基線時間線移除的奇蹟術儀式。若執行得當,目標在時間線上造成的影響及行動將被追溯抹除並替換。
發現: [根據RAISA/DELTA-T管理者緊急命令被刪減]
附錄6871-1:SCP-6871測試紀錄
測試編號 | 執行人員 | 移除項目 | 結果 |
---|---|---|---|
#1 | D-51832 | 隨機選擇的一美元鈔票 | 沒有發現差異。 |
#2 | D-51832 | Brenda博士先前用來購買咖啡的一美元鈔票 | Dr. Brenda博士一整天明顯更加疲累,導致她當前計畫的進展明顯比先前小。 |
#3 | D-81920 | D-51832 | 所有先前的測試以及它們的結果,都因此回復初始狀態。 |
#4 | D-91726 | D-81920 | 除了D-81920的存在,現實恢復到與測試#2相同的狀態。 |
#5 | D-51832 | Brenda博士 | Brenda博士所從事的眾多異常現象的研究明顯更有進展,同時曾經與她競爭職位的Williams博士,達到了比她更高的權限等級。 |
#6 | D-51832 | Williams博士 | Brenda博士與Williams博士先前競爭的職位空缺無人,導致七個先前已知的SCP對象的發現被抹除。 |
#7 | D-51832 | Elias Shaw博士 | 儘管根據標準測試結果,Shaw博士當前的宿主被抹除,然而SCP-963, 連同Shaw博士的意識仍安然無恙。 |
#8 | D-51832 | 全部126位Elias Shaw博士的宿主 | 儘管根據標準測試結果,全部126位宿主被抹除,但又有另外的126人被發現是Shaw博士的宿主。 |
#9 | D-51832 | SCP-963 | Shaw博士的意識,連同他所取得的研究進展皆遺失。 |
#10 | D-17253 | D-51832 | 除了D-51832的存在,現實恢復到與測試前相同的狀態。 |
#11 | 管理員 | SCP-6871 | N/A — 被Delta-T否決以避免時間悖論。 |
#12 | O5-12 | SCP-682 | 儘管儀式被妥當地執行,且對象連同其造成的損害在初始時被抹除,然而幾秒後,SCP-682再次出現在收容間,並評論道:「可悲」。它拒絕進一步詳述這一起事件。 |
#13 | O5-12 | SCP-1000 | 整個夜之子種族被抹除,導致人類從一開始就是優勢物種。人類社會融入無數的神性實體與卓越的先進科技,而發展得面目全非。 |
#14 | D-91826 | O5-12 | 由於最後的三項測試在沒有議會的直接命令下執行,其結果是災難性的。現實恢復到了測試#12之前的狀態。 |
#15 | O5-2 | 機動特遣隊Alpha-1 (「血色右手」) | 渾沌反叛軍、連同2%的基金會研究人員及1.5%的機動特遣隊單位從基線現實中消失。進一步的調查正在進行。 |
#16 | O5-8 | D.C. al Fine | D.C. al Fine,連同全球超自然聯盟一起消失。結果,SCP基金會成為世界上主要的異常組織,目前正在對抗由大術士伊仰及Klavigaar領導的全球叛亂。 |
#17 | O5-3 | 大術士伊仰 | 人類社會退步回青銅器時代。絕大部分的人類發展,連同 破碎之神教會及全部的O5議會成員,皆從現實消失。紀錄表明,人類在超過3000年的時間裡無法發展到超過上述的時代。進一步的研究正在進行。 |
#18 | 管理員 | 很抱歉我讓這一切發生。我非常、非常地抱歉。 |
文件評述:上述文件是聯盟根據平民在樹林中發現不明廢墟的報告發起突襲,而在美國俄勒岡州被標示為「特外站點 Site-01」的建築物廢墟內的深井檔案中被發現。研究表明該建築至少有2000年歷史,並屬於一個專門從事收容異常現象的全球性組織,稱為「SCP基金會」。
請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《SCP-6871 - 轉眼之間》由Ralliston著作,由Red phosphorus翻譯,來源網址為:http://scp-zh-tr.wikidot.com/scp-6871。授權方式為 CC-BY-SA。
其原文發表於SCP Wiki。原文來源: http://scpwiki.com/scp-6871 。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。