McDoctorate's Proposal: The Placeholder
{$comments2}
{$doesthisfixthebug}
@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; 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; 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)); } @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; } } } }
Retirement proposals are no longer stored at this file location. If you would like to access the Heritage Collection or contribute a proposal of your own, you can do so here.
SCP-001 is irrelevant, and is to be ignored. The Site-01 database is to alert RAISA Director Maria Jones in the event that her credentials are used without her knowledge. Retirement proposals are to be stored elsewhere. If absolutely necessary, inquiries regarding this document are to be made to Dir. Jones.
SCP-001 is a theoretical entity defined as the potential cause for another anomalous phenomenon, SCP-001-1. SCP-001-1 is the collective designation for a set of documents that were inexplicably uploaded to the SCP-001 file location on 1970/01/01. While SCP-001-1 suggest the existence of SCP-001, their legitimacy is unknown, and is ultimately of no significance. Any effects SCP-001 is implied to have caused have been seemingly reverted and any additional information concerning SCP-001 is irrelevant.
SCP-001-1 resemble Foundation documents, each one documenting a different iteration of SCP-001. At the same time that SCP-001-1 were uploaded, Dir. Jones became aware of the necessary measures for SCP-001's containment and subsequently authored this document. For details regarding SCP-001-1, contact RAISA Director Maria Jones.
SOLO WORKS
Author Page | ||
---|---|---|
PLACEHOLDER STAFF DOCUMENT | +110 | edited 28 Dec 2022 15:17 commented 03 Feb 2023 01:59 |
SCP Articles | ||
---|---|---|
SCP-INTEGER | +542 | edited 25 Dec 2022 05:16 commented 28 Feb 2023 01:58 |
McDoctorate's Proposal | +213 | edited 25 Dec 2022 03:21 commented 22 May 2023 04:29 |
SCP-7579 | +212 | edited 25 Dec 2022 03:27 commented 02 Jan 2023 18:23 |
SCP-5241 | +197 | edited 20 Jan 2023 18:44 commented 14 Feb 2023 09:27 |
SCP-2011-EX | +169 | edited 29 Jan 2023 05:44 commented 14 Dec 2022 14:18 |
SCP-5756 | +127 | edited 25 Dec 2022 03:34 commented 25 Dec 2022 17:17 |
SCP-6416 | +118 | edited 23 Mar 2023 13:48 commented 23 Mar 2023 13:45 |
SCP-5485 | +98 | edited 03 Jan 2023 15:59 commented 13 Sep 2021 05:59 |
SCP-6276 | +122 | edited 26 Apr 2023 08:04 commented 07 Oct 2022 23:05 |
Tales | ||
---|---|---|
CONTEST CONTEST | +135 | edited 06 Jan 2023 03:59 commented 08 Feb 2023 06:58 |
PLACEHOLDER | +133 | edited 25 Dec 2022 04:02 commented 04 Feb 2022 22:41 |
AI Classification Guide | +117 | edited 25 Dec 2022 04:05 commented 30 Jan 2022 20:07 |
BLANK | +95 | edited 25 Dec 2022 04:09 commented 03 Feb 2023 01:34 |
CAST | +76 | edited 25 Dec 2022 04:12 commented 04 Apr 2023 19:18 |
Supplements | ||
---|---|---|
Abridged Retirement Proposals | +57 | edited 07 Jun 2023 14:07 commented 13 Apr 2023 13:18 |
GoI Formats |
---|
Hubs |
---|
Themes | ||
---|---|---|
BLANKSTYLE CSS | +59 | edited 17 May 2023 21:24 commented 12 Dec 2021 10:16 |
PLACESTYLE CSS | +38 | edited 17 May 2023 21:25 commented 10 Mar 2021 00:14 |
Retro AIAD Theme | +37 | edited 11 Mar 2021 08:50 commented 04 May 2021 12:53 |
COLLAB WORKS
SCP-6820 | +754 | edited 26 May 2023 14:11 commented 28 Mar 2023 00:07 |
SCP-6500 | +712 | edited 03 Jan 2023 10:08 commented 09 May 2023 20:56 |
SCP-6747 | +323 | edited 26 May 2023 14:09 commented 03 May 2023 23:22 |
SCP-6659 | +281 | edited 26 May 2023 14:09 commented 02 Jun 2023 18:49 |
SCP-6488 | +273 | edited 23 May 2023 09:54 commented 20 Jan 2023 04:54 |
FRAGMENTED / COMPILED | +64 | edited 20 Jan 2023 18:50 commented 10 Nov 2021 00:26 |
Ihp/Locke Proposal | +442 | edited 03 May 2023 15:17 commented 29 Apr 2023 17:59 |
SCP-5956 | +330 | edited 20 Jan 2023 17:58 commented 25 Dec 2022 17:14 |
SCP-7555 | +137 | edited 30 Jan 2023 11:53 commented 09 Mar 2023 13:37 |
ADMONITION | +292 | edited 02 Jun 2023 06:20 commented 26 Jan 2023 23:07 |
Site-17 Deepwell Catalog | +208 | edited 13 Apr 2023 18:05 commented 01 May 2023 16:41 |
No Return Hub | +164 | edited 04 Jun 2023 06:34 commented 24 Apr 2022 15:02 |
Project Isorropía | +164 | edited 12 May 2023 01:17 commented 01 Jun 2023 01:28 |
SCP-5841 | +102 | edited 09 Dec 2022 23:01 commented 19 Oct 2020 20:50 |
I, Hub (April Fools) | +88 | edited 25 Feb 2023 19:08 commented 06 Feb 2022 12:10 |
SCP-5243 Video Transcripts | +84 | edited 26 Jan 2023 10:34 commented 03 Mar 2023 17:35 |
A little goes a long way. If you've enjoyed my work, you're not a student, and are otherwise financially stable, please consider donating.
More-by page code borrowed in part from Lt Flops. Thank you, Flops!
Cite this page as:
"McDoctorate's Proposal" by Placeholder McD, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/mcdoctorate-s-proposal. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: raisalogo4.png
Author:EstrellaYoshte, edited by
Placeholder McD
License: CC-BY-SA 3.0
Source Link: http://scp-wiki.wdfiles.com/local--files/mcdoctorate-s-proposal/raisalogo4.png
Filename: Shirley_Chisholm.jpg
Name: Congresswoman Shirley Chisholm announcing her candidacy for presidential nomination
Author: Thomas J. O'Halloran
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Shirley_Chisholm.jpg
Filename: 001header1.png
Author:Placeholder McD
License: CC-BY-SA 3.0
Source Link: http://scp-wiki.wdfiles.com/local--files/fragment%3Amcdoctorate-s-proposal-5/001header1.png
Filename: N1uThh0.png
Name: 001 Modified ACS
Author:Placeholder McD
License: CC-BY-SA 3.0
Source Link: https://i.imgur.com/N1uThh0.png
Filename: mengersponge.jpg
Name: Menger Sponge (Anaglyph)
Author: Rudolf Getel
License: CC-BY 2.0
Source Link: https://search.creativecommons.org/photos/c23b8acd-0bd1-464e-b951-afb6725f8aa9
Filename: foundationslogos1.png
Name: Foundeitions Logos
Author:EstrellaYoshte
License: CC-BY-SA 3.0
Source Link: http://scp-wiki.wdfiles.com/local--files/fragment%3Amcdoctorate-s-proposal-5/foundationslogos1.png
For more information about on-wiki content, visit the Licensing Master List.