|
|
: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); }
ALRIGHT FUCKERS I HOPE Y'ALL READY
CUZ WE ABOUT TO GO FULL HAM
UP
IN
THIS
BINCH
Hey yo, it's ya boi Fullham. You can also call me Full-of-it, Hammy, DJ Hamhands, Hamsterdance…..call me whatever as long as it's not ████████ lmao 🤣💯 💦
THIS ME
Name: Mike
Pronouns: He/him/his preferred, they/them are accepted as well.
Age: 33 (YES I AM OLD)
Location: Minnesota, USA, the place where we constantly complain about the weather but are weirdly stubbornly proud of putting up with it.
Interests: Video games, weird paranormal shit (fucking DUH), reading sci-fi and high fantasy, writing (also DUH), biking, and swimming during the six weeks a year it's warm enough for it here. I also stream games on Twitch.
THIS IS SHIT PEOPLE SAY ABOUT ME
Quikngruvn said "Ooooh, I see, Fullham. That both makes more sense and less sense."
JakdragonX said "The ham, the homeslice, the delectable legend."
Hexick said "You're so cool everyone wants you at Sunday dinner."
MalyceGraves said "A heart o' gold with a fine set of pipes."
Calibri Bold said "Full is an 8/10 person. Doesn't smell awful, wears glasses, but isn't a wizard."
Tropinano said "One time I walked into the site19 and there stood Fullham in the biggest fucking hat you've ever seen. I was in shock and said 'where did you get that hat' but was quickly hushed as DrFullham stared at me, looked around hastily and vanished."
Proasek said "The more I read from Fullham the more I want die."
cybersqyd said "Doctor Fullham is, despite my strongest protests, an author."
WhiteGuard said "DrFullham: I would hate and love you at the same time for that."
Sonderance said "DrFullham hastened my descent into weebdom, and for that he will never be forgiven. He also gives pretty good crit."
Marcelles_Raynes said "You make me regret learning how to read sometimes."
WarFang said "I'm gonna fuckin headbutt you."
CelesteKara said "Fullham is definitely a ham. Not a very good one, but at least edible."
HarryBlank said "I didn't know you can get an authorpage by titling other people's stuff."
Cyvstvi13 said "You're alright."
Oboebandgeek99 said, "I get sea captain vibes from you. Or like, mad sea captain crossed with eldritch horror. But like a nice eldritch horror."
DrKens said, "DrFullham is a raccoon slut, like me."
ThatDudeOverThere said, "imma quote you in the future."
SCP-3608: "PTSD: Post-Traumatic Stress Dimension" (+73)
This was my first ever SCP, and it took me ages to write. The earliest drafts were a sad ripoff of SCP-093 and people were quick to tell me such. After two years of editing and polishing, it was finally to a point where I felt comfortable posting it in the fall of 2018.
As of 21/06/2020, I have done a fairly major rewrite and shaved off about 1500 words thanks to the lovely
cybersqyd. Ve helped me trim the fat and cut out a lot of stuff that didn't really help the narrative, and for that ve has my eternal gratitude.
MalyceGraves's advice also prompted me to remove every single blackbox on the page.
Fun fact: The original title was "The Living Dimension", which I changed to "Knock Knock Knockin' on Fear's Door" after the rewrites in 2020. Then,
WarFang on IRC gave me the current, much better title.
Appx. word count: 6250
SCP-4836: "I Love You Beary Much" (+53)
What is and will probably remain my most emotional SCP. It's based on the fact that I really love my mom who is thankfully still with us. Wrote this in about two months after the first time I graced the IRC chats with my presence.
Appx. word count: 2000
SCP-5836: "To Nobel Peace You Must Prepare For War" (+46)
My first entry for 144-hour Jamcon 2020, the theme was EXPLOSIONS. I stared at my signed photo of Mr. Torgue for inspiration as I wrote it. It's both my shortest SCP and the shortest time I've spent writing an SCP, 6-8 hours total. And since you foolish fools foolishy voted to keep it on the site, now this page exists.
I hope you all learn from your mistake.
Appx. word count: 500
SCP-5608: "The Delectable Taste of Cognition" (+42)
144-hour Jamcon 2020 entry #2, theme was DELICIOUS. Credit to the "Deleted Wikipedia pages with freaky titles" page for giving me "Scrambled brains on toast" which inspired this grotesque horror.
Appx. word count: 1150
SCP-5447: "Art Imitates Life" (+40)
My pinch-hit entry for the 2020 Exquisite Corpse contest. I had a lot of fun writing this, even if I was in a blind panic for much of the roughly 48 hours I had to write it. Thanks
FoodAndBeverage for providing the containment procedures!
Appx. word count: 1400
SCP-6608: "I Saw The Light" (+36)
Been working on this one since December of 2019 and there is no reason it should have taken me that long. Inspired by the photo, which was actually an r/SCP fuel post.
Appx. word count: 2650
Canon Renaissance Contest: "The Hanging Tree" (+30)
My contribution to the Team With No Name's Aces and Eights entries for Canon Renaissance Contest. This was a blast to write and I'm happy my first ever tale on the wiki was pretty well received!
Appx. word count: 650
CupidCon 2021 Tale: "The Tale Of Richie And Mitchy" (+55)
My entry to the CupidCon 2021 contest. I waited until the last day of the contest because I was just not feeling inspired, but then reading the other entries got me all fired up and I basically didn't sleep the night I wrote this. I had a blast and it was received better than I ever imagined.
Appx. word count: 1600
Bright's Challenge: "Breaching Boredom" (+33)
A short, personal vent piece about the mundanity of quarantine mixing with depression, and the need for something, anything exciting to happen.
Appx. word count: 350
I had this lovely image of SCP-3608 impromptu-drawn for me by the amazing
Skorpt!!! I appreciate it so much and love how well they got across a complex idea in such a straightforward image! You can find her art page here!
Artist
Aethris also drew this incredible GIF of 4836, again, without me even asking! The artists here are so heckin' great and generous! You can find her art page here!
Artist RafRusalka also drew this fantastic piece for 5447! You can find his DeviantArt page here!
I commissioned this lovely pic of an epilogue scene of my two lovey dovey boys Richie and Mitchy from
WarFang and he did a fantastic job!
Robyrne also did this amazing drawing of Ritchie and Mitchy - I like to imagine this as the first time they met. You can find his tumblr here!!!
These are articles that other very talented people wrote that I provided the titles for:
SCP-3835: "Better inWeedients, Better Pizza, Papa John's" by Marcelles_Raynes
SCP-5270: "Press 'X' To Bear" by GerrymanderBassist
SCP-5498: "You've got (my) eyes in the back of your head" by Marcelles_Raynes
SCP-5506 "The Best Part of Waking Up is Manifesting a New God" by MalyceGraves and
DrAkimoto
SCP-5785 "Craptivism" by Deadly Bread and
Sonderance
"A Tale in Which a Recap is Disguised as Character Interactions" by Ihp
If the title wasn't obvious enough for you shrieking plebs, these are recordings of Your Royal Hamness reading various SCPs and tales.
Due to changes in the file size rules, I have started a YouTube channel for my readings.
SCP-3929: "boner pill by dado" by djkaktus
SCP-5053: "Anything but a stick in the mud" by Marcelles_Raynes
SCP-5608: "The Delectable Taste of Cognition" by me, Doctor Fullham
SCP-5798: "Interview with the Drain Snake" by J Dune
"Back to Your Irregularly Scheduled Programming" by Kensing
Name: Dr. Henry James Alexander Fullham
Gender/Sex: Male/Male
Featured in:
The Broken Rose, both a name mention and did the voice acting for Director Bold.
The Vikander-Kneed Technical Media Hub, as the welcome voice.
Hahahaha I can't believe you scrolled down this far and there's nothing here GET REKT
















