:root { /* New Vars */ --swatch-menubg-extra-dark-color: 30, 30, 32; /* Old Vars */ --black-monochrome: 20, 22, 24; --light-pale-gray-monochrome: 250, 250, 250; /* Primary Theme Colors */ --swatch-background: var(--swatch-menubg-black-color); /* Background and Header Colors */ --background-gradient-color: 10, 10, 10; --header-gradient-color-bottom: var(--medium-accent); --header-gradient-color-middle: var(--swatch-menubg-black-color); --header-gradient-color-top: var(--swatch-menubg-black-color); /* Primary Text Colors */ --swatch-text-light: var(--light-pale-gray-monochrome); --swatch-text-general: var(--swatch-text-light); /* Primary Menu Colors */ --swatch-menubg-color: var(--swatch-menubg-black-color); /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-dark-color); /* Primary Header Colors */ --swatch-topmenu-border-color: var(--swatch-menubg-black-color); --swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color); --rating-module-text-color: var(--swatch-text-general); --rating-module-button-color: var(--swatch-text-general); --rating-module-button-cancel-color: 100, 100, 100; --gradient-header: linear-gradient( to bottom, rgb(var(--header-gradient-color-bottom)) 0%, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100% ); --diagonal-stripes: repeating-linear-gradient( 45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh, rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh ); } ::selection { background: rgb(var(--swatch-primary-darkest)); } #search-top-box-input { background-color: rgb(var(--swatch-menubg-extra-dark-color)); } #account-options { background: var(--gradient-header); } #login-status { color: rgba(var(--swatch-menutxt-light-color),0.5); } #login-status ul a { color: rgb(var(--swatch-menutxt-light-color)); } span.printuser { color: rgb(var(--swatch-menutxt-light-color)); } #login-status a#my-account { padding: 0.15em; margin: -0.15em; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-decoration-break: clone; box-decoration-break: clone; -webkit-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1); -moz-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1); box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--swatch-primary), 1); -webkit-transition: color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); } #login-status a#my-account:hover, #login-status a#my-account:active { padding: 0.3em 0.25em 0.2em 0.25em; margin: -0.25em; -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1); -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1); box-shadow: inset 0 -1.5em 0 0 rgba(var(--swatch-primary), 1); text-decoration: none; color: rgb(var(--white-monochrome)) } .page-rate-widget-box { background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--header-gradient-color-bottom),0.5)), color-stop(90%, rgba(var(--header-gradient-color-middle),0.15)), to(rgba(var(--header-gradient-color-top),0.15))); background: -webkit-linear-gradient(top, rgba(var(--header-gradient-color-bottom),0.5) 0%, rgba(var(--header-gradient-color-middle),0.15) 90%, rgba(var(--header-gradient-color-top),0.15) 100%); background: -moz-linear-gradient(top, rgba(var(--header-gradient-color-bottom),0.5) 0%, rgba(var(--header-gradient-color-middle),0.15) 90%, rgba(var(--header-gradient-color-top),0.15) 100%); background: -o-linear-gradient(top, rgba(var(--header-gradient-color-bottom),0.5) 0%, rgba(var(--header-gradient-color-middle),0.15) 90%, rgba(var(--header-gradient-color-top),0.15) 100%); background: linear-gradient(to bottom, rgba(var(--header-gradient-color-bottom),0.5) 0%, rgba(var(--header-gradient-color-middle),0.15) 90%, rgba(var(--header-gradient-color-top),0.15) 100%); border: 0.0625rem solid rgba(var(--swatch-menubg-medium-color), 0.25); } #top-bar div.top-bar > ul > li:hover { background: rgb(var(--swatch-menubg-black-color)); } #top-bar div.mobile-top-bar > ul > li.sfhover > ul, #top-bar div.mobile-top-bar > ul > li:hover > ul, #top-bar div.top-bar > ul > li.sfhover > ul, #top-bar div.top-bar > ul > li:hover > ul { background: rgba(var(--swatch-menubg-black-color),0.85); } #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { -webkit-box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15); -moz-box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15); box-shadow: inset 0 0 0 0.0625rem rgba(var(--swatch-menubg-medium-color), 0.15); } blockquote, .blockquote, .code { --swatch-border-color: var(--swatch-menubg-light-color); border-color: rgba(var(--swatch-border-color),0.25); } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { --box-shadow: rgb(var(--swatch-primary-darkest)); border-color: rgb(var(--swatch-primary-darkest)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { --box-shadow: rgb(var(--swatch-primary-darkest)); } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--swatch-menubg-extra-dark-color)); color: rgb(var(--swatch-text-general)); } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--swatch-primary-darkest)); } table.wiki-content-table th { background: rgb(var(--swatch-secondary-color)); } table.wiki-content-table th, table.wiki-content-table tr { border: 0.0625rem solid rgba(var(--swatch-menubg-medium-color), 0.25) !important; } table.wiki-content-table td { border: 0.0625rem solid rgba(var(--swatch-menubg-light-color), 0.25) !important; } textarea, input.text, input.checkbox, div.note, #lock-info { border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25); background-color: rgb(var(--swatch-menubg-extra-dark-color)); color: rgb(var(--swatch-text-light)); } .code pre span[class*="hl-"] { -webkit-filter: invert(1) hue-rotate(180deg); filter: invert(1) hue-rotate(180deg); } .owindow .modal-body img { background-color: transparent !important; } .hovertip { border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25); background-color: rgb(var(--swatch-menubg-extra-dark-color)) !important; color: rgb(var(--swatch-text-light)) !important; } #footer { color: rgb(var(--swatch-text-general)); } .scpnet-interwiki-wrapper { -webkit-filter: initial; filter: initial; margin-top: 1em; } .scpnet-interwiki-frame { -webkit-filter: invert(0.92) grayscale(1) contrast(1); filter: invert(0.92) grayscale(1) contrast(1); }
@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { 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 -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
Info
|
|
|
||
| run-time error: division by zero% (+0) |
run-time error: division by zero% (-0) |
||
| -% (+0) |
-% (-0) |
||
Title: Dr. Green's Personnel File - SCP-GREEN
Author(s): Panda_of_Green
Created: DD/MM/202Y
Dr. Isaac Green a week after employment.
Full Name: Dr. Isaac Scott Green
Security Clearance: Level 2 3 4
Class: C
Current Assignment: Pending
Location: Within his office at Site-85
Operations: Asst. Dir. of Research at Site-85
Expertise: Research of historic and/or temporal related anomalies
History: Isaac Green was born and raised in Cincinnati, Ohio. He has started that his goal was to become a Scientist. He began working on getting a degree at the Ohio University by the age 19. It wouldn't be until 03/16/2020 that Dr. Green would encounter an anomaly and begins to study it. The SCP Foundation discovered this and apprehended him. After searching his records, they found that he was a new instance of SCP-GREEN. Dr. Green was then placed in a temporarily contained for two months. He has agree to assist the Foundation and was employed as a low ranking Researcher for Site-85. Dr. Green has shown extreme loyalty to the Foundation and was eventually promoted to Asst. Dir. of Research at Site-85.
Henry Green, c. 1803.
Special Containment Procedures: The current SCP-GREEN instance, Isaac Scott Green, has agreed to assist the Foundation as a researcher personnel. Isaac Green is not to inform others of the Foundations existence or his anomalous properties. Failure to follow these rules will result in the termination of his employment and will be placed in permanent containment.
A year after Isaac Green's expiration, a search the new instance is to begin. When discovered, SCP-GREEN is to be apprehended by the Foundation and contained. If said instant is cooperative employment may be authorized.
Description: SCP-GREEN is a reoccurring carnation of an individual. The appearance of which is never consistent. SCP-GREEN will be unable to manifest during another's lifespan. With all instances being born several years after the other's death.
All currently discovered SCP-GREEN instances have been found to have the following in common:
- The last name Green
- Green eyes
- An above average IQ and intelligence
- An Introverted personality
- An interest in anomalies
SCP-GREEN instances will be incapable of remembering memories from prior instances. However, The current SCP-GREEN instance, Isaac Schott Green, has claimed to have several dreams that were similar to that of previous moment within another instances lifetime. Specifically that of the oldest known instance, Edward Green.The implications of this is unknown.
The following is a record of all currently know instances of SCP-GREEN throughout history:
| Name | Description | Lifespan |
|---|---|---|
| Henry Green | Male, White, England origins, ectomorph body type, green eyes. A known member of Unusual Cargo. | April 21st 1779 - October 11th 1809 |
| [REDACTED] Green | Male, White, Irish origins, skinny body type. Know for committing acts of piracy. | October 11th 1810 - August 5th 1831 |
| [REDACTED] Green | Female, White, American origins, skinny body type, ectomorph body type | 1957 - September 3th 2002 |
| Isaac Scott Green | Male, White, American origins, ectomorph body type | September 3rd 2003 - Pending |
Jack-o'-lantern of Fear
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (10 Jul 2020 07:54)
The Sweet One
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (01 Apr 2021 14:41)
Drunk
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (24 Aug 2020 23:42)
A Self Fulfilling Prophecy
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (05 Mar 2021 23:20)
The Curse of the Golden Pirate
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (20 Apr 2021 10:38)
Manifest 727: Hy-Brasil and It's Kraken
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (28 Mar 2021 04:28)
Dr. Green's Personnel File
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (24 Apr 2021 03:59)
Dr. Green's Art Page
Rating: +0
Comments: 0
+/- : +0/-0
Last Comment: ()
Last Edit: Panda_of_Green (18 Aug 2020 06:37)
Collaborations
Subject: SCP-650
Photographed Activity: SCP-650 is standing in its containment chamber, faced away from the camera in a neutral position.
Photo Result: SCP-650 facing in front of the camera in a threatening posture.
Subject: SCP-011
Photographed Activity: Facing towards the camera with its musket to its side.
Photo Result: █████████ █████ is standing next to SCP-011, while leaning her head on its shoulder. SCP-011's arms are around her back and its head is leaning on hers. SCP-011's musket is not visible.
Test 914-1618
Name: Dr. Green
Date: 15/06/2020
Total Items: Five sheets of paper with the word "3D" printed on them. The 3 was printed with red ink, while the D was printed with blue ink.
Input: One item mentioned above
Setting: Rough
Output: A pile of shredded paper with traces of red and blue ink.
Input: One item mentioned above
Setting: Coarse
Output: A sheet of paper, and a puddle of red and blue ink.
Input: One item mentioned above
Setting: Fine
Output: The same sheet of paper. However, the word "3D" now has the appearance of traditional 3 dimensional art. With the width of the word extending backwards towards the lower edge of the page.
Input: One item mentioned above
Setting: Very Fine
Output: A paper sculpture of the word 3D, roughly 15 cm tall and 5 cm thick. It began to levitate, and moved rapidly towards and away from the faces of anyone observing it, similar to the way early 3D film would emphasise the 3D aspect of the movie.
Test 914-1675
Name: Dr. Green
Date: 12/08/2020
Total Items: Five sheets of paper with an illustration of the cat within SCP-040-JP
[Warning: The following experiment is prohibited for viewing without proper memetic countermeasures.]
Note: Due to the potential of the refined outputs producing the effects of SCP-040-JP, all personnel except for those with Class-D classification were required to wear video-capturing goggles during testing. Subject D-300294 was instructed to only view the Output booth during the entirety of testing. This was done to see if the effects of SCP-040-JP will occur in the refined items. - Dr. Green
Input: One illustration
Setting: Rough
Output: A pile of shredded paper with traces of ink
Input: One illustration
Setting: Coarse
Output: A sheet of paper and a puddle of ink
Input: One illustration
Setting: 1:1
Output: A sheet of paper with a crude drawing of a dog. The dog has human-like eyes, similar in appearance to the illustration of the cat within SCP-040-JP. D-300294 was suffering an alternate effect of SCP-040-JP. Constantly repeating the phrase "There's a dog" instead of a cat. D-300294 was administered proper amnestics and was given the same instructions as before.
Input: One illustration
Setting: Fine
Output: A photorealistic sketch of the cat within SCP-040-JP. It produced the same effects as SCP-040-JP and D-300294 was given amnestics.
Input: One illustration
Setting: Very Fine
Output: A paper cut-out of an illustration of the cat within SCP-040-JP. Upon the Output door opening, D-300294 vocalized the phrase "There's a cat" multiple times in a distressed tone, showing that it produces the effects of SCP-040-JP. The cat walked out of the booth in a erratic manner and attempted to leave Research Cell 109-B by sliding itself under the door. It was then neutralized via incineration to prevent personnel within Facility 23 from suffering its effects. All personnel exposed to the cat were administered amnestics shortly afterwards.
[End of Memetic Hazard.]
Item Description: A golden double-bell alarm clock that causes any form of time mentioned about it to show the current present time instead. Regardless of what form of information is used for such expression.
Date of Recovery: 30 Jul 2021 23:30
Location of Recovery: Within a train station at Gary, Indiana
Current Status: In storage at Site-81.
##white|BY ORDER OF THE INFOHAZARDOUS DIVISION
The following files contain Infohazardous information. Deletion of this file has been unsuccessful. Personnel are not to proceed reading and should immediately inform their supervisor if failure to follow said instruction.##
Ok, Real Talk
Who is This Guy Really?
Greetings, I am Panda_of_Green. But my real name is Isaac [REDACTED]. Ya, you don't need to know my real full name. Just call me Dr. Green to keep things simple, ok.
I'm a Caucasian male currently at 17-years-old living in the anomalous state of Ohio. I'm tall, skinny, and have dark brown hair. I'm kind, an introvert, and a bit of a nerd, but not the annoying type. I fear abandonment, failure, the dark, and forgetting or being forgotten. I love my friends, my family, my SCP works, hiking, and giant double cheese burgers.
How did he join the SCP Foundation?
Well, it started while I was watching DanPlan on YouTube and they were doing a video about SCPs. I had a bleary memory of Markiplier playing a game about it. Funny note, when I first saw SCP-049 I thought it was the Grim Reaper or something. I had no idea what SCP was.
After I was done watching the video, I looked into it and fell in love with this universe. I wanted to make a YouTube channel about SCPs and maybe a couple of SCPs myself. So I made this account to be part of this community, note that this was do on 03/22/2020. The first SCP I ever posted failed miserably. Mainly because of the clinical tone and the idea was not that great. To put simply, it was a pumpkin that on Halloween makes you see your great fear. It won't be until MM/DD/2021 that SCP-XXXX, my first successful SCP, would be posted. That's almost a full year from where I joined. Eventually followed by SCP-XXXX, SCP-XXXX, and this author page. Quite the journey if I have to say so myself.
Who is Dr. Green?
Dr. Green is my author avatar. He is the embodiment of me. However, he is not me. He is just my window to interact with this universe.
He is the Asst. Dir. of Research at Site-85. He wears a lab coat, a long sleeve button up shirt, jeans, and a signature green tie.
Almost a year after making this character, I finally came up that idea for his anomalous properties. His soul would regard Nate's every so often. With the current one and happy day to Dr. Green. I did this because I found out about a game called Return of the Obra Dinn and the GoI called Unusual Cargo. I wanted to place myself in the past, and this was the best way for me to do that.
What is his logo supposed to be?
This is my logo.
What and why is this thing my profile picture? Well, I wanted to make a profile picture similar to Dr.Cimmerian's or TheVolgun's logo. I first came up with the character Dr. Green before I got the idea for the logo. I thought "If this character's name is green, then there should be something about them that is green" or something like that. What I chose as their icon would be his green tie.
My logo is meant to represent a green tie. With the two green triangles representing the tie itself, and the white ones being the collar. Forming the profile picture that I still use to this day. Sometimes the logo will change slightly depending on current events, such as the holiday or time of year.
Anymore Questions?
Contact me if you need any more answers. Whether that be in the discussion section of this page, a DM on Instagram or something else.
| Achievables | Unlocked? |
|---|---|
| SCPs | SCPs |
| Write an SCP | 💚 |
| Write 5 SCPs | |
| Write 10 SCPs | |
| Write 25 SCPs | |
| Write 50 SCPs | |
| Write an SCP tagged as "safe" | |
| Write an SCP tagged as "euclid" | |
| Write an SCP tagged as "keter" | |
| Write an SCP tagged as "thaumiel" | |
| Write an SCP tagged as "neutralized" | |
| Write an SCP tagged as "explained" | |
| Write an SCP tagged as "joke" | |
| Write an SCP tagged as "esoteric-class" | 💚 |
| Collaborate on an SCP | |
| Write an SCP-001 Proposal | |
| Write an SCP in Series I | |
| Write an SCP in Series II | |
| Write an SCP in Series III | |
| Write an SCP in Series IV | |
| Write an SCP in Series V | |
| Write an SCP in Series VI | 💚 |
| Write a format screw SCP | |
| Rewrite someone else's SCP | |
| Tales | Tales |
| Write a tale | |
| Write 5 tales | |
| Write 10 tales | |
| Write 15 tales | |
| Write a tale that gets to +50 | |
| Write a tale that gets to +100 | |
| Start a tale series | |
| Finish a tale series | |
| Collaborate on a tale | |
| Write a Parawatch Tale | |
| GoI Formats | GoI Formats |
| Write a GoI Format | |
| Write 5 GoI Formats | |
| Write 10 GoI Formats | |
| Write 15 GoI Formats | |
| Write a GoI format that gets to +50 | |
| Write a GoI format that gets to +100 | |
| Collaborate on a GoI Format | |
| Write an Alexylva University Format | |
| Write an Ambrose Restaurants Format | |
| Write an Anderson Robotics Format | |
| Write an Arcadia Format | |
| Write an AWCY? Format | |
| Write a Black Queen Format | |
| Write a Chicago Spirit Format | |
| Write a CotBG Format | |
| Write a DEER College Format | |
| Write a Dr. Wondertainment Format | |
| Write a Factory Format | |
| Write a GOC Format | |
| Write a GRU Division "P" Format | |
| Write a Herman Fuller's Circus of the Disquieting Format | |
| Write a Horizon Initiative Format | |
| Write an ICSUT Format | |
| Write an IJAMEA Format | |
| Write a Manna Charitable Foundation Format | |
| Write an MC&D Format | |
| Write a Medicean Academy of the Occult Arts Format | |
| Write a "Nobody" Format | |
| Write an ORIA Format | |
| Write an Oneiroi Collective Format | |
| Write a Prometheus Labs, Inc. Format | |
| Write a Serpent's Hand Format | |
| Write a Shark Punching Center Format | |
| Write a UIU Format | |
| Write a Wilson's Wildlife Solutions Format | |
| General | General |
| Get +200 net upvotes | |
| Get +500 net upvotes | |
| Get +1000 net upvotes | |
| Get +2000 net upvotes | |
| Get +3000 net upvotes | |
| Get +4000 net upvotes | |
| Get +5000 net upvotes | |
| Surpass one Moto of upvotes | |
| Enter an X000 Contest | |
| Enter a Contest | |
| Win a Contest | |
| Write for a canon | |
| Write 5 articles for canons | |
| Write 10 articles for canons | |
| Write for 5 different canons | |
| Create a canon | |
| Coldpost a successful article | |
| Write a thing that does a thing | |
| Write a spooky scary murder monster | 💚 |
| Write a temporal anomaly | |
| Write a ghost story | |
| Write an urban legend | |
| Write a mystery that gets solved | |
| Write a mystery that doesn't get solved | 💚 |
| Write something grimdark | |
| Write something zany | |
| Write a recurring author avatar | 💚 |
| Have someone use my character in an another article | |
| Write about a one-time phenomenon | |
| Write about the Foundation being cruel | |
| Write about the Foundation being saviors | |
| Write about the Foundation's hands being tied | |
| Write a humanoid | |
| Write a sad article | |
| Write a wholesome article | |
| Write a confusing article | |
| Write a disturbing article | |
| Write a body horror article | |
| Write a funny article | |
| Write a 3000+ word article | |
| Write a <1000 word article | |
| Write a <500 word article | |
| Write an article about space | |
| Write an article about the seas | 💚 |
| Write an article about a moral dilemma | |
| Write an article with a lot of dialogue | |
| Write an article without a story | |
| Write a dado article | |
| Write an article about a Series I SCP | |
| Write, crit, and post an article within 24 hours | |
| Write an article that gets a YouTube video made about it | |
| Write an article that gets a good YouTube video made about it | |
| Write an article that gets covered by The Exploring Series | |
| Write an article that gets covered by TheVolgun | |
| Write an article that gets covered by TheeSherm | |
| Had fanart made of one of my articles | |
| Commission art for one of my articles | |
| Write an article that gets to +50 | |
| Write an article that gets to +100 | |
| Write an article that gets to +200 | |
| Write an article that gets to +300 | |
| Write an article that gets to +400 | |
| Write an article that gets to +500 | |
| Write an article that gets to +1000 | |
| Write an article that gets to +100 in a week | |
| Write an article that gets to +200 in a month | |
| Write an article that gets to be the Top Rated of the Last 30 Days | |
| Write an article that gets to be the Top Rated of the Month | |
| Get an article featured on the front page | |
| Successfully coldpost an article | |
| Complete Bright's Challenge | |
| Create a new GoI |
Cite this page as:
"Dr. Green's Personnel File" by Panda_of_Green, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/dr-green-s-personal-file. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: dr_green.jpg green_logo.png
Author: Panda_of_Green
License: CC BY-SA 3.0
Source Link: SCP Wiki
Filename: 1800s-green.jpg
Author: John Trumbull
License: Public Domain
Source Link: metmuseum.org
Additional Notes: The size was shrunken, an orange/brown tent was added, and the Unusual Cargo logo was placed in the top left corner.
Filename: money.png
Author: Font Awesome
License: CC BY-SA 4.0
Source Link: Wikimedia
For more information about on-wiki content, visit the Licensing Master List.






Per 


