[フレーム]
[フレーム]
#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; } } }
[フレーム]
作品著作資訊
[フレーム]
原文:1097-PCS 順序倒錯
作者:PlaguePJP PlaguePJP
譯者:Frederica Bernkastel Frederica Bernkastel
[フレーム]
by PlaguePJP
。讀可再不案檔本使將這。例實久永效失容收1097-PCS的中行進為成將案檔本,內時小42的來下接在
來自傳誤部的警告
«紀錄結束»
哈勒博士: 誤傳部,女士。
克蘭西主任: 了解。我確認一下,你所屬的部門是?
哈勒博士: 我想可以。這應該會有用。[……]實際上,從第14頁頁尾開始。讓我們把東西聊清楚。
克蘭西主任: 成了嗎?
(靜默。)
克蘭西主任: 懂了。所以,問題出在清晰度上,這文件是上下倒反的。
哈勒博士: 我們仍在努力解決這個問題。1097-PCS會扭曲檔案結構,因此處理好它需要時間。我們會繼續觀察下去——最糟的情況,我們得要從頭來過。目前的草案足夠穩定。有些標準文件是太簡略了,但也都是故意為之。這有助於確保條理清晰。
克蘭西主任: 如果情況惡化,有逆轉的方法嗎?
哈勒博士: 我們認為將它與歸定編號綁死或許能使其穩定下來,到目前為止,這種想法確實有用。但要逆轉1-1097-PCS實例?我們仍然遙不可及。我們還沒法完全確定它是如何選擇目標並與之結合的,也不清楚它進入目標後究竟會發生什麼。易變特性是我們面對最大的障礙。
克蘭西主任: 你們如何處理連結?
哈勒博士: 我們還得繼續改進──有一次,它從我的終端出來後,我們真得在兩個衛生紙盒間將它來回打來打去。它移動得太快了。實際的方法是先創造命名關聯──給它名字──並在建立連結後,將實體物理注入目標檔案。我們給它下了個誘餌。
克蘭西主任: 你覺得這樣就能成功嗎?如果它又盯上別的東西呢?這是它的本質,不是嗎?
哈勒博士: 是的。士博曼夫霍剛被感染時,我們無法直接用名字來指稱他──它破壞了所有實例。然而一旦我們停止使用這個名字,1097-PCS就脫離了他,緊接著寄生在我SCiPnet終端機的一個資料夾中。他的名字仍舊被破壞了,但他本人安然無恙。馬修斯猜想,重新使用被破壞的名字──士博曼夫霍──就能把它又拖回來。於是我們在乾淨的文件上測試了一下,成功。
克蘭西主任: 這就是為什麼它被歸定為1097-PCS──因為它以這個指稱為食。有意思。我好像在收容措施草案裡見過這個。
哈勒博士: 是的。我與馬修斯一起構思了最初的想法,然後團隊也參與了改進。首要任務是保持其惰性與穩定,確保它不會佔用整個文件使之無法閱讀。只要它處於「被餵食」的狀態,它就會保持不動。
克蘭西主任: 嗯哼。幹得好。你們的收容措施從來沒讓人失望過──我想這在其他部門可不常見。
(靜默。)
哈勒博士: 現在倒過來。「幹得好。」
克蘭西主任: (翻動文件) 嗯嗯。
哈勒博士: 其實還是最後一刻改好的。等一下啊,(翻動文件。哈勒博士將一疊文件遞給了克蘭西主任)給。準備好就讀吧。
克蘭西主任: 我帶上昨天的複本。裡面的內容是全部了嗎?
哈勒博士: 啊,糟透了。如果需要幫助就儘管告訴我吧。哦,那個我昨晚完成,發給威爾遜了。看起來還行嗎?
克蘭西主任: 很高興再次見到你──我們好久沒聊聊了。我最近沒怎麼在部門待著。監督者每年這個時候都喜歡搞事情。
«紀錄開始»
文本抄錄
—依萊・福克萊,誤傳部主任
以下交流已按照VCP-PCS/1097進行。職員請注意,文本偏離可能導致命名突破。
誤傳部誤傳部通知
附錄1097.1: 更多資訊
迄今為止,尚未發現逆轉永久感染的方法。
2夾件文 | 哈勒博士SCiPNet終端上的文件夾。 | 任何放入2夾件文的資料都會被重新命名,顯示為1-1097-PCS實例。這些文件的內容並不會受到影響。 | 18分鐘 |
士博曼夫霍 | 誤傳部助理研究員 | 任何以未受影響頭銜稱呼士博曼夫霍的嘗試都失敗了。 | 1小時23分鐘 |
西馬 | 加盧奇研究員的狗 | 走路、吠叫、吃飯都是反向進行的。 | 13小時54分鐘:永久影響。 |
寬口玻璃瓶 | 最初由士博曼夫霍作為測試用的實體收容空間 | 試圖放入罐子開口的物品會碰上看不見的牆。若要將物品放入罐中,只需蓋上蓋子並擰緊,然後將物品滑過玻璃外殼即可。 | 32小時9分鐘:永久影響。 |
物體 | 描述 | 影響 | 時長 |
---|
1-1097-PCS指涉已感染或感染中的1097-PCS物體或實體。如果項目實體被快速移除,則該實體可能得以逆轉,但根據暴露時間長短,可能會出現輕微的殘留效應。已知1-1097-PCS實例簡表如下:
1097-PCS極其隱蔽,傾向於停留在自己選擇的目標中,直到該實體完全重組為1-1097-PCS永久實例,或被從目標上拔除。
1097-PCS外形近似反光黑色凝膠狀的小型頭足類生物。項目透過滑動與跳躍的組合行為在周圍環境移動。選定目標後,1097-PCS就會利用觸手下方的吸盤吸附目標。一旦與目標連接,1097-PCS即會變為無形。
描述: 1097-PCS是一種傳染性偽模因寄生實體,能反轉並重組描述符、內容,以及實體物件、生物體、概念結構的溝通功能。項目主要影響名稱、符號、指稱鏈。
根據非書面收容協議PCS/1097,所有人員必須始終使用編號「1097-PCS」指稱項目。不得偏離。不得自創。不得試圖自由詮解。
特殊收容措施: 1097-PCS收容於本檔案中。
by PlaguePJP