Usage
To import this theme to your page, put the following anywhere inside it:
[[include :scp-wiki:theme:creepypasta]]
The standard CSS @import method won't work. This is intentional (thanks to
stormbreath for providing the CSS code!). Importing the theme using [[include]] adds your page to a list of Backlinks. This is useful for seeing what pages would be affected when this theme is updated, and allows any errors caused by that to be noticed and corrected much faster.
You can view any page's Backlinks by clicking "+ Options" at the bottom of the page, then "Backlinks".
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
First Title
Second Title
Third Title
Fourth Title
Fifth Title
Sixth Title
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a |
table |
| You should know |
how to make these |
| already |
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
/*
Powered on 2019/05/09 06:09:42
[2019 Wikidot Theme]
Created by The Great Hippo
CC BY-SA 3.0
*/
/* FONTS AND COLORS */
:root {
--bg-light: #262626;
--bg: #1a1a1a;
--bg-dark: #000000;
--fg-light: #ffffff;
--fg: #f2f2f2;
--fg-dark: #e6e6e6;
--fg-accent-light: #ffffcc;
--fg-accent: #ffff99;
--fg-accent-dark: #ffff80;
--fg-accent-2: #ffffff;
}
body {
background: var(--bg);
color: var(--fg);
font-family: 'PT Mono', monospace;
}
a, a:visited {
color: var(--fg-accent-dark);
}
h1, h2, h3, h4, h5, h6, #page-title {
color: var(--fg-light);
font-family: 'PT Mono', monospace;
}
ins, del {
color: black;
}
/* HEADER */
div#container-wrap {
background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/gradient.png) top left repeat-x;
}
div#header {
background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/parawatch.png) 10px 40px no-repeat;
}
div#header h1 a span {
/* hiding header text */
font-size: 0px;
color: transparent;
}
div#header h1 a:before {
content: " ";
color: rgb(24, 24, 24);
}
div#header h2 span {
font-size:0px;
padding: 4px;
}
div#header h2:after {
content: " ";
font-weight: bold;
color: rgb(255, 224, 135);
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
white-space: pre;
}
/* SIDE-BAR */
div#side-bar a,
div#side-bar a:visited {
color: var(--fg-dark);
}
div#side-bar div.side-block {
background: rgb(24, 24, 24);
border: 1px solid #ffe087;
box-shadow: 0 2px 6px #404040;
}
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources {
background: rgb(24,24,24);
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
color: rgb(255, 224, 135);
border-color: rgb(255, 224, 135);
}
/* Recolors the image bullet points in the side-bar */
.side-block .menu-item > .image {
filter: hue-rotate(230deg) invert(100%);
}
/* Recolors the Translation Module */
div.scpnet-interwiki-wrapper {
filter: hue-rotate(230deg) invert(100%);
}
/* Recolors the panel that opens on mobile with the side-bar */
@media (max-width: 767px) {
#side-bar{
background-color: var(--bg);
}
}
/* Recolors the drop down from the arrow next to username in the header */
#login-status ul a {
color: var(--fg);
background: var(--bg);
border-color: var(--fg);
}
#login-status ul a:hover {
color: var(--fg-dark);
}
/* Makes the code readable */
.hl-identifier, .hl-code, .hl-brackets {
color: var(--fg);
}
/* Top-Bar */
#top-bar a {
color: var(--fg-dark);
}
#top-bar ul li ul {
border-color: var(--fg-light);
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: var(-fg-light);
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background-color: var(--bg-light);
color: var(--fg-dark);
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: var(--bg-dark); /* top bar hover background color */
color: var(--fg-dark);
}
div.yui-navset div.yui-content {
background: rgb(24, 24, 24);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
background: rgb(24, 24, 24);
color: rgb(255, 237, 185);
border: solid 1px #ffffff;
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
background: rgb(40, 40, 40);
color: rgb(255, 237, 185);
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
background: rgb(50, 50, 50);
color: var(--fg);
border: solid 2px #ffff99;
}
/* rating module */
.page-rate-widget-box .rate-points {
background-color: var(--bg-dark) !important;
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
background-color: var(--bg-dark);
color: white;
border: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel {
background-color: var(--bg-dark);
border: 0;
border-left: 1px solid var(--fg-accent-light);
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel a {
border: 0;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background-color: var(--bg-dark);
color: white;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover {
background-color: var(--bg-dark);
color: white;
}
/* footnote hovers */
.hovertip {
width: 20em;
padding: 0.5em;
border: 1px solid var(--fg-accent-light) !important;
border-radius: 0.5em;
background-color: #000000ee !important;
box-shadow: 0 0 6px 1px #000000aa;
z-index: 100;
}
.hovertip .f-heading {
color: var(--fg-accent-light);
}
/* inputs */
input.text, input.button,
#search-top-box-input,
#search-top-box-form input[type=submit],
div.buttons input, input.button, button, file, a.button {
background: transparent;
color: var(--fg);
border: 1px solid var(--fg-accent-2);
border-radius: 0;
font-size: 1em;
outline: 0;
}
div.buttons input:hover, div.buttons input:focus,
input.button:hover, input.button:focus,
button:hover, button:focus,
file:hover, file:focus,
a.button:hover, a.button:focus {
border-color: var(--fg-accent-2);
background: transparent;
color: var(--fg);
}
input.text:hover, input.button:hover,
input.text:focus, input.button:focus,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
color: var(--fg);
background: transparent;
border: 1px solid var(--fg-accent-2);
outline: 0;
}
/* EDITING WINDOWS */
.owindow {
color: #000;
}
.owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 {
color: #000;
}
.owindow a {
color: #272727;
}
table.page-files .highlight {
background-color: #272727;
}
input.text {
border: 1px dashed #000;
color: #fff;
}
input.text:focus {
border: 1px dashed #000;
color: #fff;
}
input.text:hover {
border: 1px dashed #000;
color: #fff;
}
div#lock-info {
background-color: var(--bg-light);
}
/* BLOCKQUOTES */
blockquote,
div.blockquote {
background: var(--bg-dark);
border-width: 2px;
border-style: solid;
border-color: var(--bg-light);
}
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
background: var(--bg-dark);
border-width: 2px;
border-style: solid;
border-color: var(--bg-light);
padding: 0 1em;
margin: 1em 3em;
}
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
@media (max-width: 479px) {
div.parapost {margin: 1em 0;}
div.parapost.reply1 {margin: 1em 0 1em 1em;}
div.parapost.reply2 {margin: 1em 0 1em 2em;}
div.parapost.reply3 {margin: 1em 0 1em 3em;}
div.parapost.reply4 {margin: 1em 0 1em 4em;}
div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
@media (min-width: 480px) and (max-width: 580px) {
div.parapost {margin: 0.5em;}
div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
/* IMAGES */
#page-content .scp-image-block {
border-color: var(--fg-accent);
box-shadow: none;
}
#page-content .scp-image-block .scp-image-caption {
border-color: var(--fg-accent);
background-color: var(--bg-dark);
}
table.wiki-content-table th {
background-color: var(--bg-dark);
}
hr {
background-color: var(--fg);
}
.code {
border: 1px dashed var(--fg);
background-color: transparent;
font-family: "Courier", "Courier New", "Roboto Mono", monospace;
font-size: 1em;
}
/* INFO MODULE */
#page-content .rate-box-with-credit-button {
background-color: var(--bg-dark);
border: 1px solid var(--bg-dark);
}
#page-content .rate-box-with-credit-button .creditButton p a {
border-left-color: var(--fg-accent-light);
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
border-left: 0;
}
#page-content .modalbox {
background: linear-gradient(var(--bg) 51px,var(--bg-light) 51px,var(--bg-light)) !important;
color: var(--fg);
box-shadow: 0 2px 6px #404040;
}
.close-credits,
.credit-back {
filter: hue-rotate(230deg) invert(100%) brightness(150%);
}
#footer {
background: var(--bg-light);
}
/* MOBILE CODE */
@media (max-width: 767px) {
div#header {
background-size: 22em;
background-position: 1em;
}
#top-bar .open-menu a {
border: 0.2em solid var(--bg-light);
background-color: #787878;
color: var(--bg-light);
}
}
/* Parawatch "Anon" Theme
* [2021 Wikidot Theme]
* Created by Lt Flops
* Based on "Creepypasta Theme" by The Great Hippo and 4chan theme "Tomorrow"
**/
/* ---- COLOURS ---- */
:root{
--bg-light: hsl(0, 0%, 7%);
--bg: hsl(210, 6%, 12%);
--bg-dark: hsl(220, 7%, 17%);
--bg-light-2: hsl(0, 0%, 11%);
--fg-light: hsl(140, 3%, 83%);
--fg: hsl(140, 3%, 78%);
--fg-dark: hsl(207, 100%, 73%);
--fg-dark-2: hsl(207, 100%, 56%);
--fg-accent-light: hsl(207, 50%, 36.5%);
--fg-accent: hsl(207, 90%, 63%);
--fg-accent-dark: hsl(207, 32%, 52%);
--fg-accent-2: hsl(140, 3%, 83%);
--fg-accent-dark-2: hsl(207, 32%, 63%);
--vivid-lime-green: hsl(112, 77%, 48%);
}
/* ---- GENERAL ---- */
a, body, span{
word-break: unset;
}
a:visited, a:hover{
color: var(--fg-accent-dark-2);
}
a.newpage{
color: hsl(237, 27%, 68%);
}
ins, del{
color: var(--bg-dark);
}
.meta-title{
color: var(--fg-light);
border-bottom-color: var(--fg-light);
}
#toc{
background-color: unset;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar{
width: unset;
height: unset;
}
::-webkit-scrollbar-track{
background: var(--bg-dark);
}
::-webkit-scrollbar-thumb{
background: var(--fg-dark);
border: none;
}
::-webkit-scrollbar-thumb:hover{
background: var(--fg-dark-2);
}
textarea::-webkit-scrollbar-track{
background: var(--bg);
}
/* ---- HEADER ---- */
div#container-wrap{
background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aanon/gradient-anon.png);
}
div#header{
background-image: none;
}
div#header h1{
position: relative;
float: unset;
top: 40px;
left: 10px;
max-height: 100%;
height: 100%;
margin: unset;
background: url(https://scp-wiki.wdfiles.com/local--files/mkwhiteout-cia-pride/parawatchPRIDE.png) no-repeat;
}
/* ---- SIDE-BAR ---- */
div#side-bar div.side-block{
background-color: var(--bg-dark);
border-color: var(--fg-dark-2);
box-shadow: none;
}
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources{
background: var(--bg-dark);
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link{
color: var(--fg-dark-2);
border-color: var(--fg-dark-2);
}
#side-bar div.menu-item img{
filter: hue-rotate(62deg) invert(100%);
}
div.scpnet-interwiki-wrapper{
filter: hue-rotate(62deg) invert(83%);
}
@media (max-width: 767px){
#side-bar{
background-color: var(--bg-dark);
}
}
/* ---- TOP-BAR ---- */
#top-bar a{
color: var(--fg-accent-dark);
}
#top-bar .open-menu a{
color: var(--fg-dark-2);
background-color: var(--bg-dark);
border-color: var(--fg-dark-2);
}
div.yui-navset div.yui-content{
background-color: var(--bg);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a{
color: var(--fg-accent);
background-color: var(--bg-dark);
border-color: var(--fg-light);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus{
color: var(--fg-accent-light);
background-color: var(--bg-light);
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover{
background-color: var(--bg-light-2);
border-color: var(--fg-accent);
}
/* ---- INFO BAR ---- */
.info-container{
--linkColour: var(--fg);
--barColour: var(--bg-dark);
}
/* ---- INFO MODULE ---- */
.creditButton p a{
color: var(--fg);
}
.creditButton p a:hover,
.creditButtonStandalone p a:hover{
color: var(--vivid-lime-green) !important;
}
#page-content .modalbox{
background: var(--bg) !important;
box-shadow: none !important;
}
.close-credits,
.credit-back{
filter: hue-rotate(62deg) invert(100%) brightness(150%);
}
div#footer{
background: var(--bg-dark);
}
#license-area{
color: var(--fg);
}
/* ---- RATING MODULE ---- */
.page-rate-widget-box,
.rate-box-with-credit-button{
box-shadow: none;
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a,
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover{
color: var(--fg);
}
/* ---- LICENSEBOX ---- */
.licensebox .collapsible-block-link{
color: var(--fg-accent-dark);
}
/* ---- FOOTNOTE HOVERS ---- */
.hovertip{
box-shadow: none;
}
/* ---- EDITING WINDOWS ---- */
.owindow{
border-color: var(--fg-dark-2);
}
.owindow,
.owindow h1,
.owindow h2,
.owindow h3,
.owindow h4,
.owindow h5,
.owindow h6{
color: var(--fg);
}
.owindow{
background-color: var(--bg-dark);
}
.owindow .title{
background-color: var(--bg);
}
.owindow a,
.owindow a:visited{
color: var(--fg-accent-dark);
}
.owindow .active{
color: var(--fg-dark-2);
}
.owindow .content.modal-body img{
background-color: var(--bg-dark) !important;
}
.owindow .button-bar a{
background-color: transparent;
border-color: var(--fg-dark-2);
}
.owindow .button-bar a:hover,
.owindow .button-bar a:focus{
background-color: transparent;
border-color: var(--fg-dark);
}
table.page-files .highlight{
background-color: var(--bg-light);
}
input.text,
input.text:focus,
input.text:hover{
color: var(--fg-light);
border-color: var(--fg);
}
.wd-editor-toolbar-panel div {
filter: hue-rotate(62deg) invert(83%);
}
textarea{
color: var(--fg);
background-color: var(--bg-dark);
}
.change-textarea-size a{
color: var(--fg);
background-color: var(--bg-dark);
}
div#lock-info{
background-color: var(--bg);
}
/* ---- SELECTION ---- */
::selection{
background: hsl(207, 11%, 27%);
}
/* ---- PARAWATCH DIV BLOCK ---- */
div.parapost{
border-color: var(--bg-dark);
}
span.title{
color: var(--fg-dark-2);
font-size: 110%;
font-weight: bold;
cursor: pointer;
word-break: unset;
}
span.title span{
word-break: unset;
}
span.title:hover,
span.title:focus{
text-decoration: underline;
}
/* -------- MOBILE MEDIA QUERY -------- */
@media (max-width: 479px){
div#header h1{
background-position-y: .5em !important;
background-size: 75% !important;
}
}
/* -------- NOTE MEDIA QUERY -------- */
@media (min-width: 480px) and (max-width: 580px){
div#header h1{
background-position-y: 1em !important;
background-size: 60% !important;
}
}
/* -------- MINI TABLET MEDIA QUERY -------- */
@media (min-width: 581px) and (max-width: 767px){
div#header h1{
background-position-y: .25em !important;
background-size: 65% !important;
}
}
@media (max-width: 767px){
.open-menu a:hover{
box-shadow: none !important;
}
#top-bar .open-menu a{
background-color: var(--bg-dark);
border-width: .1em;
}
}
/* -------- TABLET MEDIA QUERY -------- */
@media (min-width: 768px) and (max-width: 979px){
div#header h1{
background-size: 75% !important;
}
}
/* ---- CODE SELECTORS [BACK-END] ---- */
.hl-identifier,
.hl-code,
.hl-brackets{
color: var(--fg);
}
.hl-var{
color: #21ff00;
}
.hl-special,
.hl-quotes{
color: #ffff00;
}
.hl-reserved{
color: #00b2ff;
}
.hl-number,
.hl-string{
color: #ff0020;
}
CONTENT WARNING
Do not read if you are susceptible to panic/anxiety attacks.
ScareMaster2000 05/01/2021 (Sat) 02:02:16 #54929583
I'm real spooked right now, and I need to tell someone about this.
So I'm sitting at my desk late at night, right? My parents are out of town today, on a tour of Niagara Falls, so it's just me and the computer and all the junk food I can eat. I'm having a pretty good time, fucking around on YouTube, when I hear this sound. This low, low growling sound. It's coming from outside my bedroom window.
I know this sound. I'm gonna go check it out, and tell you what I see. [1/4]
reifire_rose 05/01/2021 (Sat) 02:04:49 #54929585
Is this supposed to be happening right now? Something paranormal is happening to you RIGHT NOW, and you're typing it up for the site instead of calling the cops or something?
ScareMaster2000 05/01/2021 (Sat) 02:07:22 #54929589
I don't trust the cops, they're in bed with the skippers.
ScareMaster2000 05/01/2021 (Sat) 02:11:37 #54929590
So I went to the window, stuck my head out and looked down at the street… I live in a nice neighbourhood, we've got a lot of streetlights, real bright, so the lawn is all lit up real nice. There's a dark patch right in front of my house, which the outdoor lights normally take care of. But they're not on right now.
I saw something moving in the dark patch, and it must've seen me moving, too, because I swear I caught a flash of yellow in the shadows. Like a pair of yellow eyes. [2/4]
reifire_rose 05/01/2021 (Sat) 02:12:50 #54929592
This is such bullshit.
ScareMaster2000 05/01/2021 (Sat) 02:14:03 #54929593
you're bullshit
falcon_crazy 05/01/2021 (Sat) 02:17:49 #54929603
how do u know how many parts this will be lol
ScareMaster2000 05/01/2021 (Sat) 02:17:24 #54929602
Okay I was really freaked out, so don't jump down my throat about this, but I left my room to go downstairs. I needed to know what that fucking thing was. I went to my parents' room first and got my dad's camera, then I went to see what's what.
We've got a big bay window facing the street, so I carefully peeked out of the curtains. My night vision's not too good, but I figured hey, maybe the camera can pick something up. I snapped a few shots, came upstairs, and opened them in Photoshop.
With a whole lot of brightening, this is what I got.
falcon_crazy 05/01/2021 (Sat) 02:19:38 #54929604
cool puppy bro
falcon_crazy 05/01/2021 (Sat) 02:20:08 #54929605
how did u even get accepted with that nick
search_the_skies 05/01/2021 (Sat) 02:20:19 #54929606
ScareMaster2000,
The Parawatch Wiki is not a creepypasta website. It is a forum for like-minded people to discuss real-world paranormal activity in a safe and friendly atmosphere. If you persist in this behaviour, your membership will be revoked.
This is an official staff notice. Do not reply.
reifire_rose 05/01/2021 (Sat) 02:21:54 #54929607
How about you let me handle this.
reifire_rose 05/01/2021 (Sat) 02:24:32 #54929609
Buddy, I just found the original image you used:
It's fair use, I'll give you that much.
ScareMaster2000 05/01/2021 (Sat) 02:25:18 #54929611
lol fine
falcon_crazy 05/01/2021 (Sat) 02:26:46 #54929612
what were u even gonna end it with lol
ScareMaster2000 05/01/2021 (Sat) 02:27:57 #54929613
i dunno lmao prolly it was my dead dog
falcon_crazy 05/01/2021 (Sat) 02:29:12 #54929615
thats so lame. why didnt ur dad take his camera to niagara falls
ScareMaster2000 05/01/2021 (Sat) 02:32:41 #54929619
LOL
reifire_rose 05/01/2021 (Sat) 02:33:14 #54929621
What if you really were spooked tonight?
ScareMaster2000 05/01/2021 (Sat) 02:37:04 #54929628
What?
reifire_rose 05/01/2021 (Sat) 02:39:47 #54929630
What if you were really, really freaked out? Maybe your pathetic little story really got to you; you don't seem like a kid with a big imagination, but maybe something primal leaked into that piece of shit creepypasta from the darkest corner of your brain, something you really are afraid of, and it's eating away at you now.
ScareMaster2000 05/01/2021 (Sat) 02:40:30 #54929631
lol wtf
reifire_rose 05/01/2021 (Sat) 02:42:00 #54929632
What if you can't look away from this thread? You're fixated on it. You tapped into something you shouldn't have, and it's seen you, and you can feel its eyes on you, and you just can't look away.
ScareMaster2000 05/01/2021 (Sat) 02:43:26 #54929633
the fuck are you even doing
falcon_crazy 05/01/2021 (Sat) 02:45:49 #54929634
lmao are u guys roleplaying now
reifire_rose 05/01/2021 (Sat) 02:47:13 #54929635
What if you're starting to breathe too quickly, too deeply, like you're running out of air? What if you are running out of air? Your brain isn't getting enough oxygen, you're getting light-headed, you feel weak all over.
ScareMaster2000 05/01/2021 (Sat) 02:48:37 #54929636
dude you're starting to freak me out lol I'm dying
falcon_crazy 05/01/2021 (Sat) 02:49:16 #54929637
man leave him alone (unless ur doin a bit lol)
reifire_rose 05/01/2021 (Sat) 02:49:58 #54929638
How about you fuck off?
reifire_rose 05/01/2021 (Sat) 02:51:22 #54929639
What if you start getting chest pains? What if your muscles start to ache? You'd better start working that jaw, it's starting to clench. Wipe your brow, you're sweating pretty badly now. But don't look away from the screen. You CAN'T look away from the screen.
search_the_skies 05/01/2021 (Sat) 02:52:14 #54929641
reifire_rose,
I've just received a PM from ScareMaster2000. Your behaviour in this thread is verging on harassment; honestly we dropped the ball letting it go on this long. If you don't desist immediately I'll be forced to ban you.
This is an official staff notice. Do not reply.
reifire_rose 05/01/2021 (Sat) 02:53:52 #54929643
How about you forget about it?
reifire_rose 05/01/2021 (Sat) 02:56:16 #54929644
What if your stomach starts churning, like you ate something that didn't agree with you? Your guts are in a knot. You feel like you'd vomit if you stood up, not that you can stand up, because you can't. You can hear your stomach gurgling. Or can you? Your breathing's so loud and ragged as you take your last few breaths, it's hard to hear anything at all over it.
ScareMaster2000 05/01/2021 (Sat) 02:59:49 #54929645
please
reifire_rose 05/01/2021 (Sat) 03:00:18 #54929647
What if I give you one last chance to say something meaningful? Something original? Would you rise to the occasion? What would you say?
ScareMaster2000 05/01/2021 (Sat) 03:03:11 #54929648
help
reifire_rose 05/01/2021 (Sat) 03:04:51 #54929650
Can't say I'm surprised.
KnifeInTheDarkPlaces 05/14/2021 (Fri) 15:21:51 #5493710
Wow, this thread is something else. Did you guys plan this performance out ahead of time? Are you gonna do a sequel? Looks like ScareMaster hasn't been active in over a week.
reifire_rose 05/14/2021 (Fri) 15:58:03 #5493781
Let it go.
KnifeInTheDarkPlaces 05/14/2021 (Fri) 16:31:49 #5493863
The fuck? You know something I don't, guy?
reifire_rose 05/14/2021 (Fri) 16:33:28 #5493867
How about you let it go.
Cite this page as:
For more information, see Licensing Guide.
Licensing Disclosures
Filename: dog.jpg/dogs.jpg
Name: Easter Red Doberman Dog
Author: tim-johnson
License: CC BY 2.0
Source: flickr
For more information about on-wiki content, visit the Licensing Master List.