@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { 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='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-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::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms 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 .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) 1px 1px repeat; 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; } #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: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { transition: left 500ms 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 { 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; } } } } }
@supports(display: grid) { :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); } #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; } }
嗨
SCP-6597 — Whale, I'm Boned
"I WOULD LIKE PEOPLE TO START KILLING MORE ELEPHANTS AND WHALES."
[+55]
SCP-6000-Jay — 了不起的盖茨比 by F·司各特·菲茨杰拉德
与Limeyy合著
“他顿了顿。‘你知道世界著名的作家斯蒂芬·金被车撞过吗?想想看。’”
[+70]
SCP-6598— 轻率投币
与
“SCP-6598今天过得不错。”
[+176]
SCP-3837— Corn Goblin
与Tstaffor合著
"You're a man of honor and reverence. You may call me Cornelius, how may I serve you?"
[+69]
SCP-6380 — 爱尔兰问题
与Rounderhouse“合著”
“别他妈给Richard Chappell搞事。”
[+112]
SCP-6599 — 野猪排
与J Dune合著
SCPD梗竞赛胜者
—野猪排”
[+264]
SCP-6003 — 信标
与AnActualCrow和
J Dune合著
SCP-6000竞赛第十二名
“SCP-6003-1 是一座 50 米高的光滑木柱,位于 SCP-6003 中央位置,呈现 1940 年代的灯塔外形。SCP-6003-1 处于不可运转的状态。”
[+228]
SCP-7525-EX — 空位哥布林
与HarryBlank合著
“‘你们已经被空位哥布林给哥布林了’[原文如此]和‘操你们和你们的空位的妈’[原文如此]分别出现在图片的顶部和底部。”
[+107]
SCP-5417 — ‘Cize Up!: A Vikander-Kneed Technical Media Program
"What are we waiting for? Let's 'Cize Up!"
[+75]
SCP-5592 — 你已是我不可分割的一部分
精品文章
“……随后发现Lauren Neilson的尸体包裹在Higgins的真皮层和表皮层之间。”
[+75]
SCP-5486 — 远古契合
与Grigori Karpin合著
“该实体不再必须占据一个具体的人,而是可以与给定文化中的概念性构建形成理性圈联系。”
[+104]
SCP-5593 — 畅通
2021连写竞赛:“海生”参赛条目
“当然,因为运气好,我最后和意大利人在一起了。”
[+65]
SCP-5596 — 爱情医生
2021丘比特竞赛SCP第四名
“你得了个“黏腻”,对吧?我们都记得没错吧?我在这不是发疯了吧?”
[+92]
SCP-5787 — 费城大恶事
与J Dune合著
精品文章
“看!荣光之放不放化身于此了!”
[+218]
SCP-5594 — 美味佳肴,精神抖擞
“我已经很多年没有吃过好牛排了,我也饿了。开吃吧,朋友们。”
[+68]
SCP-5595 — Geoffrey Quincy Harrison三世:站点主管,口香糖机
精品文章
"月亮是白的,蠢货。"
[+135]
SCP-5620 — 巴吉里斯克之诗
“已然厌倦其职务”
[+76]
SCP-5364— 七十毫米放映机
“周年纪念日快乐,亲爱的”
[+78]
我真的很喜欢这一篇。我是意大利裔人,虽然我会拿它开玩笑,但这个网站上有很多文化和风俗都没有涉及到。在北意大利的一些小镇和村庄,badalisc是真实存在的庆典的一部分。庆典上,蛇会写诗来讲镇上的八卦。
除了结尾混沌分裂者那里,我没有对这个概念做很多改变,但我确实希望我传达出了一些不同的东西。我有点希望它能更长一点,主要是想把5620塑造成一个尖刻的混蛋,但我目前写出来的已经很好地描述了这条蛇的印象。
在我第一篇文,现在已经删除的SCP-5770里,Joseph Pasqua博士是我的作者化身,在文末死了。这篇文章发表的时候5770还在网站上,而且“设定上”发生在5770之前。我本来想把它写成Pasqua会搞砸的又一件东西,但我在写完这篇之后就放弃了这个想法。
哦天啊。这是我最喜欢的一篇我的文章。它在我心里真的有很特殊的地位,有好几个原因。
在我写这篇的那个夏天,我在直播频道重看了《天兵公园》全集,而本森这个角色一直在我心中萦绕不去。口香糖机管理什么东西这个概念确实很荒唐,但《天兵公园》把它的角色设计作为幽默的一部分表达出来,而我希望强调这么一种荒唐感,类似于有知觉的口香糖机想要做谁的上司这件事。
最开始,5595是被一个叫做“快乐伙计指挥”的组织送出的。这是我的一个相关组织概念,它完全是慈善的,想要感谢基金会的努力。因此在我的新作者化身Paul Lague休假看望母亲时,5595就被送来做新的站点主管了。原版文章在第二个访谈结束。
这一切都是在重写之前,我接受了很多的批评意见,然后重写了很大一部分。我给了它一个(至少我认为是)更强的结尾,更多发展了角色,也让Lague的动机更加清楚了。我还是觉得少了什么,所以现在,在最初发布的一整年之后,我又重写了一遍。我非常满意重写完后的这个版本。
如果你想看我的作品的话,就先看这篇吧。(或者别的也行,没有强制的意思。)
我真的很喜欢这篇,但它在发布的时候有点完全搞砸了。我觉得是篇幅问题,但我也不是很确定。
关于一群鬼吓唬人来请他和它们吃饭的想法是我在开始起草现在网站上这个版本的文章前几个月就有的。我一开始把它写成一座小屋,然后是丛林里的小屋,然后是野外,最后是山洞。那些矿工很大程度上没有改变。他们的名字可能改变了,他们的玩笑话也是,但关于D级选择留下的部分是第一稿就有的。
我确实花了一段时间才能把它修改到满意。基本上就是要保证呈现得没问题。我记得在早期的草稿里有一段访谈,对象是一个因为这段经历而创伤的女人,都是想给读者的脑海中播下恐怖的种子,直到发现这些家伙其实很好,只是在和人们开玩笑而已。
这篇文章本身就说明了一切。
在看了SCP-3305之后,有关混乱的神的想法就一直挥之不去,然后我在CCSearch上看到了Geno's Steaks的照片,这个点子就像闪电一样击中了我。我在凌晨三点把整篇都写了出来。然后我把它给Dune看了,随后邀请他加入我,增添了独属他的魅力。
效果非常好,这是我和Dune的第一个+200文章,也是我们的第一篇合著作品。Dune在这个社区里已经成为了我很好的朋友,而拥有这些共同属于我们的有趣的文章真的很有意义。
我竟然在对一篇D级被迫生吃奶酪牛排之神的文章多愁善感。
我不记得写过这篇文章。我最近重读了一遍,感觉好像从来没见过它。
这篇是为丘比特竞赛写的,我也把它称作2021插头竞赛。SCPD discord服务器上一片混乱。最开始,我想写一篇关于现实中的Tinder 钓鱼(真的是会走路会说话的鲶鱼,哈哈真好笑)的文章,但没有实现,所以选择了不参赛。
直到开始发布的那天晚上我才发现我可以写一篇关于一个超烂的丘比特,他不会帮你找到真爱,而是让你在那一个爱情测试游戏机上得高分。
他为什么曾经是个YouTube名人?我完全不知道。我开了讨论区但从来没去看。除此之外,也有一些笑话。我有点伤心它在比赛中被忽视了,但无论如何,我对它还是很自豪,虽然我把它给忘了。
没有很多要说的。这是我2021年连写竞赛留下的唯一一篇活文。我觉得它挺可爱。
这篇很有趣。我在和Grigori Karpin讨论搞笑文档的想法,我提出我和我在社区里的一群朋友有一个点子是关于SCP-5999的戏仿。如果你看了那篇文章,你会知道它的文末是一个吓人的视频。在我的点子里,它会以Rick Roll结束。
Grigori跟我说他也有个Rick Roll的点子,我们决定合著。我放弃了5999的东西,我们就关注怎么能骗到观众。我觉得结果很完美。它发布于愚人节,因为“我,文章”的惨败而有点被忽视了。但总体上看,做得很好。

可爱的SCiPs竞赛 by Amamidori1522
图源链接


SCP-6003 — 信标 by Salllllty_water
图源链接

SCP-6003 — 信标 渲染 by stephlynch
艺作屁作 3.0 - 1.0:SCP ⑨月版


信标 by sevenhornprince
图源链接

回顾我们的成就 by rozalin-da
图源链接

信标艺作 by SunnyClockwork
艺作页



SCP-5620 by UncertaintyCrossing
艺作页

Zeta-66“守护天使”标志 by EstrellaYoshte
艺作页

SCP-5595接地的像素画 by HoneyChips4090
艺作页

SCP-5595 by Luxkeeper

SCP-5787-1雕塑 by Luxkeeper

SCP-5594-1 by Luxkeeper

放不放 by Luxkeeper