EstrellaYoshte's Authorpage
/*
    Paperstack Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
      Inkblot Theme by Croquembouche
      Word Processor Theme by stormbreath
      Modern Theme by Azamo
      Simple Yonder Theme by EstrellaYoshte
*/
 
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content { font-size: 0.87rem; }
body { font-family: 'Oxygen', sans-serif; }
 
body {
    color: #000000;
    background-image: linear-gradient(
        to bottom, 
        #EFEFEF, #EFEFEF 276px, 
        #D3D3D3 276px, #ffffff 282px,
        #ffffff 282px, #ffffff 100%);
    background-repeat: no-repeat;
}
 
#main-content {
    top: -1.6rem;
    padding: 0.2em;
}
 
.page-source, .code pre, .code p, .code, tt{ 
    font-family: "Fira Code", monospace;
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
     background-image: none;
}
div#header {
    background-image: none;
}
 
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none;}
/* Style the new text */
#header h1 a::before, #header h2::before {
  color: #333333;
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
  content: var(--header-title, "SCP FOUNDATION");
  font-weight: 300;
  font-size: 1.3em;
}
#header h2::before {
  content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
  font-weight: 600;
  font-size: 1.22em;
}
 
#login-status,
#login-status a {
    color: #333333;
}
 
#page-title {
    display: none;
}
 
#footer, #footer a {
    background: transparent;
    color: #333333;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #333333;
    box-shadow: none;
    border-radius: 0px;
    color: #efefef;
}
#search-top-box input.empty {
    color: #999999;
}
 
div#search-top-box {
    top: 2.3rem;
    right: 8px;
}
 
/* ---- TOP BAR ---- */
 
#top-bar { 
   display: flex;
   justify-content: center;
   right: 0;
   top: 7.9rem;
}
@media (max-width: 768px) {
    .mobile-top-bar {
         display: flex;
         justify-content: center;
         max-width: 100%;
         width: 100%;
         left: 0;
    }
}
#top-bar, #top-bar a {
    color: #333333;
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .side-block {
    border: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 7px #999999;
    background: #ffffff;
}
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    border: 1px white;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #fff;
        left: -19em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
 
/* ---- YUI TAB CUSTOMIZATION ----*/
 
 .yui-navset .yui-nav,
 .yui-navset .yui-navset-top .yui-nav{
     display: flex;
     flex-wrap: wrap;
     width: calc(100% - .125rem);
     margin: 0 auto;
     border-color: #333333;
     box-shadow: none;
}
 .yui-navset .yui-nav a, /* ---- Link Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav a{
     color: #333333;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: #efefef;
     border: unset;
     box-shadow: none;
     box-shadow: none;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus{
     color: #ffffff;
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: #333333;
}
 .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav li{
     position: relative;
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     margin: 0;
     padding: 0;
     color: #ffffff;
     background-color: #ffffff;
     border-color: transparent;
     box-shadow: none;
}
 .yui-navset .yui-nav li a,
 .yui-navset-top .yui-nav li a,
 .yui-navset-bottom .yui-nav li a{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .yui-navset .yui-nav li em{
     border: unset;
}
 .yui-navset .yui-nav a em,
 .yui-navset .yui-navset-top .yui-nav a em{
     padding: .35em .75em;
 
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav .selected{
     flex-grow: 2;
     margin: 0;
     padding: 0;
    /* ---- Tab Background Colour | [SELECTED] ---- */
     background-color: #333333;
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a em{
     border: none;
}
 .yui-navset .yui-nav .selected a{
     width: 100%;
     color: #ffffff;
}
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:active{
     color: #ffffff;
     background-color: #333333;
}
 .yui-navset .yui-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #999999;
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: #333333;
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
    margin: unset;
    margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 7px #999999;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #333333;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #333333;
    color: #ffffff;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #ffffff;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: 0px 0px 7px #999999;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
}
 
.page-rate-widget-box .rate-points {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: solid 1px #ffffff;
    border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #333333;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #333333;
    color: #ffffff;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 0;
}
 
