@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @supports(--css: variables) { :root { /* Typefaces */ --body-font: 'IBM Plex Mono', monospace; --header-font: 'IBM Plex Mono', sans-serif; --title-font: 'IBM Plex Mono', monospace; --mono-font: "IBM Plex Mono", monospace; /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; scrollbar-color: rgba(var(--white-monochrome), 1) rgba(var(--bright-accent), 0.50); } #container-wrap-wrap { background-image: -webkit-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: -moz-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -moz-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-gradient(linear, left top, left bottom, color-stop(var(--header-height-on-desktop), rgba(var(--black-monochrome), 1)), color-stop(calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -o-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -moz-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -o-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-repeat: no-repeat; } #skrollr-body {} a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #top-bar li:hover ul, #top-bar li:focus-within ul, #top-bar li.sfhover ul, #top-bar li ul { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; } #search-top-box-form input[type="submit"] { background: rgb(var(--bright-accent)) !important; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { background: rgb(var(--dark-accent)) !important; } #side-bar img { display: none; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent),0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #side-bar div.menu-item a:hover { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .page-rate-widget-box { background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(30%, rgb(var(--dark-accent))), to(rgb(var(--dark-accent)))) !important; background: -webkit-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -moz-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -o-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: linear-gradient(to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; } .page-rate-widget-box > span.rate-points, .page-rate-widget-box > span.rateup, .page-rate-widget-box > span.ratedown, .page-rate-widget-box > span.cancel, .page-rate-widget-box > span.rate-points > a, .page-rate-widget-box > span.rateup > a, .page-rate-widget-box > span.ratedown > a, .page-rate-widget-box > span.cancel > a { color: rgb(var(--white-monochrome)); mix-blend-mode: unset; -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .page-rate-widget-box > span.rate-points:hover, .page-rate-widget-box > span.rate-points:active { color: rgb(var(--white-monochrome)) !important; mix-blend-mode: unset !important; } .page-rate-widget-box > span.rateup:hover, .page-rate-widget-box > span.rateup:active, .page-rate-widget-box > span.ratedown:hover, .page-rate-widget-box > span.ratedown:active, .page-rate-widget-box > span.cancel:hover, .page-rate-widget-box > span.cancel:active { color: rgb(var(--black-monochrome)); -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent))!important; } iframe.scpnet-interwiki-frame { -webkit-filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); } @media only screen and (max-width: 768px) { #header { background-position: left -webkit-calc(5vw + 5.5rem - 10.4rem) top -webkit-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left -moz-calc(5vw + 5.5rem - 10.4rem) top -moz-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2),top center; -webkit-background-size: -webkit-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -moz-background-size: -moz-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -o-background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-repeat: no-repeat,repeat; } } @-webkit-keyframes flicker { 0% { opacity: .2; } 5% { opacity: .9; } 6% { opacity: 1; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
Hector Leatherwood taking part in a play created by Dr. Literacy.
"You know, it's cute. Despite living in such a peaceful world, you can feel like you're in an absolute nightmare. Then again, maybe that's just little something I'm experiencing right now. Maybe I should call a doctor… just in case."
Name: Hector Zechariah Leatherwood
Alias: Dr. Etiquette
Gender: Male
Sex: Male
Occupation: Senior Researcher
Security Clearance: Level 3 "Secret"
Profile: Hector appears with a paper mask that he keeps on his face constantly, hiding most of his face. It is unknown why he does this (or how he can even see through it when there are no holes, though Zachariah has stated that "it is one of his quirks he made up in his head" though it doesn't explain why he's downright aggressive as soon as someone attempts to even touch it or remove it. He has ginger hair, kept short and spiky, having a great complexion and dark freckles on his cheeks.
Leatherwood usually wears formal attire, apparently unable to dress in anything that isn't casual clothing until he is reserved in his staff quarter. In which case, he will gladly don a onesie, no matter how ridiculous it appears on him. However, outside of his quarters, he is easily seen with a brown vest and lemon-colored shirt, finished with umber-brown pants.
Hector is a determined gentleman, demonstrating proper etiquette, being very polite, at times, shy, though that isn't to say he does not possess any faults. Leatherwood is a very flawed man who can be listed as such:
Prone to procrastination, ill-tempered, easily frightened and possessing multiple phobias (in short: cowardly), socially awkward, hopeless romantic that creates dangerous fantasies that are to be denied and even force personnel to berate him for conjuring up such visions with his imagination, childish (and at worst: completely immature), and has a habit of being morally bankrupt with no consistent record.
However, despite all these terms to list him, he proves to work as hard as he can and force himself to give more than the status quo for the sake of keeping his job and remaining in the Foundation. While his reasons have not been discovered, Zechariah has implied within multiple conversations with Foundation personnel that he considers the organization as his "home".
A passionate lover for plays and theatre, he will gladly take a role; no matter how humiliating it is, how minor or major, and/or a role specifically to ruin his reputation. He also loves trying to hook up with people, regardless of gender or sex. When questioned on his sexuality, it has been assumed he is demisexual and simply seeks a relationship with someone "to spark his life up with the wonders of romance".
A hater of many things, such as the appropriation of movies, films, series, art and reboots. If given the opportunity, he will become very vocal and begin to relentlessly research and attempt to sway the point of view of people whose opinions he disagrees with. However, Hector never attempts to insult them, not wanting to discredit his logical argument and thesis by personally attacking people.
Note from O5-07:
"Despite Hector's mental illnesses, he is receiving proper aid to suppress and possibly aid in curing his problems easily; for now, it has been recommended that people treat him with respect and as normally as possible.
Hector was born on the 5th of March, 1982, an illegitimate child of Charlie Jefferson and Alyssa Linwood. He grew up within Salt Lake City, Utah of the United States. He was raised, acting very bizarrely during his years developing from an infant to a child. This caused his parents to begin looking for doctors. He was confirmed to have Persistent Depression Disorder (Dysthymia) and Paranoid Schizophrenia, apparently a genetic cause.
His future became very uncertain, due to the stigma revolving around mental illness and how it can ruin a person’s life. His parents began to become overprotective and extremely vigilant of possible aspects within his life that might worsen his symptoms and ability to function in life. However, the “help” they were giving him did not help him in the slightest. The constant coddling and excessive plans put a toll on him, and he continued shutting himself away from everyone.
In school, Zachariah became extremely violent, fighting children and peers, even going so far as assaulting multiple teachers. This, and poor grades, additionally the major incidents occurring in his primary school had forced him to be expelled, forcing his family to move to a new state. Heading west, They would head into a smaller city called Fallon, heading into the Churchill County in Nevada, where they began a fresh new start.
Unfortunately, rumors had been carried around inside their middle school, and gossip was being considered to be truths about his past. To the point where bullies would mock Hector and use these rumors to push him down. Fortunately, Zachariah pushed aside their transgressions and tolerated his school, relying on a counselor to help him deal with his mental issues and assist in allowing him to cope with his mental disorders.
However, it would be discovered that, at the age of 13, Hector had also been experiencing symptoms of Bipolar Disorder. This only made people more wary of him, as even teachers started to mock him behind his back. Progressing through the years, he had developed a better habit of attendance in school and completing assignments/homework.
Despite this small victory, his relationship with his parents was dangerously close to becoming lost as his father and mother bickered over Hector’s issues, unable to hide their conflict and opinions. It eventually led to their separation, causing even more bullying with people stalking and spying on his personal life. But he didn't seem to obtain any severe impacts from this event.
In this time as an adolescent, he experimented with hobbies and subjects that he may take a liking to, finding a passion for theater and cooking, as well as the science within the world, especially anomalous and unknown.
At the age of 19, Hector would enter the University of Sydney after becoming an Australian citizen, entering a course for a degree in Chemistry and Microbiology, completing both courses in 6 years.
The Foundation was notified of his presence after an incident regarding SCP-7129, where SCP-7129 had shown incredible resistance against MTF Epsilon-6, suffering heavy casualties. Yet, Hector provided a great distraction of fireworks and makeshift substance, even withstanding SCP-7129's anomalous phenomena; due to this incident, Leatherwood (aged 27) was taken into Foundation custody as Class-E personnel, but showed remarkable recovery (and suspiciously less severe effects of SCP-7129's phenomena).
For the purpose of keeping a vigilant eye but also to use Leatherwood's expertise in the fields of science, he was debriefed after recruitment and stationed within a nearby site of Sydney as a junior researcher. However, his integration was surprisingly quick, as he had obtained the approval to become a researcher in the span of five months, achieving his status and reputation as a tenacious hard-worker. He had even became such a reputable and renowned researcher that O5-07 kept a close eye on him, showing great fascination and even approving him for a higher rank, though that was after he had demonstrated being more capable of scheduling work and such.