SCP-7612, which used to be the Earth
: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;
}
:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}
#main-content {
position: initial;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
max-height: 100%;
margin: 0 auto;
padding: 2rem 1rem;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
#side-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
grid-area: side-bar;
width: var(--sidebar-width-on-desktop, 13.6rem) !important;
min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
max-height: 100vh;
padding-right: 2.5rem;
padding-left: 0.5rem;
overflow-y: scroll;
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms linear,
margin 300ms linear;
border: none;
border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem);
direction: rtl;
scrollbar-width: thin;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-tertiary-color), 0.05); /* Track */
}
#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
}
#side-bar::-webkit-scrollbar,
#side-bar::-webkit-scrollbar-thumb,
#side-bar::-webkit-scrollbar-corner {
width: 0.5rem;
border-right-width: calc(100vw + 100vh);
border-right-style: inset;
border-color: inherit;
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
}
#side-bar:is(:hover, :active, :focus-within) {
margin-right: 2.25rem;
padding-right: 0.25rem;
overflow-x: hidden;
overflow-y: auto;
border-color: rgba(var(--swatch-primary-darker), 1);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
scrollbar-color:
rgba(170, 170, 170, 1) /* Thumb */
rgba(252, 252, 252, 1); /* Track */
scrollbar-color:
rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */
}
#main-content::after {
content: " ";
display: flex;
position: fixed;
top: 0;
left: 1rem;
align-items: center;
justify-content: center;
width: 1rem;
height: 100%;
max-height: 100%;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left 1rem;
background-size: 1rem 12.875rem;
pointer-events: none;
}
#side-bar:is(:hover, :active, :focus-within) + #main-content::after {
left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
width: 0rem;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;
background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
font-size: 0em;
}
#main-content::before {
content: " ";
position: absolute;
z-index: 9;
top: var(--final-header-height-on-desktop, 0);
left: 0;
width: var(--sidebar-width-on-desktop, 14.5rem);
height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0.5;
background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
pointer-events: none;
translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem);
}
#side-bar:is(:hover, :active, :focus-within) + #main-content::before {
translate: 0;
opacity: 0;
}
#side-bar .side-block {
margin-top: 1em;
padding-left: 0.25em;
border-right-width: 0rem;
border-left-width: 0rem;
border-radius: 0;
background-color: rgb(0, 0, 0, 0);
direction: ltr;
}
#side-bar .scpnet-interwiki-wrapper {
direction: ltr;
}
/* Print Friendly Formatting by Estrella */
body.print-body {
--sidebar-width-on-desktop: 0;
}
body.print-body #main-content::before,
body.print-body #main-content::after {
display: none;
}
}
Containment Class:
{$container-class}
Secondary Class:
{$secondary-class}
Disruption Class:
{$disruption-class}
Risk Class:
{$risk-class}
SCP-7612, formerly Earth, viewed from far orbit in 2020.
SPECIAL CONTAINMENT PROCEDURES:
As of 09/12/2035, GOC efforts to establish colonies on nearby planets are underway under the pretense that SCP-7612 used to be the planet Earth. As the acceleration of phenomena surrounding SCP-7612, formerly Earth, has initiated a Veil-breaking scenario, efforts by the Foundation to lean public opinion towards this fact have proven to be unnecessary.
Access to SCP-7612-1 (previously SCP-2602, formerly a library) is to be restricted to authorized Foundation and GOC personnel only. Previous policies regarding amnesticizing the town in which former library SCP-7612-1 is located are no longer necessary.
As it is not possible to contain SCP-7612 and the fact that it used to be Earth, steps should be taken to minimize the impact of post-Earth cognitohazardous effects on all forms of communication. Filters pertaining to SCP-7612-1's effects should be updated as soon as is feasible to flag text pertaining to SCP-7612, then modified to improve comprehension for all parties. Ongoing media coverage of SCP-7612 should be monitored for deterioration in public understanding.
Prior protocol regarding the file of SCP-2602 (now SCP-7612-1, a former library, formerly of Earth) being edited regularly is to be upheld, though the requirement that personnel editing not be familiar with SCP-7612 (once Earth) or SCP-7612-1 (once a library) is to be reconsidered at weekly intervals as the availability of such individuals, by necessity isolated from public discourse, decreases.
As of 17/11/2035, it is no longer possible to remove more than 18% of references to the fact that SCP-7612 used to be the third planet from the Sun before a given editor becomes aware of the phenomenon.
DESCRIPTION:
SCP-7612 is a celestial object that, prior to late on 23/09/2035, was the planet Earth. The reasons for SCP-7612 no longer being Earth have yet to be fully determined but are believed to be related to SCP-7612-1, a building that, at some point prior to 09/10/2004, was a library.
When communicating information about SCP-7612, subjects are compelled to regularly refer to the fact that the object used to be Earth. The nature of references is tied to individual context, but always unambiguously convey this information. Texts referring to SCP-7612 can have references removed to a highly limited degree by subjects who are unaware of SCP-7612 formerly being Earth.
Due to the limited compulsion to leave references unedited, attempts before 23/09/2035 to develop an automated process to remove references were unsuccessful. Following this date, development was suspended indefinitely.
Any information regarding former planet SCP-7612 is anomalous. Subjects aware of the nature of SCP-7612 will consistently identify the fact that it used to be the planet Earth as the causal element behind any observations made, regardless of how much awareness of SCP-7612 they had prior to interview. In personnel surveys carried out at 14 sites across SCP-7612, only 15% of individuals questioned were able to distinguish SCP-7612-1, which used to be a library, as a potential cause.
While subjects will construct false beliefs to support irrational causal linkages, they do not generalize. For example, while many subjects have posited that the effects of local physics on SCP-7612 are a result of it having once been a planet, they do not hold this belief with regards to planets in general. Due to the potential for these beliefs to spread further disorientation among the affected human populace, such ideas are now considered to pose an active risk to societal cognition.
All above-mentioned aspects of this phenomenon are shared to some degree with SCP-7612-1, which used to be a library.
SCP-7612-1, formerly SCP-2602, formerly a library.
Subjects are incapable of communicating information pertaining to SCP-7612-1 specifically prior to the development of its anomalous properties. When prompted, they will instead repeatedly refer to the fact that SCP-7612-1 used to be a library. Due to this and the fact that SCP-7612 used to be Earth and SCP-7612-1 used to be a library, it is a present concern among both UN and Foundation authorities that this additional phenomenon may progress to encompass SCP-7612 as a whole, necessitating the establishment of planetary outposts to avert a total collapse of human communications.
ADDENDUM 7612-A: Discovery
SCP-7612 was identified as having previously been the planet Earth on 23/09/2035 when it was discovered that the majority of the native sapient population of SCP-7612 believed that SCP-7612 was once the planet Earth but was no longer Earth, being only formerly so. This is theorized to be because SCP-7612 used to be the planet Earth.
At this time, SCP-2602, which used to be a library, was identified as a potential cause due to similar characteristics — often shared between former planets and former libraries — and redesignated as SCP-7612-1.
Owing to the highly cognitohazardous nature of SCP-7612 having only used to be planet Earth, the Foundation and Global Occult Coalition were forced to enact "Broken Masquerade" protocols on 25/09/2035. This was carried out once it became apparent that SCP-7612 was formerly Earth, and that this information would continue to propagate even after the release of wide dispersal amnestics in global water supplies.
While the general secrecy of anomalous phenomena would last, the O5 Council (SCPO5) and United Nations Undersecretary General (USG) would jointly determine that both groups would need to establish a public presence to ensure societal stability and continuity of informational coherency.
As of 05/02/2036, automated monitoring of Foundation and GOC joint activities, alongside inactivity in the access of this or related documents, indicates that these efforts have largely failed to suppress societal mass panic and/or collapse in the wake of the fact that SCP-7612 used to be Earth.
ADDENDUM 7612-B: Attached Files
Automated Foundation file crawlers have determined the following additional documents and extracts to be of primary importance to the context of SCP-7612, which used to be Earth.
Subject: Dr. L████ Bethany (Deputy Chair, Foundation Department of Astrophysics)
Context: Colleagues of Dr. Bethany report that she had recently begun a morning routine of listing the names of all local planetary objects in order of orbit within her personal journal, citing it as a memory exercise. On 26/09/2035, following the outset of SCP-7612's having previously been the planet Earth, Dr. Bethany submitted her journal for analysis.
20/09/2035:
Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, ████████
21/09/2035:
Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, ████████
22/09/2035:
Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, ████████
23/09/2035:
Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, ████████
24/09/2035:
Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, ████████
25/09/2035:
Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, ████████
26/09/2035:
Mercury, Venus, Ea Mars, Jupiter, Saturn, Uranus, Neptune, ████████
Context: A selection of notable entries from Foundation logs of media coverage of the early crisis surrounding SCP-7612 previously being the planet Earth.
Item 7612-M013
Date: 23/09/2035
Description: A routine broadcast between NASA Mission Control and the ISS. The transmission sees the astronaut ███ ███████ refer to Mission Control as "good old former terra-firma". This broadcast is shared with at least 33 television networks as part of public coverage of activity on the ISS.
Response: None. The phrasing is caught by Foundation agents assigned earlier in the day to monitor the developing SCP-7612 situation, but is considered so subtle that any activity to obfuscate it would draw more attention than the event itself.
Item 7612-M054
Date: 23/09/2035
Description: A broadcast of the live talk-show Up Late with ██████ ██████, featuring astrophysicist Dr. █████ ███████ as a guest. During the broadcast, Dr. ███████ lists the planets and does not mention SCP-7612, as it used to be Earth. Neither he nor the host notice this until the final minutes of the episode, at which time Dr. ███████ becomes distressed and agitated, repeatedly stating that SCP-7612 "used to be Earth".
Response: As the Veil is not yet compromised at this time, Foundation agents embedded in broadcasting authorities take the show off air early. Mild amnestics are administered to all present, later determined to not have resolved the cognitohazard due to SCP-7612 formerly being Earth, and a cover story is circulated about Dr. ███████ experiencing a breakdown on stage due to overwork.
Item 7612-M076
Date: 23-24/09/2035
Description: Foundation web crawlers detect an uptick in conversation about the fact that SCP-7612 used to be the planet Earth in conspiracy and gossip-related internet forums, as well as an apparent difficulty for posters to clearly convey that information.
Response: GOC assets, by this time appraised of the situation, launch a series of denial-of-service attacks on the relevant web servers under the guise of a cybercriminal dry run. These attacks continue until they are no longer deemed necessary upon the breach of the Veil.
Item 7612-M141
Date: 24/09/2035
Description: The October 2035 issue of Astronomy magazine is leaked early online after reports of last minute edits. A promised spread of pages planned to offer detailed profiles of each local planet for new readers has had all references to SCP-7612 being a planet — as it only used to be — removed, leading to errors in grammar.
Response: Foundation agents embedded in print standards authorities have all online copies of the magazine infokilled. As the larger situation becomes apparent, orders for the deployment of amnestics or a cover story are suspended until the following day, at which time it is determined they won't be feasible.
Item 7612-M374
Date: 24-25/09/2035
Description: Several online news outlets report on an ongoing 'crisis' related to the fact that SCP-7612 used to be the planet Earth. Articles exhibit the expected problems in attempting to explain that the anomaly was previously Earth. Due to the trend of outlets scraping other outlets for information on stories, later published articles become increasingly incoherent as they are more frequently only able to refer to the fact that SCP-7612 used to be Earth as a causal origin.
Response: Foundation web filters are tasked with identifying and cleaning up articles for ease of reading. At this time, the Foundation and GOC are considering the fact that SCP-7612 used to be Earth might constitute a "Broken Masquerade" scenario, so no further measures are taken.
Item 7612-M906
Date: 25/09/2035
Description: The United Nations Secretary General (UNSG) ███████ ███████ makes a televised speech on the crisis but struggles to convey the situation pertaining to SCP-7612 having once been Earth despite having their speech optimized by GOC cognition experts.
Response: Mid-speech, the UNSG is informed that the USG and O5 Council have deemed it necessary to enact a "Broken Masquerade" scenario. Subsequently, the UNSG begins a separate, pre-prepared speech in which they reveal the existence of both the Foundation and GOC to the public to a limited extent. Further specific incidents past this point are deemed irrelevant and are not recorded.
Date: 21st September 2035
Sender: Dr. M█████ Fletch (Research Lead, SCP-2602)
Recipient: Department of Cognitohazards Oversight Committee (SCPCH)
Clearance: Level 4
I know this will fall on deaf ears again, but I figure I should give it one last try before I transfer.
SCP-2602, former library that it is, represents a dangerous, if thankfully limited, cognitohazard. One we know very little about the nature of beyond what we can glean before the anomaly sets in. Even once you learn to partly think around the compulsions, its status as a former library gets in the way of everything else.
And if there were a way around it having used to be a library — to find out what the interested parties have been using it for since — I would've leapt on it. But we tried everything, and I mean everything. Mnestics, exclusionary sites… It all just slides off like oil, one step off a true anti-meme. Whoever built the ex-library clearly knew what a building that used to be a library could do for them.
Which is why I'm telling you that this new plan is not the answer. I don't know or care who pushed it through, but we already tried temporal screening 2602. At best, you learn it used to be a library, and I already knew it used to be a library. It having once been a library is why we're here in the first place. I don't need to know that about 2602, which used to be a library.
My point is, you can't just reach into the past — breach the boundaries of the anomaly's causality — to a time when what used to be a library used to be a library. Because, it having once been a library aside, there's too many complications. Too many post-library variables to account for.
And no offense, but none of you are Xyank. This is going to go poorly, and I implore you to reconsider the proposal.
But I've said my piece, and you've not only ignored me but asked me in no uncertain terms to step aside.
So you know what? Fine. I'm stepping aside.
But don't come crying to me when this blows up in your face because SCP-2602 used to be a library.
.
Cite this page as:
For more information, see Licensing Guide.
Licensing Disclosures
Filename: SCP-7612Remix2602Orbit.png
Name: Earth seen by Hayabusa2 during the flyby.
Author: JAXA Hayabusa2
License: CC BY-SA 4.0
Source: Wikimedia Commons
Filename: library.jpg
Name: Library building, Ashburton Park
Author: Robin Webster
License: CC BY-SA 2.0
Source Link: Geograph
Filename: SCP-7612Remix2602Header.png
Name: Emergency Alert - SCP and GOC
Author:
Wixelt (Makes use of SCP Foundation and GOC Logos.)
License: CC BY-SA 4.0
Name: SCP Foundation Logo
Author: Far2
License: CC BY-SA 3.0
Name: Global Occult Coalition Logo
Author: DrClef
License: CC BY-SA 3.0
For more information about on-wiki content, visit the Licensing Master List.