.page-rate-widget-box .cancel a {
    color: #333333;
}
.page-rate-widget-box .cancel a:hover {
    background: #333333;
    color: #ffffff;
    border-radius: 0;
}
 
/* ---- PAGE ELEMENTS ---- */
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
 
blockquote,
div.blockquote,
#toc,
.code {
    background-color: #F8F8F8;
    border: solid 1px #F8F8F8;
    box-shadow: 0px 0px 4px #999999;
}
 
.scp-image-block {
    border: solid 8px #ffffff;
    box-shadow: 0px 0px 5px #999999;
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #ffffff;
    border-top: solid 4px #ffffff;
    color: black;
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px #999999;
    background-color: #efefef;
    /* set border for table title */
}
#page-content .wiki-content-table tr td {
    border: solid 1px #999999;
    /* set border for table content */
}
 
div.modalbox {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
 
/*-- tags --*/
 
#main-content .page-tags span { max-width: 100%; }
 
#main-content .page-tags a {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.76rem;
    background-color: #FDFDFD;
    border-radius: 0.6rem 0.12rem;
    margin: .25rem .2rem; .5rem .2rem;
    padding: 0.2rem 0.42rem 0.25rem 0.46rem;
    box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27);
}
 
#main-content .page-tags a:before {
    content: "•";
    font-size: 1.1rem;
    float: left;
    position: relative;
    top: -0.19rem;
    left: -0.24rem;
    color: #ffffff;
    background-color: #B8B8B8;
    color: transparent;
    text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
}
 
/* ---- CUSTOM SYNTAX ---- */
 
.header-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
  align-content: space-between;
  width: 100%;
  left: 0;
  align-items: flex-start;
  row-gap: 2px;
}
 
.text-item {
  flex-grow: 1;
  max-width: 25%;
  text-align: center;
}
 
.grid-item {
  flex-grow: 1;
  min-width: 25%;
  text-align: center;
  margin: 8px 6px;
}
@media (max-width: 1200px) {
  .grid-item {
    min-width: 50%; 
  }
}
 
.logo {
  position: absolute;
  width: 180px;
  top: -154px;
  left: -17em;
  z-index: -1;
}
@media (max-width: 767px) {
  .logo {
    width: 36%;
    top: -9.7em;
    left: 32%;
  }
}
 
.textbox {
  position: absolute;
  width: 42%;
  top: 7.5rem;
}
@media (max-width: 960px) and (min-width: 767px), (max-width: 666px) {
  .textbox {
    position: relative;
    width: 100%;
    top: 0;
  }
}

QUALIFIED?

TOTALLY

OBJECT CLASS:

RADICAL

u.png

An alleged self-portrait.

My autobiography:

lol no, that just seems tiring
sounds fun and cool tho, prolly
im too lazy to write one
but you can pretend i did

rating: +66+x

Hello, I'm EstrellaYoshteEstrellaYoshte, aka SYwaves, aka "the one who makes a bunch of logos", aka "dude with one too many theme", and this is my "author" page.

I'm more of an artist by trade, and can be found lounging outside the wiki once in a blue moon.

What other users say about me:

Estrella do you even have 3 articles that aren't themes?
- Uncle NicoliniUncle Nicolini

sywaves makes good logos. sywaves does good iconography and symbolism. sywaves makes good themes. sywaves makes good art.
- Placeholder McDPlaceholder McD

Do you even write anything, Estrella?
- RallistonRalliston

the logos and themes you have made for this website have propelled you into household name status
- Lt FlopsLt Flops

idk you made a theme or something, it was neato-mosquito
- JakdragonXJakdragonX

germany
- JackalRelatedJackalRelated

very nice! dune said titties
- J DuneJ Dune


Other pages I worked on:

In collaboration with Placeholder McDPlaceholder McD, overhauled the visual aesthetics to be more streamlined. Resulted in the creation of Technoblast Theme.

EstrellaYoshte has done more work on the SCPDeclassified hub over the last 6 months than anyone else. The only reason I still have my job is because they're too busy making themes to take it.

ElunerazimElunerazim, SCPDeclassified Moderator, whose job's about to be taken.

