您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:人物檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
作品著作資訊
原文:SCP-6500 無以避免
作者:Placeholder McD、
S D Locke、
HarryBlank、Ihp does not match any existing user name、
Grigori Karpin、
DarkStuff、
Aethris
譯者:Frederica Bernkastel
圖片翻譯:Mang Gwan

.
/* 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; } } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* PLACESTYLE CSS [2021 Wikidot Theme] By Placeholder McD Based on: Penumbra Theme by EstrellaYoshte Paperstack Theme by EstrellaYoshte BLANKSTYLE CSS by Placeholder McD, HarryBlank Ad Astra Theme by NatVoltaic, stormbreath Night Rush Theme by Nagiros */ @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content { font-size: .81rem; } body { color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 12px; background: #transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap, div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.5rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); text-shadow: none; letter-spacing: 2px; font-family: 'Montserrat', sans-serif !important; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP基金會"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "控制 - 收容 - 保護"); font-weight: 600; font-size: 1.3em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: 1px groove var(--accentColor); } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #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; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } div.page-rate-widget-box .rate-points { background-color: #21252E; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } ins, del { color: black; } h1, h2, h3, h4, h5, h6 { } h1 { font-family: 'Montserrat', sans-serif !important; color: var(--accentColor); font-weight: bold; letter-spacing: 1px; font-size: 2em; } h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif !important; color: #EDEDED; font-weight: bold; letter-spacing: 1px; font-size: 1.45em; } .lightbox h1 { color: #21252E; } #page-title { display: none; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: #21252E 2px solid; border-left: 5px dashed var(--accentColor); box-shadow: 4px 4px #2F333C; } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: 1px solid var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border-top: 1px solid var(--accentColor); color: #ededed; font-size: 0.65rem; padding: 0.1rem; box-sizing: border-box; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } #page-content tr th { color: #21252E; background-color: var(--accentColor); border: solid 1px var(--accentColor); padding: 6px; } #page-content tr td { border: solid 1px var(--accentColor); background-color: #21252E; padding: 12px; line-height: 1.4; } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } #page-content .collapsible-block-unfolded > *:nth-child(3) .collapsible-block-link::before { content: "△ "; } #page-content .collapsible-block-unfolded > *:nth-child(3) { box-shadow: 0px 0.26rem 0px 0px var(--accentColor); } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .81rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } .footnotes-footer { display: none; } /* BetterFootnotes Patch */ .fncon { background-color: #21252E; border-color: var(--accentColor); } .fnnum:hover + .fncon { right: calc(-8vw - 4rem); } .lightbox .fnnum::after { color: #000; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ACS COLORS by Nagiros */ :root { --five-color: 255, 34, 67 !important; /* red */ --four-color: 255, 141, 54 !important; /* orange */ --three-color: 255, 226, 82 !important; /* yellow */ --two-color: 117, 167, 242 !important; /* blue */ --one-color: 40, 159, 107 !important; /* green */ --white-bar: 207, 207, 207; --lg-bar: 118, 118, 130; --gray-bg: 66, 66, 72; } .anom-bar > .bottom-box { /* horizontal bar */ box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .bottom-box > .diamond-part { /* vertical bar */ box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .anom-bar-container.esoteric .text-part .main-class, .anom-bar-container.explained .text-part .main-class, .anom-bar-container.neutralized .text-part .main-class, .anom-bar-container.pending .text-part .main-class { background-color: rgba(66, 66, 72, .5) !important; background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important; border-left-color: rgb(118, 118, 130) !important; border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important; } .danger-diamond > .arrows, .danger-diamond > .bottom-icon::before { /* inverted arrows, esoteric icons */ filter: invert(90%) !important; -webkit-filter: invert(90%) !important; } .danger-diamond > .quadrants > .bottom-quad, .anom-bar-container.explained .danger-diamond > .quadrants > .top-quad, .anom-bar-container.neutralized .danger-diamond > .quadrants > .top-quad, .anom-bar-container.pending .danger-diamond > .quadrants > .top-quad { /* "transparent" bottoms/top icon backgrounds */ background-color: rgb(26, 26, 26) !important; /* body background color */ } .danger-diamond > .bottom-icon, .anom-bar-container.pending .danger-diamond > .top-icon::before { /* esoteric, pending icon backgrounds */ background-color: rgb(3, 3, 3) !important; } .anom-bar > .bottom-box::before { background-color: var(--white-bar); } .top-left-box > .item { display: none; } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; padding-left: .6rem margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem #21252E; border-right: solid 0.26rem #21252E; padding: 0.8rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .lightbox hr { background-color: #000; } .lightbox a { filter: invert(1); } .lightbox a:hover { background: none; } #page-content .sidebox tr td, #page-content .sidebox tr th{ padding: .35em; } #page-content .authorbox tr td, #page-content .authorbox tr th{ padding: .35em; } .limit{ margin-bottom: -1rem; } .anchor{ position: sticky; height: 0; top: 0; } .authorbox, .sidebox { position: absolute; width: calc((100vw - 870px) / 2); max-height: calc(100vh - 18rem); margin: 0 8px 0 0; padding: .14rem; box-sizing: border-box; overflow: auto; z-index: 5; } .authorbox { max-width: calc((100vw - 921.2px) / 2) !important; top: .5em; right: 103.5%; } .sidebox{ top: 0; left: 103.5%; padding-left: 1em; } @media (max-width:1079px) { .authorbox, .sidebox { display: none; } } #page-content .bt { color: var(--accentColor); font-weight: bold; filter: brightness(110%); text-decoration-color: inherit; } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 3px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: var(--accentColor) 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 3px; border: var(--accentColor) 1px solid; box-sizing: border-box; } :root { --accentColor: #99bbff; --lgurl: url("https://i.imgur.com/kIW7WDe.png"); --posX: calc(50% - 358px - 13rem); --fnColor: var(--accentColor); } div#extra-div-1 { filter: opacity(0.5); } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
附錄: 匯報資料
重新提交許可憑證,以訪問SCP-6500-α回收任務後相關報告。
項目編號:SCP-6500-α-Staff
項目等級:Safe
特殊收容措施:SCP-6500-α-Staff應保持在POI-8888個人所及之範圍內。只要POI持續與SCP-6500研究與收容團隊合作,POI將能在Site-██的低安全級別職員宿舍中得到舒適保證。若POI-8888離開站點,將確保其人身安全,並且在他於站點時,安全協議將會提升。
描述:SCP-6500-α-Staff是一根由青銅和鋼製成的錫杖1,頂部的圓環上懸掛著八個鋼環。SCP-6500-α-Staff活化後將能夠打開通往其他時空構造或維度的門徑。此外,該物體可用於將一個物體或生物體移動至其他時空結構。
基金會人員還記錄到了部分額外效果,包括:熱輻射與光輻射,在撞擊被稱為「鬼怪」或「妖怪」類型的異常生物時能夠造成重創2,其對於結構破壞有異常高的抵抗力,並會在活化時發出鐘響。於該物體的結構中並未發現得以產生該聲響的機制。於奇蹟術檔案中發現的文件使研究員推測,SCP-6500-α-Staff挹注了一種不可估量之能量源,其構成近似於Akiva輻射。實際上該物體即使在非活化狀態也會發出微量的Akiva輻射。
發現:出於對即將發生之被歸定為SCP-6500事件的關注,監督者指揮部委託了一項研究項目,以研討可能的無效化方法。在對O5-0脫離基金會所留下的個人檔案進行檢查後,發現當中提及了一個具有超維度效應與「源源不絕之奇蹟術能量」的手杖。O5-0進一步的紀錄使研究員得以鎖定一名與GOI-ALPHA-019(“蛇之手”)有鬆散關係的45歲日本僧侶江口海斗(於此歸定為POI-8888)。田中富美子特工證實其持有一個疑似有異常能力表現的錫杖。並決定由田中特工以要求其協助處理一連串疑似由異常實體所為的殺戮為由,接近POI-8888。
於調查過程中,特工和POI都受到傷害並需要接受醫療處理。POI-8888因數根肋骨骨折、嚴重深度挫傷、肺穿刺與嚴重腦震盪而接受治療。
POI-8888此前曾對與基金會合作表達強烈牴觸。然而在其康復期間,田中特工說服了POI-8888協助對SCP-6500的無效化。POI提供協助的唯一條件是絕不讓渡該項目的所有權,並要在其觀察下操作任何研究或對其異常性質的運用。O5議會同意上述條件以換取其合作。田中特工被指派為POI-8888安全人員與個人聯絡員。
附錄 – 研究與運用項目之建議:
有鑑於SCP-6500具有操縱時空結構的能力,██████高級研究員提議使用SCP-6500-α-Staff來確定SCP-6500引發的熵來源。此乃基於SCP-6500起源於超維度之理論,該理論尚未獲得證實。此外,██████研究員提議使用該物體作為其異常能量進入 SCP-6500之退化熵源的通道,從而將基線現實異常能量的進一步退化加以移轉。
來自監督者指揮部的通知
有鑑於SCP-6500的黑暗不斷蔓延,以及由此導致我們在過去一百五十年間之努力的一切都被抹煞,顯而易見的,幾乎所有可以防止異常徹底毀滅的行動都將獲得本機構的支持。
提議批准。
我們將使魔法永不消逝。
— O5-7
輸入監督者憑證:
我是重生之作者
於火、水、氣與土之中
我受蔑視的隻身站立
但當真相被揭曉時
選擇你的道路
取得主導之刃:一把交織於超形上學現實皺褶中的傳說之刀;其持有者將體現英雄的精神。該武器的性質使得SCP-6500能透過征服一場偉大的任務而被解決。
收集奧瑞卡科斯原石:一個能儲存大量魔法能量的神秘文物,並允許使用者在可能的普遍範圍內進行儀式與典禮。使用法典的奇蹟術能力將使SCP-6500的影響完全中止並逆轉。
偷取Mouleur Foci。一個本質與普遍的熵、腐爛和退化交纏的遺物。透過控制該項目將獲得支配所有與腐朽相關的能力,也就是SCP-6500。
請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《SCP-6500 - 無以避免》由s d locke, Aethris, DarkStuff, Grigori Karpin, HarryBlank, ihp, Placeholder McD著作,由Frederica Bernkastel翻譯,來源網址為:http://scp-zh-tr.wikidot.com/scp-6500。授權方式為 CC-BY-SA。
其原文發表於SCP Wiki。原文來源: http://scpwiki.com/scp-6500 。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
The SCP
Filename: Collapse - myuu.mp3
Name: Collapse
Author: Myuu
License: CC BY (in description and Youtube UI)
Source: YouTube
Filename: 2521remains.png
Name: Exxon Valdez Oil Spill - 0147
Author: Joe Bridgman
License: Public Domain (in description, not indicated in flickr UI)
Source: flickr
Filename: Cleric.png, Emissary.png, Mage.png, Reliquarians.png, Thief.png, Voyager.png, Warlock.png, Warrior.png
Author:Aethris
License: CC BY-SA 3.0
Filename: Sauelsuesor.jpg
Name: Two Coronal Holes on the Sun Viewed by SDO
Author:HarryBlank/NASA Goddard Photo and Video
License: CC BY 2.0
Source: flickr
Filename: finis.png, LockBroken.png, LockOpen.png, LockLocked.png, overwatchheader.svg, overwatchheaderthreshold.svg, StaffC.png, StaffM.png, StaffT.png, StaffW.png
Author:HarryBlank
License: CC BY-SA 3.0
The First Five Paths
Filename: 3P.png
Author:Zhange
License: CC BY-SA 3.0
Filename: A43.png, Alagadda.png, Candles.png, Ferry.png, HB2.png, LRM.png, Moon.png, PE.png, SC.png, Turkey.png, WLoverwatch.svg, WLscp.svg
Author:HarryBlank
License: CC BY-SA 3.0
Filename: comm_ihp.png
Author: WarFang does not match any existing user name
License: CC BY-SA 3.0
Notes: Created specifically for ihp's tale. Thanks WarFang!
Filename: LibraryFightSmall.jpg/LibraryFightLarge.jpg
Author:Amai-Ixchel
License: CC BY-SA 3.0
Notes: Created specifically for HarryBlank's tale. Thanks Amai!
Filename: Ine.jpg
Name: Ine harbor
Author: tensaibuta
License: CC BY 2.0
Source: flickr
Filename: Kyoto.jpg
Name: Kyoto
Author: Steffen Flor
License: CC BY-SA 2.0
Source: flickr
Filename: monk_and_oni.png
Author:Seyph
License: CC BY-SA 3.0
Notes: Created specifically for Grigori Karpin's tale. Thanks Seyph!
Filename: OverwatchBack.svg
Author:EstrellaYoshte
License: CC BY-SA 3.0
Filename: nature-animal-bear-wildlife-zoo-backyard-mammal-garden-fauna-panda-endangered-vertebrate-china-bamboo-giant-panda-891136.jpg
Name: Panda Bear Zoo
Author: jprietsch
License: Pixabay (2012, so still compliant)
Source: Pixabay
Filename: rottemple.png, zNpYxbP.png
Author:Aethris
License: CC BY-SA 3.0
Notes: Created specifically for DarkStuff's and Place's tales (respectively). Thanks Aethris!
Filename: Wheel.png
Author: Yurei Fukuro
License: CC BY 2.0
Source: flickr
Additional Notes: edited byGrigori Karpin
Filename: WWS2.png
Author:Jade Skylar
License: CC BY-SA
The New Paths
Filename: Vanguard.png
Author:Aethris
License: CC BY-SA 3.0
Path of the Warlock
Filename: Alagadda.png, Alagadda2.svg, BlackLord.svg, CorbenicHeader.svg, CorbenicLine.png, Dichotomy.svg, Moons.svg, RedLord.svg, SCPasterisk.svg, SCPdivider.svg, ThreeMoons.svg, WhiteLord.svg, YellowLord.svg
Author:HarryBlank
Notes: Symbolic arrangement in CorbenicHeader.svg inspired by the work ofEstrellaYoshte.
Filename: kangaroo.jpg/kangaroosmall.jpg
Author:Tanija
Notes: Created specifically for HarryBlank's second tale. Thanks Tanija!
Path of the Reliquarians
Filename: whitneygrail.png
Author: Dr Whitney does not match any existing user name andAethris
Notes: Created specifically for ihp's second tale by Whitney and coloured by Aethris. Thanks, Whitney and Aethris!
Path of the Voyager
Filename: Ilse.jpg
Name: The Hacker
License: CC BY-SA 2.0
Source: flickr
Path of the Emissary, main banner
Filename: LateralMoveBanner.jpg/LateralMoveBannerSmall.jpg
Author:DodoDevil
Notes: Created specifically for GrigoriKarpin's second tale. Thanks Dodo! This image is a composite; its components are listed below.
Left Panel
Name: The Great Day of His Wrath
Author: John Martin
License: Public Domain
Source: Wikimedia Commons
Name: Newton
Author: William Blake
License: Public Domain
Source: Wikimedia Commons
Name: Satan
Author: Gustave Doré
License: Public Domain
Source: Wikimedia Commons
Name: Kilnaruane Shaft
Author: Andreas F. Borchert
License: Creative Commons Attribution-Share Alike 3.0
Source: Wikimedia Commons
Name: Woman Reading
Author: Totoya Hokkei
License: Public Domain
Source: rijksmuseum
Name: Interior
Author: Peter Sekaer
License: Public Domain
Source: rijksmuseum
Name: Exxon Valdez Oil Spill
Author: ARLIS Reference
License: Public Domain
Source: flickr
Name: Rechtvaardigheid (Justitia)
Author: Jacob Matham
License: Public Domain
Source: rijksmuseum
Name: Dood vogeltje
Author: Julie de Graag
License: Public Domain
Source: rijksmuseum
Centre Panel
Name: Church Interior
Author: Daniël de Blieck
License: Public Domain
Source: rijksmuseum
Name: Vanitas Still Life with Books
Author: Anonymous
License: Public Domain
Source: rijksmuseum
Name: Still Life with Books in a Niche
Author: Barthélémy d'Eyck
License: Public Domain
Source: rijksmuseum
Name: Bibliotheek van Strawberry Hill te Twickenham
Author: Jean Godefroy
License: Public Domain
Source: rijksmuseum
Name: Desk
Author: Abraham Roentgen
License: Public Domain
Source: rijksmuseum
Name: Still Life with a Gilt Cup
Author: Willem Claesz. Heda
License: Public Domain
Source: rijksmuseum
Name: Globe
Author: Anonymous
License: Public Domain
Source: rijksmuseum
Name: Venus and Amor
Author: Jacob de Gheyn (II)
License: Public Domain
Source: rijksmuseum
Name: Staff
Author: Auckland Museum
License: Creative Commons Attribution 4.0 International
Source: Wikimedia Commons
Name: Sierdegen met gebeiteld ijzeren gevest met ruitermotieven
Author: Anonymous
License: Public Domain
Source: rijksmuseum
Name: drinkbeker in de vorm van een boek. Veelkleurig beschilderd en met jaartal: ANNO 1651.
Author: Anonymous
License: Public domain
Source: rijksmuseum
Right Panel
Name: Zeegezicht in Satta in de provincie Suruga
Author: Hiroshige (I) , Utagawa
License: Public Domain
Source: rijksmuseum
Name: The Tower of Babel
Author: Pieter Bruegel the Elder
License: Public Domain
Source: Wikimedia Commons
Name: Panoramic Landscape
Author: François van Knibbergen
License: Public Domain
Source: rijksmuseum
Name: The Unicorn in Captivity
Author: Anonymous
License: Public Domain
Source: Wikimedia Commons
Name: Fantastische waterdieren, onder andere zeepaard
Author: Nicolaes de Bruyn
License: Public Domain
Source: rijksmuseum
Name: Veld van vier tegels met schepen
Author: Anonymous
License: Public Domain
Source: rijksmuseum
Name: Cessna 172 single engine aircraft
Author: P. Alejandro Díaz
License: Public Domain
Source: Wikimedia Commons
Name: Gevleugelde draak
Author: Christoph Jamnitzer
License: Public Domain
Source: rijksmuseum
Name: Maan- en eclipswijzer
Author: Caspar Luyken
License: Public Domain
Source: rijksmuseum
Name: Birch Trees Background Texture
Author: Image Catalog
License: Public Domain
Source: flickr
Name: Birds with Twigs and Fruits
Author: Anonymous
License: Public Domain
Source: rijksmuseum
Path of the Emissary, continued
Filename: “frankenstein’s monster”
Author: DerrickT
License: CC BY 2.0
Source: flickr
Notes: Edited byGrigori Karpin
Filename: Clockwork
Author: Filter Forge
License: CC BY 2.0
Source: flickr
Notes: Edited byGrigori Karpin
File name: Concentration
Author: Giuseppe Milo
License: CC BY 2.0
Source: flickr
Notes: Edited byGrigori Karpin
Filename: gumball.png
Author: Eric Schmuttenmaer
License: CC BY-SA 2.0
Source: Wikimedia Commons
Notes: Edited byGrigori Karpin
Filename: SauelPosterFinal.png
Author:HarryBlank, NASA Goddard Photo and Video
License: CC BY 2.0
Source: flickr
Filename: workshop laser pistol
Author: Eerik Arvidsson
License: CC BY 4.0
Source: sketchfab
Notes: Screen shot from 3D model, and edited byGrigori Karpin
Crossroads
Filename: 087.jpg
Name: Dorm Cleaning
Author: Me in ME
License: Public Domain
Source: Offutt Air Force Base
Filename: Finis.png
Author:HarryBlank
License: CC BY-SA 3.0
Filename: OnePortland.jpg
Name: Portland, Maine
Author: Me in ME
License: CC BY 2.0
Source: flickr
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。