: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);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#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);
}
#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;
}
@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.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
background: unset;
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,
#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:
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: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) 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;
}
#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: 0 auto;
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: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens: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,
#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;
}
}
}
}
-
Info
|
|
91.36%
(+169) |
8.64%
(-16) |
-%
(+0) |
-%
(-0) |
SCP-5366 - Until death do us part and every day after
"Every man has two deaths, when he is buried in the ground and the last time someone says his name. In some ways men can be immortal." - Ernest Hemingway
Critters in no specific order:
Ralliston,
Dysadron,
Its a Bad Idea,
RadioactiveRADS,
Rounderhouse,
FatherOfPhilosophy,
daviiid,
AnActualCrow,
J Dune,
WizzBlizz,
DrChandra,
Jakob17, and
Researcher Brayan
Item #: SCP-5366
Object Class: Keter
Special Containment Procedures: SCP-5366 is currently believed to be uncontainable; therefore, all civilian-facing SCP-5366 events are to be discredited as superstition. Until suitable containment procedures of SCP-5366 are determined, SCP-5366 has been placed under the collaborative study of the Department of Tactical Theology and the Department of Sciences.
Corpses with surviving family members that have been buried less than 1.5m below the ground are to be reburied immediately at a depth of at least 1.8m. An information campaign has been launched to convince as many civilians as possible to cremate their family members instead of burying them. All Foundation agents are to be cremated upon death whenever possible.
Description: SCP-5366 is the designation for a phenomenon observed at various burial sites around the world. SCP-5366 events are presently believed to occur whenever a living individual speaks “lovingly” towards the grave of an individual that they have had a prior 1st-order relationship with. Because each SCP-5366 event occurs differently, information of the longest tracked SCP-5366 event has been recorded in this document in lieu of a formal description of the anomaly (see addenda for significant developments of this event).
In the hours surrounding an SCP-5366 event, the area enclosing the targeted gravesite will be subject to a series of anomalous phenomena:
- Wind speeds will increase dramatically.
- Nearby stones will move when not observed.
- Nearby flowering plants will grow and decay rapidly.
- Crows, ravens, and other corvids will gather and roost in nearby trees and buildings.
- Stress levels will increase in canines proportional to their proximity to the gravesite.
Discovery (19/09/2007): On September 3rd, 2007, GOC agent Erluzor Lynas died while in Argentina - presumed to be the result of an an encounter with a hostile anomaly. In order to exploit the mental state of his wife, GOC agent Perl Kori, and gather intelligence on the GOC and the event that lead to his death, Foundation agents were instructed to plant microphones at the gravesite of Agent Lynas. The first microphone was placed into Lynas’ coffin for the purpose of gathering intelligence during his open casket funeral on September 19th, 2007, and was subsequently buried with him. The second microphone was placed on his headstone for recording conversations around his gravesite. During a review of recorded audio after Agent Kori's first visit to the grave, Foundation agents noticed that signals had been received from both devices, despite radio silence from microphone 1 since total burial.
Transcript of September 21st, 2007 Audio Recording
10:17 - Perl approaches the grave of Erluzor Lynas. Microphone 2 picks up a moment of disturbance before returning to normal. Microphone 1 begins transmitting data again.
10:18 - Perl: Hey, I brought you something.
Something is placed at the base of the headstone.
Perl: It’s bellflowers. Your favorite.
Erluzor: What’s going on? Where am I? Why can’t I move?
10:19 - Perl: I know I told you this at your funeral, but, it's hard without you. There's so many things I still want to show you. So many places I still want to be with you…
Erluzor: Is there anyone out there? Somebody! Anybody! Please! Turn on the lights! I can’t move or see anything!
17 seconds pass.
Perl: Hey, do you remember when we climbed Nanga Parbat? The hike up was excruciating and halfway to the top you thought your legs were going to freeze off! And it seemed to only slope up at a steeper and steeper angle. And remember when we were only five minutes from the peak and we both thought that we were going to regret this for the rest of our lives?
Erluzor continues to yell out for help.
Perl: But then we got to the top, and… that sunset. The relief and beauty of it all was- astonishing! It was like, like seeing Heaven, just, wash over the clouds and the mountains and the trees and us and…
Perl: You know, I think that was the first time I saw you cry.
45 seconds pass.
10:23 - Perl: I… I have to go now. I know we didn't get much time to talk, but- I promise I'll be back tomorrow…
Erluzor: If you can hear me, find my wife and tell her where you heard this! Her name is Perl! Perl Kori! She will know what to do! Hurry! It's so cold in here!
10:24 - Perl: I love you.
Perl is heard walking away from the site. 10 seconds later, microphone 1 stops transmitting its signal.
Addendum 1 (17/01/2014): On January 17th, 2014, Foundation agents were able to confirm the cause of death of Erluzor Lynas as the result of an interaction with a hostile anomalous entity in Argentina. Foundation task forces have been made aware of the presence of the entity in GOC Base-897 - where Perl Kori is currently stationed. The Department of Science has been requested to investigate the past 7 years of audio recordings for any further information about the anomaly that caused the death of Agent Lynas. The transcript of the interaction has been included below:
Transcript of January 17th, 2014 Audio Recording
10:15 - Perl approaches the grave of Erluzor Lynas. Microphone 2 picks up a moment of disturbance before returning to normal. Microphone 1 begins transmitting data.
8:41 - Perl: Hey, sweetie, I'm back. I know it’s been a while, but I had a mission in Argentina that kept me from coming to see you.
Erluzor: Please. No. No! Not again! It was finally over!
8:42 - Perl: It just wasn’t the same without you. I haven’t been back since you died, but the therapist said visiting where it happened might help me grieve.
Microphone 1 picks up the sound of light rustling and a soft clicking. Erluzor goes completely silent for a moment before vocalizing again
Erluzor: Ow! What the fuck was that? Who’s there?!
8:43 - Perl: It was so hard, you know? Seeing where you were murdered by that - that thing? We got it though. The monster is locked away deep underground and will never hurt anyone else. I can't imagine what that thing did to you. It makes me sick to walk by it every day. I promise you that it'll suffer once we figure out how to kill it though. It will feel the pain that I've felt every day. I have no idea what that doctor was thinking. Going there just made the pain so much worse.
Erluzor: Please! Please let someone hear me this time! Fuck! Something is biting me! I can feel them. They’re all over my body. Somebody! Anybody! Help me!
8:44 - Perl: It never gets easier. Every day I hope that it’ll hurt a little less and that I’ll start to forget the pain. That’s what I’m told is supposed to happen. But it’s not like that for us. The mnestics we take keep it feeling like you were with me just yesterday. I wake up every morning thinking that you had fallen asleep in my arms and I have to remind myself that it’s just the memories being unable to fade. It’s agony, Erluzor, pure agony.
Erluzor: Help me! I can feel them everywhere! I can feel them behind my eyes! What do you sick fucks want from me! I’ll tell you anything you want! Please! Just stop this!
8:45 - Perl: I know today was short, but I have to go to my mission debriefing now. I’ll make it up to you, I promise. Next year I’ll spend the full day with you. Happy birthday, my love. Rest peacefully. I love you.
Erluzor continues to scream in pain and call out for help for the remainder of the event until Perl exits the area. At 8:45, Microphone 1 stops transmitting its signal.
Addendum 2 (04/06/2018): On June 4th, 2018, Foundation agents were able to determine the cause of SCP-5366 due to the discovery made by Agent Lynas. The transcript of the interaction prompting this discovery is included below:
Transcript of June 4th, 2018 Audio Recording
15:32 - Perl approaches the grave of Erluzor Lynas. Microphone 2 picks up a moment of disturbance before returning to normal and microphone 1 begins transmitting data.
Perl: Hey, honey, happy anniversary.
Erluzor: Please… Stop…
15:33 - Perl: It's raining quite a bit out here so I’m not going to be here long.
Erluzor: Perl. Please. Leave me… Let me… Rest…
15:34 - Perl: It would have been 11 years today. Isn’t that crazy? We were barely newlyweds when it happened and it feels like we still are.
Erluzor: It… It must be you. I c-can feel the roots d-digging into me. It's s-spring… our anniv-versary. I f-figured it out. Our v-vows. You ha-have to forget… to forget them. Please.
Perl: You would be so proud of me. Remember how you would tease me for giving up on things and being forgetful? Well I haven’t given up on you yet. I haven’t broken our vows yet. We promised to visit every single day if one of us ever died before the other and I think I have done very well at sticking to that. I don't think I've missed more than a few days since you died.
Erluzor: There’s… nothing left. I’m s-stripped down. Ripped ap-apart. You need t-to move on. L-leave me here.
15:36 - Perl: I just saw some lightning strike nearby so I’m sorry love, but I’ll need to go if you ever want me to be able to come back. I love you so much!
Perl can be heard running away from the grave plot. Microphone 1 stops transmitting its signal.
Addendum 3 (02/09/2018): Ever since June 4th, 2018, Erluzor Lynas has repeated only one phrase on loop throughout each subsequent SCP-5366 event (included below). As such, it is believed that no more useful data can be obtained from the recorder buried with Mr. Lynas and a request has been submitted to expand the scope of the SCP-5366 study team into looking at other corpses with equally consistent mourners.
Perl… Please… Let me go. I can’t… I can’t take this. I need you… Please… Move on. Please… Stop bringing me back… Please.