Made in collaboration with Lt FlopsLt Flops and RallistonRalliston, it serves as a central hub for all Sigma-9 themes.


Useful things I've made:

A component to make activate mobile sidebar on desktop-size screen - neat little thing.

A custom footnote reimplementation based on those found in SCP-4485. May or may not be subject to changes here and there.

Anomaly Classification System, now in full motion. Inspired by the works of AnAnomalousWriterAnAnomalousWriter.

A convenient component used to display these badges below.


Achievements:

tsf.png mww.png apf.png clb.png lgbt.png phd.png

TEST AREA (don't translate)

Brink of Hysteria http://scp-wiki.wikidot.com/brink-of-hysteria DrDapper 30 Jul 2021 02:30 1
Ruiz Charges A Blast Of Ki (Part Two) http://scp-wiki.wikidot.com/ruiz-charges-a-blast-of-ki-part-two Tstaffor 28 Jul 2021 06:16 8
Ruiz Charges A Blast Of Ki (Part One) http://scp-wiki.wikidot.com/ruiz-charges-a-blast-of-ki-part-one Tstaffor 26 Jul 2021 08:22 9
Me, Myself And I http://scp-wiki.wikidot.com/me-myself-and-i Tanhony 25 Jul 2021 00:48 17
Chapter 4 - Homecoming http://scp-wiki.wikidot.com/postfoundation4 redredred 24 Jul 2021 14:30 3
The Witch and the Lich: Prologue - From the Grave, I Awaken. http://scp-wiki.wikidot.com/witch-and-lich-prologue winkwonkboi 24 Jul 2021 12:47 6
Why Jones Marcel Should Be Employee of the Century http://scp-wiki.wikidot.com/employee-of-the-century winkwonkboi 23 Jul 2021 06:51 8
Former Prime Minister Harold Holt's Adventures in an Unhuman World http://scp-wiki.wikidot.com/former-prime-minister-harold-holt-s-adventures-in-an-unhuman Tstaffor 23 Jul 2021 02:33 16
The Drooling Path: Part 4 http://scp-wiki.wikidot.com/the-drooling-path-part-4 Kothardarastrix 22 Jul 2021 04:56 10
For Crimes Uncommitted, In An Unjust Court http://scp-wiki.wikidot.com/for-crimes-uncommitted-in-an-unjust-court Ralliston 20 Jul 2021 11:01 9
Holy Terrors of NegaSeattle http://scp-wiki.wikidot.com/holyterrors1 Raddagher 19 Jul 2021 21:28 11
Burger King http://scp-wiki.wikidot.com/burger-king Marcelles_Raynes 19 Jul 2021 20:14 26
Chapter 3 - Plastic Lawn Chair http://scp-wiki.wikidot.com/postfoundation3 redredred 17 Jul 2021 22:50 7
Mindfall http://scp-wiki.wikidot.com/mindfall TimeElapsed 14 Jul 2021 15:31 17
HOGSLICE vs bones http://scp-wiki.wikidot.com/hogslice-vs-bones Uncle Nicolini 13 Jul 2021 18:42 70
The Vanishing Of Nils Andreassen http://scp-wiki.wikidot.com/vanishing-of-nils stormbreath 13 Jul 2021 02:48 41
A Broken Bookshelf http://scp-wiki.wikidot.com/a-broken-bookshelf Ralliston 12 Jul 2021 21:07 19
A Husband's Absence http://scp-wiki.wikidot.com/a-husband-s-absence Comrade Waldo 11 Jul 2021 20:54 9
The Hunter and The Hunted http://scp-wiki.wikidot.com/the-hunter-and-the-hunted Dr Lerche 11 Jul 2021 13:08 21
The Mind as a Canopic Jar http://scp-wiki.wikidot.com/the-mind-as-a-canopic-jar DarkStuff 10 Jul 2021 17:24 12
Chapter 2 - La Telenovela http://scp-wiki.wikidot.com/postfoundation2 redredred 10 Jul 2021 15:22 7
Thur'lex the Devourer Commits Voter Fraud http://scp-wiki.wikidot.com/thur-lex-the-devourer-commits-voter-fraud Mooagain 10 Jul 2021 14:27 9
Further selections of Media Referencing the Anomalous http://scp-wiki.wikidot.com/further-selections-of-media-referencing-the-anomalous Pata H 08 Jul 2021 19:11 14
The Cycle of Alexandria http://scp-wiki.wikidot.com/thecycleofalexandria ObserverSeptember 06 Jul 2021 21:15 9
The Serpent And The Jailor http://scp-wiki.wikidot.com/the-serpent-and-the-jailor DrGooday 05 Jul 2021 03:57 29
Chapter 1 - Hiding Under Bedsheets http://scp-wiki.wikidot.com/postfoundation1 redredred 03 Jul 2021 13:22 14
Crown of Splendor http://scp-wiki.wikidot.com/crown-of-splendor Kensing 03 Jul 2021 01:08 13
Amor Pati http://scp-wiki.wikidot.com/amor-pati-or-love-to-suffer Deadcanons 02 Jul 2021 18:47 7
Your Love so Sweet, Your Heart so Sour http://scp-wiki.wikidot.com/your-love-so-sweet-your-heart-so-sour redredred 02 Jul 2021 04:09 10
A look back on what we accomplished http://scp-wiki.wikidot.com/a-look-back-on-what-we-accomplished Rounderhouse 02 Jul 2021 00:00 49
Whose Lake Is It Anyway? http://scp-wiki.wikidot.com/whose-lake-is-it-anyway HarryBlank 01 Jul 2021 21:29 23
Where there is a Flame Someone is Bound to get Burned http://scp-wiki.wikidot.com/where-there-is-a-flame-someone-is-bound-to-get-burned DrBleep 01 Jul 2021 11:12 21
Nobody Likes a Sneak http://scp-wiki.wikidot.com/nobody-likes-a-sneak Grigori Karpin 01 Jul 2021 06:48 30
Thur'lex the Devourer (And Its Eternal Servant Bernie) http://scp-wiki.wikidot.com/thur-lex-the-devourer-and-bernie Mooagain 30 Jun 2021 00:51 13
A Hole in the Wall on Mars http://scp-wiki.wikidot.com/aholeinthewallonmars ObserverSeptember 29 Jun 2021 07:26 11
Staining Boss's Silk Sheets http://scp-wiki.wikidot.com/staining-boss-s-silk-sheets UraniumEmpire 27 Jun 2021 03:01 15
This Toy Facsimile of Life http://scp-wiki.wikidot.com/this-toy-facsimile-of-life DarkStuff 26 Jun 2021 23:08 13
Prologue - A Great Leap Forward http://scp-wiki.wikidot.com/postfoundation0 redredred 26 Jun 2021 14:53 20
Unveiling http://scp-wiki.wikidot.com/unveiling weizhong 24 Jun 2021 22:57 12
A Selection of Media Referencing the Anomalous http://scp-wiki.wikidot.com/a-selection-of-media-referencing-the-anomalous Pata H 24 Jun 2021 18:48 20
Imagine Being Worthless http://scp-wiki.wikidot.com/imagine-being-worthless Quadraginta 23 Jun 2021 16:02 12
Monochrome http://scp-wiki.wikidot.com/monochrome Captain Kirby 22 Jun 2021 14:57 113
The Heartwarming Tale of Thur'lex the Devourer http://scp-wiki.wikidot.com/thur-lex-the-devourer Mooagain 22 Jun 2021 01:30 18
The Final Termination Attempt http://scp-wiki.wikidot.com/the-final-termination-attempt Marcelles_Raynes 21 Jun 2021 15:20 44
Corporate Dealings After The Calamity http://scp-wiki.wikidot.com/corporate-dealings-after-the-calamity Kensing 21 Jun 2021 05:39 12
Otel Entra And The Stupid Hat http://scp-wiki.wikidot.com/otel-entra-and-the-stupid-hat Tropinano 20 Jun 2021 23:00 16
Space Cadet Semantics http://scp-wiki.wikidot.com/space-cadet-semantics Sirslash47 19 Jun 2021 20:05 11
On the Multiversal Cargo Train http://scp-wiki.wikidot.com/on-the-multiversal-cargo-train Tufto 18 Jun 2021 16:37 21
Unexpected light http://scp-wiki.wikidot.com/unexpected-light Felixou 17 Jun 2021 23:39 17
What the Little Bird Told Me Part I http://scp-wiki.wikidot.com/what-the-little-bird-told-me-part-i chaucer345 15 Jun 2021 18:38 9
Outpatient Observation http://scp-wiki.wikidot.com/dont-you-know-people-care-for-you RogueNite 15 Jun 2021 06:13 7
Sapient Clowns: The Right Opinion and The Truth About Them http://scp-wiki.wikidot.com/sctroattat Parad00xx 13 Jun 2021 19:31 13
A Risk, Taken http://scp-wiki.wikidot.com/a-risk-taken DrDromeus 13 Jun 2021 18:40 8
The New Secretary in Town http://scp-wiki.wikidot.com/the-new-secretary-in-town Ecronak 12 Jun 2021 15:52 31
Washed Away http://scp-wiki.wikidot.com/washed-away Dr Gears 12 Jun 2021 02:17 28
Where There is Desire There is Gonna be a Flame http://scp-wiki.wikidot.com/where-there-is-desire-there-is-gonna-be-a-flame DrBleep 11 Jun 2021 23:33 31
Jalick and the Omni Bot http://scp-wiki.wikidot.com/jalick-and-the-omni-bot Marcelles_Raynes 11 Jun 2021 17:22 23
Otel Entra And The Complex Disaster of Living Like a Lich http://scp-wiki.wikidot.com/otel-entra-and-the-complex-disaster-of-living-like-a-lich Tropinano 10 Jun 2021 17:42 15
The Foundation is Broke http://scp-wiki.wikidot.com/the-foundation-is-broke Ecronak 09 Jun 2021 16:20 70
Forgotten Days, Stolen Lives http://scp-wiki.wikidot.com/forgotten-days-stolen-lives Ralliston 07 Jun 2021 19:31 15
A Shell Of My Former Self http://scp-wiki.wikidot.com/a-shell-of-my-former-self Mooagain 06 Jun 2021 14:08 9
Otel Entra And The Demolition Derby http://scp-wiki.wikidot.com/otel-entra-and-the-demolition-derby Tropinano 06 Jun 2021 01:01 20
Class C amnestics were administered http://scp-wiki.wikidot.com/amnestics-were-administered kantum 06 Jun 2021 00:07 15
Get a Room http://scp-wiki.wikidot.com/baby-don-t-hurt-me DarkStuff 04 Jun 2021 20:27 11
Siggy and RoboMonkey and the Return of the Witch http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-return-of-the-witch Ekronak 03 Jun 2021 04:34 9
Siggy and RoboMonkey and the Two Promises http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-two-promises Ekronak 02 Jun 2021 10:26 9
The Minutemen http://scp-wiki.wikidot.com/the-minutemen DrDapper 02 Jun 2021 01:16 7
Siggy and The Fellowship of the Damned http://scp-wiki.wikidot.com/siggy-and-the-fellowship-of-the-damned Ekronak 01 Jun 2021 13:50 14
Disgusting http://scp-wiki.wikidot.com/disgusting ObserverSeptember 26 May 2021 09:19 58
Levealuto Aston Promises That Sapient Clowns Will Turn The Human Race Into Livestock! http://scp-wiki.wikidot.com/levealuto-aston-promises-sapient-clowns-takeover Tropinano 25 May 2021 17:28 26
The Scottish Goliath http://scp-wiki.wikidot.com/the-scottish-goliath DrDapper 25 May 2021 03:17 9
War Of Two Gods http://scp-wiki.wikidot.com/war-of-two-gods KirQ 24 May 2021 09:56 19
Sliver Of Serenity http://scp-wiki.wikidot.com/sliver-of-serenity Rigen 24 May 2021 07:53 16
but thou shalt not despair http://scp-wiki.wikidot.com/but-thou-shalt-not-despair Cerastes 22 May 2021 21:08 27
Nature?! http://scp-wiki.wikidot.com/nature cold_Nights 20 May 2021 21:10 51
Siggy and RoboMonkey and the Rise Of The Betrayed http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-rise-of-the-betrayed Ekronak 17 May 2021 09:36 10
Mannequin the Tale http://scp-wiki.wikidot.com/mannequin-the-tale fairydoctor 16 May 2021 04:00 17
Siggy and RoboMonkey and the Attack of the Bears http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-attack-of-the-bears Ekronak 15 May 2021 08:40 10
Not-So-Lucky Triple Sevens http://scp-wiki.wikidot.com/not-so-lucky-triple-sevens penguinpyro 14 May 2021 15:47 12
PETRICHOR http://scp-wiki.wikidot.com/petrichor Lord_of_Laugh 14 May 2021 15:13 28
Siggy and RoboMonkey and the New World http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-new-world Ekronak 14 May 2021 10:29 8
A Welcome Distraction http://scp-wiki.wikidot.com/a-welcome-distraction DarkStuff 11 May 2021 18:14 14
Siggy and RoboMonkey and the Deadly Doctor http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-deadly-doctor Ekronak 11 May 2021 16:01 18
Tales From Asheville Vol. 1 - Camille & Hershey http://scp-wiki.wikidot.com/tales-from-asheville-vol-1-camille-hershey Marcelles_Raynes 10 May 2021 17:05 14
Siggy and RoboMonkey and the Dead Mummy Walking http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-dead-mummy-walking Ekronak 10 May 2021 16:10 16
Tube Slides http://scp-wiki.wikidot.com/tube-slides DarkStuff 10 May 2021 04:37 21
A Dead Man's Dream of Hot Sauce http://scp-wiki.wikidot.com/a-dead-man-s-dream-of-hot-sauce Azmoeth Jikandia 09 May 2021 16:58 11
Siggy and RoboMonkey and the Beast that Screams http://scp-wiki.wikidot.com/siggy-and-robomonkey-and-the-beast-that-screams Ekronak 09 May 2021 12:33 21
Siggy and the Monster of the Dark Halls http://scp-wiki.wikidot.com/siggy-and-the-monster-of-the-dark-halls Ekronak 07 May 2021 13:10 30
A Culinary Broadcast http://scp-wiki.wikidot.com/a-culinary-broadcast FluffyDog00 04 May 2021 03:45 37
It's real I swear http://scp-wiki.wikidot.com/it-s-real-i-swear HarryBlank 01 May 2021 07:18 90
Say Cheese http://scp-wiki.wikidot.com/say-cheese DarkStuff 30 Apr 2021 04:19 24
The Junkers Saga - Trash, Cash, and Two Smoking Tailpipes http://scp-wiki.wikidot.com/junkers-trash-cash-tailpipes Nickthebrick1 26 Apr 2021 17:04 10
Journeys: The Story of Dane http://scp-wiki.wikidot.com/hr-journeys CityToast 24 Apr 2021 19:34 10
The Junkers Saga - Gone In Stinky Seconds http://scp-wiki.wikidot.com/junkers-gone-in-stinky-seconds Nickthebrick1 24 Apr 2021 16:01 12
Responsible Promotion http://scp-wiki.wikidot.com/responsible-promotion Calibri Bold 24 Apr 2021 05:16 28
Smoking on Company Time http://scp-wiki.wikidot.com/smoking-on-company-time DarkStuff 23 Apr 2021 06:37 31
CAST http://scp-wiki.wikidot.com/cast Placeholder McD 23 Apr 2021 05:22 33
Of Saarn and Jade Tongues http://scp-wiki.wikidot.com/of-saarn-and-jade-tongues Cyvstvi13 22 Apr 2021 19:25 18
The Junkers Saga - Trashcan's Eleven http://scp-wiki.wikidot.com/junkers-trashcans-eleven Nickthebrick1 22 Apr 2021 15:00 14
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License