Cadaver la Atlantica
rating: 0+x

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 stormbreathstormbreath 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

rook.png

Parawatch Logo.

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

This is a tab view.

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);
  }
}

rockn_roll21 08/21/12 (Fri) 3:16:42 #5511972


My name is Ruebon Al Lesgussa, and for 21 years I was a pilot working for Kardinal International Airways. I operated primarily on larger passenger planes on routine flights across the Atlantic. This particular flight, on K-LA2, was off and made me quit my job. It's a long and creepy story that most people most likely wont believe, but the 300-so people on board will say otherwise, not to mention I take therapy for PTSD and anxiety because of this.

A little about me. I'm currently 52 years old as of 08/21/12. I was in my mid-30's when I starting piloting large planes, moving up from being a crew member to copilot to pilot. I love books and fantasy, the two most interesting things ever. I always watched horror movies with my grandchildren and I read short horror novels to my grandchildren as well. I haven't seen them since the flight and I most likely wont ever again.

On February 19th, 2012, I was on a routine flight from NYC to London. With about 300 people on the flight, I took off at KINYC and supposed to land at a designated international airport in London. Easy trip; fly there, land, fly back, easy 12 grand. Not so easy when I started lifting. I can't really explain this feeling, but my brain and gut told me I took the wrong flight today and shouldn't of gone on it. Being me, I obviously ignored it.

I regretted that decision, of course. Let me explain what happened. I was entering maximum cruising altitude (roughly 30 thousand meters) and I started to notice something odd with the radar system. My copilot told me that there were 31 unidentified flying objects accelerating towards us. Nothing was expected to fly on the path this day, especially in such large quantities.

13 minutes pass, and I get my answer. At first, I swear I was hallucinating. I saw a floating corpse (like how you would see in a lake), wrapped in a cloth bag and tied at the neck and ankles. I brushed it off until I saw 30 more of the same corpses float next to the cockpit. I knew I wasn't seeing shit because my copilot was shocked and terrified.

For what seemed like eternity, the entire plane was shaking and screaming from the passengers grew louder. Crew members were frantic and we were both in disbelief. I contacted Air Traffic Control, and I tried explaining to them what I am seeing. Before I am able to tell them, our radio signals are unusually interrupted, something interfering with the broadcast, most likely was the bodies.

For the next 6 hours of the flight, my copilot and I were on high alert and hyperaware of everything around us. The entire passenger plane was in disarray and mass paranoia was far settled in. Most people were asleep. I broadcasted over the radio explaining what happened and how unsure we were of the situation.

K-LA2 landed in London after the eternity-long flight over the Atlantic Ocean. As soon as board of directors were informed of the horrific event, and the location as to which it happened, they put the plane into decommission and gave me a different plane and route. After I landed back in KINYC, I quit my job on the spot, walking away with no money and a PTSD-riddled brain.

If you're ever going to work at Kardinal International Airways, don't. God knows what the fuck happened that day and to this day, I can't tell if I was seeing shit or if I was in a fever dream.


rockn_roll21 09/02/12 (Mon) 01:24:49 #5620987


flickr:3410133327

I took this picture while on a night walk on the beach. I was by myself and drunk most likely. That similar gut feeling arrived again to the same I had on the flight, and it was not pleasant. I instantly sobered up and became hyperaware of my surroundings. I took a flick of the water (picture above) and nothing seemed out of the ordinary from my perspective.

I got closer to the water, and I noticed how wine-red it looked and how muddy it was. A large piece of white decayed cloth floated up to my shoes and it looked eerily familiar from the same cloth on the flight. I used my phone light to shine a light onto the water and nearly tripped on nothing when I saw the corpses from the same flight (all 31 of them) just floating around in the water, heading towards me.

I was hyperventilating and stuck in place and my body forced myself to stay in position. Every second went by, and they kept chanting "Come take a swim, come take a swim." I bet people thought I was crazy by yelling "GET OUT OF MY FUCKING HEAD!". Of course, they did. Some group walked past me and dragged me from the water and asked what I saw. I told them I saw a group of corpses floating towards me. They all seem worried and used a phone light to shine to the water. Nothing was there.

