SCP-2992-JP
2021年5月21日
修订 4
评分
7
↑ 7
↓ 0
支持率
100%
总票数 7
Wilson 95% 下界
64.6%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
按周聚合 加载图表中...
最近修订
1 / 2
最近投票
1 / 1
2022-05-16
2022-05-16
2022-05-16
2022-05-16
2022-05-16
2022-05-16
2022-05-16
相关页面
暂无推荐
页面源码
[[include :scp-wiki-cn:theme:black-highlighter-theme]]
[[include :scp-wiki-cn:theme:the-foundation-theme |dark=--]]]
[[module css]]
div#container-wrap-wrap:before {
z-index: 4010;
background: linear-gradient(#444 50%, #000 50%);
background-size: 100% 4px;
background-repeat: repeat-y;
opacity: .14;
box-shadow : inset 0px 0px 1px 1px rgba(0, 0, 0, .8);
animation: pulse 5s linear infinite;
}
@keyframes pulse {
0% {transform: scale(1.001); opacity: .14; }
8% {transform: scale(1.000); opacity: .13; }
15% {transform: scale(1.004); opacity: .14; }
30% {transform: scale(1.002); opacity: .11; }
100% {transform: scale(1.000); opacity: .14; }
}
div#container-wrap {
z-index: 4100;
}
div#container-wrap:before {
content : '';
position : absolute;
top : 0px;
width : 100%;
height : 5px;
background : #fff;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%);
opacity : .1;
animation: vline 15s linear infinite;
z-index: 20;
}
div#container-wrap:after {
box-shadow: 0 2px 6px rgba(25,25,25,0.2),
inset 0 1px rgba(50,50,50,0.1),
inset 0 3px rgba(50,50,50,0.05),
inset 0 3px 8px rgba(64,64,64,0.05),
inset 0 -5px 10px rgba(25,25,25,0.1);
}
@keyframes vline {
0% { top: 0px;}
100% { top: 100%;}
}
div#container::before {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
z-index: 20;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
div#container::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
z-index: 2;
pointer-events: none;
animation: flicker 0.15s infinite;
}
@keyframes flicker {
0% {
opacity: 0.27861;
}
5% {
opacity: 0.34769;
}
10% {
opacity: 0.23604;
}
15% {
opacity: 0.90626;
}
20% {
opacity: 0.18128;
}
25% {
opacity: 0.83891;
}
30% {
opacity: 0.65583;
}
35% {
opacity: 0.67807;
}
40% {
opacity: 0.26559;
}
45% {
opacity: 0.84693;
}
50% {
opacity: 0.96019;
}
55% {
opacity: 0.08594;
}
60% {
opacity: 0.20313;
}
65% {
opacity: 0.71988;
}
70% {
opacity: 0.53455;
}
75% {
opacity: 0.37288;
}
80% {
opacity: 0.71428;
}
85% {
opacity: 0.70419;
}
90% {
opacity: 0.7003;
}
95% {
opacity: 0.36108;
}
100% {
opacity: 0.24387;
}
}
sup {
vertical-align: top;
position: relative;
top: -0.5em;
}
[[/module]]
[[module CSS]]
.containercontainer {position: relative;width: auto;height: auto;border: 2px solid #666;background: #141212;color: #3F3;margin-top: 1em;margin-bottom: 1em;}.containercontainer .container .overlay {background: rgba(51, 255, 51, 0.9);color: #121010;position: absolute;width: auto;height: 50px;top: 0;right: 0;bottom: 0;left: 0;margin: auto;line-height: 50px;display: inline;vertical-align: middle;text-align: center;font-family: Courier New;font-size: 30px;letter-spacing: 5px;font-weight: bolder;z-index: 3;animation: overlay-anim 10s linear;animation-fill-mode: forwards;animation-iteration-count: infinite;}.overlayback {background: rgba(187, 187, 187, 0.5);z-index: 3;position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: auto;height: auto;animation: overlay-anim 10s linear;animation-fill-mode: forwards;animation-iteration-count: infinite;}.containercontainer .container {text-align: center;width: inherit;height: inherit;position: relative;overflow: hidden;}.containercontainer .container::after {content: " ";display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(21, 19, 19, 0.2);opacity: 0;z-index: 2;animation: flicker 0.15s infinite;}.containercontainer .container::before {content: " ";display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: linear-gradient(rgba(18, 16, 16, 0.03) 50%, rgba(0, 0, 0, 0.45) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.22), rgba(0, 255, 0, 0.11), rgba(0, 0, 255, 0.22));z-index: 2;background-size: 100% 2px, 3px 100%;}.no-unfold {text-align: center;}.container h1,.container h2,.container h3,.container h5,.container h6 {color: #3F3;}.container hr {border-top: 1px dotted #3F3;border-bottom: none;}.container hr {border-top: 1px solid #3F3;border-bottom: 1px solid #3F3;color: transparent;background-color: transparent;}.container hr:after {display: block;margin-top: 2px;border-top: 1px solid #3F3;border-bottom: 1px solid #3F3;}.blinkbar {animation: blink 1.5s infinite; letter-spacing: -0.13em;}@keyframes blink{to{opacity: .0;}}@keyframes flicker {0% {opacity: 0.9890; }5% {opacity: 0.5842; }10% {opacity: 0.9865; }15% {opacity: 0.0412; }20% {opacity: 0.6255; }25% {opacity: 0.3157; }30% {opacity: 0.7328; }35% {opacity: 0.4654; }40% {opacity: 0.9128; }45% {opacity: 0.2449; }50% {opacity: 0.5485; }55% {opacity: 0.6438; }60% {opacity: 0.1180; }65% {opacity: 0.9085; }70% {opacity: 0.0266; }75% {opacity: 0.6795; }80% {opacity: 0.7812; }85% {opacity: 0.0117; }90% {opacity: 0.2239; }95% {opacity: 0.8897; }100% {opacity: 0.2260; }}@keyframes overlay-anim {0% {visibility: hidden; }10% {visibility: hidden; }11% {visibility: visible; }50% {visibility: hidden; }100% {visibility: hidden; }}
[[/module]]
[[div class="alwrap"]]
[[include :scp-int:component:coltop hide=浏览|folded=false]]
[[div class="h"]]
+++ ##red|此页面已锁定##
##red|[#错误!pete_wilson此用户不存在]####black|正在编辑页面,因此使用了排除式的页面锁定。##
[[iframe http://scp-jp-sandbox2.wdfiles.com/local--files/holy-nova/timer.html?timestamp=1389492120000&type=2 style="width: 400px; height: 50px;"]]
[[/div]]
[[div class="c"]]
[[/div]]
[[include :scp-int:component:colend]]
[[/div]]
[[module CSS]]
.alwrap {
position: fixed;
top: 15%;
left: 10%;
max-height: 80%;
width: 80%;
z-index: 999999;
}
@keyframes alwrap {
from {opacity: 0;pointer-events: none;}
to {opacity: 1;pointer-events: auto;}
}
@keyframes alcon {
from {transform: scale(0);}
to {transform: none;}
}
.alwrap .unfolded {
animation: alwrap 0.25s 0.5s both;
background: rgba(230, 230, 230, 0.85);
box-shadow: 1px 1px 5px #aaa;
display: flex;
flex-direction: column-reverse;
padding: 1em;
text-align: center;
z-index: 10;
}
.alwrap .unfolded .colmod-content {
text-align: center;
}
.alwrap .colmod-content {
padding: 2em;
}
.alwrap .colmod-content .h {
animation: alcon 0.25s 0.55s both;
}
.alwrap .colmod-content .c {
animation: alcon 0.25s 0.65s both;
margin-bottom: 1em;
max-height: 50vh;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
-webkit-font-smoothing: antialiased;
}
.alwrap .colmod-content .c::-webkit-scrollbar {
display:none;
}
.alwrap .foldable-list-container a {
display: inline-block;
}
.alwrap .foldable-list-container a:last-child {
background: #eee;
border: 1px solid #bbb;
border-radius: 2px;
color: #555;
font-weight: bold;
padding: 0.3em 0.75em;
transition: all 0.25s ease-in;
}
.alwrap .foldable-list-container a:last-child:hover {
background: #ddd;
border: 1px solid #69d;
outline: none;
text-decoration: none;
}
.alwrap .foldable-list-container a:last-child:before {
content: "";
/*background-color: rgba(0,0,0,.2);*/
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
.alwrap .foldable-list-container a:first-child {
background: linear-gradient(#444 50%, #000 50%);
border-radius: 50%;
bottom: .5rem;
color: rgba(200,200,200,.8);
display: flex;
font-size: 0;
height: 3rem;
position: fixed;
text-shadow: 0 0 .15rem;
transition: all .25s ease;
right: .5rem;
width: 3rem;
}
.alwrap .foldable-list-container a:first-child:hover {
box-shadow: 0 0 0.5rem #999;
text-decoration: none;
text-shadow: 0 0 .25rem;
}
.alwrap .foldable-list-container a:first-child:before {
align-items: center;
content: "\f129";
display: flex;
font: normal normal normal 14px/1 FontAwesome;
font-size: 1.6rem;
justify-content: center;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
transform: translate(0, 0);
width: 100%;
}
[[/module]]
**项目编号:**SCP-2992-JP
**项目等级:**N/A
**特殊收容措施:**N/A
**描述:**SCP-2992-JP为下列情况下出现的门。尚未目击到其出现的瞬间。
* 位于Site-8129内的特定房间中,且仅有一名对象。
* 对象正注视着终端装置。
* 对象背后无障碍物。
SCP-2992-JP为Site-8129内1名人员在1间特定房间内进行办公工作时,一扇门将出现于其背后,回过头看将被抹消存在的这类无可靠性的都市传说,##red|[#错误!pete_wilson此用户不存在]##在2014年于站点内的职员室G-05中确认了其存在。人员的实际存在是否已被抹消尚不确认。
根据终端所反映的信息,已确认SCP-2992-JP为木制,与非异常的门相比,外观上并无差异。门把手为杠杆式,且此部位由不明金属构成。其在后方约2m的空间内竖立,背面目前无法确认。
**附录:**由于已确认终端画面中的门处于缓慢打开状态中,若不回头就可以防止其完全表现异常的假设,因此被反证了。目前不清楚使用杠杆式门把手的时机。此报告书中的终端装置为私人所有物,故无法与之取得联系。##red|[#错误!pete_wilson此用户不存在]##在存在被抹消的情况下,会出现如下文本框。请自由使用。
[[html]]
<style type="text/css">
#editing {
font-size: 14px;
line-height: 180%
}
</style>
<div id="target"></div>
<textarea rows="8" style="width:95%;" id="editing" wrap="hard" onKeyup="textResize()" onLoad="textResize()">
如果同室的家伙没有说过拿饮料过来的话,如果不动这个房间里东西的话,最好不要查看这些资料。请看着这篇文章的你,祷告能有2个以上的人进入这个房间。 - [#错误!pete_wilson此用户不存在]
因疏忽于物资管理而受到惩罚,我讨厌上司委托我1个人打扫空房间。 - [#错误!tatsuya_kurita此用户不存在]
因为有空而被分配到这个房间,总之是来打扫的新特工。这是测验还是什么? - [#错误!atsushi_ebisawa此用户不存在]
我有部手机,但是电池没电了。我记得充电器掉在后面的地上了,我想把它捡起来,就不用看着它在地上了。 - [#错误!yuka_iwanaga此用户不存在]
听说打不开的时候,因为好奇而进入是错的。 - [#错误!trevor_bunbury此用户不存在]
SCP-2992-JP-1会从SCP-2992-JP的内部出现r
</textarea>
[[/html]]