They helped me up and had a concerned and confused look. They asked if I was drunk and I said no, because I sobered up as soon as I got the gut feeling. I walked away to my car and sped home to go to bed right away, not worrying about eating, showering, anything.

They're definitely following me, and I can't escape them. I thought that experience was over, but no. They want me to feel pain and horror, and maybe kill myself. I'm not listening to the bodies.


rockn_roll21 12/25/12 (Sun) 07:19:22 #5632102


flickr:84964488

It's Christmas Day, and I finally get to see my family after isolating myself for near a year. I haven't spoken to any of them and I've been locked away in my apartment and only have been talking to close friends and my therapist. Anyways, this is the tree we bought this year. They threw a party at my daughters house and I was invited. Everyone seemed confused when I walked through the door with a worn out face, dark baggy eyes, and a hunched back. Everyone thought I died, but no.

The children opened the presents and I seemed to be happy for once after a long time. That didn't last long of course. My grandson, Ezekiel, opened a present and got a nerf gun, and said it was his "most favoritest toy ever". That was the last time I ever saw Ezekiel.

I walked outside to take a fresh breath and I noticed my stomach started clenching and the gut feeling started arriving again. I knew they were back and I didn't know where. I thought of the worst possible scenario they could've been. I ran back inside and to my surprise, I was completely right. There were 31 people who attended that party, and all 31 of them were wrapped in cloth and tied to the neck and ankles. My soul shattered and I ran outside crying for help but no one seemed to be around as if the town become a ghost town, then I blacked out.

I woke up in a hospital bed surrounded by my children. They told me I took a nap on the couch and woke up screaming like a lunatic, saying stuff like, "GET OUT OF HERE!", and "WHAT DID YOU DO TO MY FAMILY?". I thought they were gone for sure. All of them seemed to be upset, turns out Ezekiel went missing after I blacked out, and no one is sure why, because he didn't wander away and was last seen in his bedroom upstairs.

Call me a madman, but all this shit is true. They took my will to live, my dignity, my grandchildren, and they will eventually take my life.


lasagnebologna22 01/05/13 (Tue) 04:22:58 #56335062


idk man this seems like bullshit, whats the chances of this actually happening? if youre gonna make a horror story, try to make it atleast believable man.

theengulfedparadox 01/06/13 (Wed) 12:19:28 #5634005


hey man, not cool. this guy has obviously gone through a lot of stuff and i dont think doubting him is a good idea. besides, we post creepy shit we've experienced. by far, this is probably the creepiest shit i've read. you need to fuck off, @lasagnebologna22.

lasagnebologna22 01/06/13 (Wed) 1:22:05 #56301928


boo hoo boo hoo, this is a shitty fantasy story you'd seen in horror movies. hell this guy probably isnt even 52. he could be dead for all we know.

stonehill.loser 01/07/13 (Thu) 06:55:59 #56342255


this is the grandchild of @rockn_roll21. he recently committed suicide over all of this haywire. thanks for reassuring him @lasagnebologna22, you're a real champ for that. he was struggling with anxiety and PTSD and no one saw him for months at a time and he didn't even answer his phone. we lost ezekiel after finding his body wrapped in cloth floating down a river behind our house and you think this is funny? go get a fucking life, you dickwad.

lasagnebologna22 01/07/13 (Thu) 10:21:15 #56343098


hey man, im really sorry for your loss. i doubted him and i genuinely though he was lying. nah im just kidding ROFL! this guy is lying and obviously isnt his grandson. even if he is dead, good LOL! he was annoying probably XD

stonehill.loser 01/08/13 (Fri) 08:12:53 #5635111

you live in new mexico, correct? specifically 1309 pheaburry lane? you live in a two story house, correct? your name is brandon right? i'll see you soon.

FORUM.MOD 01/08/13 (Fri) 08:12:53 #5635592

THIS FORUM HAS BEEN AUTOMATICALLY LOCKED DUE TO SUSPICIOUS ACTIVITY.

[THREAD LOCKED]