The following script excerpts are from Pseudogenesis Productions' Yearly Self-Expression Collection.
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .9rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#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;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
#header h2::before {
font-size: 0.9em !important;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .9rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#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;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
#header h2::before {
font-size: 0.9em !important;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
The following script excerpts are from Pseudogenesis Productions' Yearly Self-Expression Collection. If you want to see these plays in full, please join us at the Blackbox Theater in Three Portlands, from May 10th-31st.
Tickets are now available, and can be purchased online.
int. blackbox
THE STAGE begins in darkness, as all house lights FADE DOWN.
A LIGHT turns on overhead, creating a spotlight on the stage. It is empty.
solomon (vo)
I have never wanted to be the center of attention.
THE LIGHT turns off. A second spotlight appears, downstage, near the audience. It too is empty.
solomon (cont.) (vo)
It's not that I try to avoid it, you know? It just… I stand around, trying to hype myself up. Trying to find the confidence, find the will to just put myself out there! But…
THE SECOND SPOTLIGHT turns off. The stage remains in darkness.
solomon (cont.) (vo)
I've always been a fraction too late.
SCENE CHANGE:
GRINDING SOUNDS play as the stage changes in the darkness; the walls of the blackbox theatre begin to disappear, as if stretching out into the abyss. The room is no longer a room: the rest of the play takes place within this BLACK VOID.
int. black void
solomon (vo)
I used to think that it happened only recently, you know. I didn't feel like this when I was a kid, right? And then I thought, fuck it. Hey, therapy seems neat, right? Ha.
TWO SPOTLIGHTS turn on, creating two circles of light in the center of the stage. (These spotlights must be kept at a white balance of 3300K and 6200K respectively.) The hum of the lights is audible, having been AMPLIFIED.
solomon (cont'd) (vo)
No matter how far back I go, even before I existed, I have always had the wrong timing.
A CLOCK begins to tick quietly in the background. A VHS is heard REWINDING, as the light appears to bend in the air. Noise increases, as AUDIENCE MEMBERS voices can be heard, murmuring. It gets louder and louder, almost deafening until—
THE FULL HOUSE LIGHTS TURN ON, illuminating the stage in a dark, red, pulsating glow — it is clear that instead of the same theatre this once was set within, the void appears to stretch on as far as the light reaches. On all sides, there is nothing.
THE RED LIGHT fades, alongside the noise. Only the two spotlights remain.
3300k spot (VO)
Are you sure we're ready for this?
6200K spot (vo)
I've been waiting for our daughter since I met you. Of course we're ready.
The incandescent spotlights make a HUMMING noise, which is amplified. The fuzz is nearly deafening, before cutting out to silence.
solomon (vo)
Like I said. Even when I was on time, I still managed to screw that up. After all, they were expecting a daughter.
A SMALL SPOTLIGHT turns on beside the main two. This one is tinted 'Rosco Gel 332 Cherry Rose'.
solomon (cont'd) (vo)
I wanted to be a daughter, I think? I can never really know now. Not looking back. It's funny that way, isn't it? The moment you realize something about your life, the moment that I realized where I went wrong; from that moment on, you can never know what you thought before.
(coughing)
I just don't know what to do, you know?
3300K and 6200K TURN OFF, leaving the PINK SPOTLIGHT alone on the stage. The light begins to waver, flickering, as the darkness surrounds it, threatening to engulf it.
solomon (cont'd) (vo)
The things I felt as a little girl are foreign to me now. I can't even remember how I felt, not then. Everything has been poisoned by the now; changing who I was, an antivenom festering at my very core.
The lights flicker, like a CAMERA FLASH, a momentarily blinding white light.
solomon (cont'd) (vo)
Sometimes I still try and find her. I dig deep, wondering if that little girl is still alive, somewhere. I'm happy with who I am, really, I just… you know when you've lost something that really matters to somebody who you care about, a lot? I don't want her back, but… but I don't want to disappoint my parents. So, still, I keep digging, sorting through the filth and looking for a corpse.
(they sob)
But I can't see her, no matter how deep I dig.
George
Where do you keep your kettle within this ramshackle hut? I see neither a stove, let alone tea bags.
George roots through the cupboards of the log cabin, but there is nothing in the cabinets.
Noname
The fire is not lit yet. You cannot make a pot of tea if you do not have a fire.
George
But you cannot light a fire for your tea unless you have a kettle to boil! Otherwise you are wasting wood. Now, where is the kettle?
THE MANNEQUIN CHORUS turns, and stares off-stage left.
Noname
Where do you keep your kettle?
George
Mine is at home. In England, where a home is not a home unless there is a kettle.
Noname
Then mine is with yours, at your home. If you sit, I will make you pine needle tea. After all, you are the guest, and you are in my home.
George
How can this be a home without a kettle?
(beat)
And for that matter, am I a guest?
Noname
You came to my home, where I was settled in for the night.
George.
No, I am sure that I am the settler, not you. This is my home now.
THE MANNEQUIN CHORUS closes their eyes and does not move.
Noname
Neither of us had a home here, not before we arrived. The land was a home for another, long ago; can either of us truly say that we are not guests?
George
If you cannot be polite and proper within my home, I would ask you to leave. After the tea, of course.
Noname
You ask me to leave, and yet, that is all I do. I have never arrived, not quite — I have always been here, and if I have never left, can I truly arrive?
George
Surely you must have arrived at some point. You are the same as I am, James, no matter the color of your tea.
GEORGE holds a WHITE TOWEL in the air, and rubs it on their face.
George (cont'd)
Fear not old chum, I will save you from your filth. Simply wash away your dirt, and you will be as pure as this cloth.
THE MANNEQUIN CHORUS open their eyes, and walk closer, surrounding the pair in a semi-circle.
Noname
Are we not cut from the same cloth? You have bleached yourself in the sun — allow me to introduce you to soil, and we can address that.
George
No. While we may be the same bolt, mayhaps, you have sullied yourself in devotion to nature. I, instead, worship science and medicine.
(beat)
I know what to do! I shall put on a pot of tea. That cures any wound.
Noname
How will you put on your pot of tea, without a kettle? No, please, allow me to boil the pine needle tea, it will help you understand the flavor of the woods.
George
How can you possibly make tea, if you have no tea bags? And no kettle? It is like trying to survive without culture, or society.
Noname
Where is your society?
THE MANNEQUIN CHORUS turns away.
George
They should be here any minute now. And they will have a kettle.
Noname
This land has waited for a long time. There is no rush, nor a desire for a kettle.
George
If you truly believe so, then you are an idiot.
Valerie
(furious)
How can you say that to me? After all I've sacrificed for you?
Her Love
All that you have sacrificed?
THE SUITOR gestures to the empty bar, tables knocked over.
Romancer (cont'd)
This is what you have done. You have sacrificed nothing, not really. Look at yourself, Valerie, genuinely. Stop for just a fucking second and—
Valerie
Look at me? Jesus christ, look at yourself! I didn't do this; the fact that you didn't tell your family about me is why they fucking ran. You made this happen.
Her Paramour
I made this happen? The only thing I 'made' — was a fucking mistake. I wish I'd never given you that flower.
Valerie goes to speak, but no words come out. She sighs, moves downstage, sits, and puts her head in her hands. THE FLING hesitates, looking on, but not moving.
Valerie
I told my mom about you.
Partner
You did? But I thought you said—
Valerie
That she wouldn't approve? That she would scream at me, maybe kick me out for it? That she would think I was being manipulated, by the evil forces of the forest, all because I'm still the stupid little girl she knew I was?
She moves across the stage, sitting beside Valerie.
Lover
What happened?
Valerie
(fighting back tears)
What do you think happened? Why do you think I came here, out of the blue?
Her
I… I thought that you were trying to hurt me. Embarrass me, in front of my family.
Valerie
I could neve—
Her Heart
Look around, Valerie.
The lights flicker overhead, as Valerie sees the extents of the trouble she has caused. She reaches out to touch her other half, but hesitates.
Valerie
What was I supposed to do? I… I never meant for any of this to happen. I just… I just wanted escape with you, to run away, to keep our fantasy going for as long as we could. I…
Her Escape
Did… did you ever think about what I wanted?
The pair sit in silence for A BEAT.
Valerie
Was… was it always going to end like this?
Her Fantasy
It was always going to end badly, we both knew that. It wasn't just being gay, of course, that would have made it too simple. No, Valerie, we are just… two completely different people with nothing in common. Why would it have ended in anything but disaster?
They turn away, standing and walking to start cleaning up the damage.
Valerie
But… You can't just give up! I… I love you!
Her Former Lover
Do you? You've got a shit way of showing it.
A BEAT, as both avoid eye contact. A second later, Valerie jumps to her feet.
Valerie
This is all just because of my stupid fucking mo—
The Ex
Don't you get it, Val? You are the problem. You can blame your mother all that you would like, but she's not here, is she? You spend your entire life, running, fleeing, living in a fantasy world, where it's all sunshine and kisses and sweet little nothings — and you don't give a shit about anything else.
Valerie
That's not—
The Fury
I'm not fucking done.
Valerie is quiet.
Catharsis (cont'd)
You have a fantasy in your mind where you are a princess, suffering at the hands of an evil step-mother, and I'm a brave princess from a far away land, willing to serve you on hand and foot, whisking you away into the magical world of the trees.
(they laugh)
The real world fucking sucks, and you can't just cover that up. You can't keep running away from everything, and I won't keep solving your problems.
Valerie
(softly)
What are you saying?
Former Lover
I'm saying that we're through.
Valerie
I—
Rage
Will you just fuck off and let me clean up your mess, one last time?
Suddenly, BRIGHT SPOTLIGHTS stream in from off-stage, illuminating the faerie; EXPLOSIONS and GUNSHOTS are heard, deafening. She moves instantly, shoving Valerie behind her.
Soldier (VO)
Get down on the ground, now! Back away from the human girl, or else.
Her Protector
(yelling)
What the fuck are you doing here? This is my home, you can't just—
Erin (VO)
She has a weapon!
GUNSHOTS erupt, as the fae collapses to the ground in a heap. Valerie freezes, blood splattered on her face; she slowly raises her hands above her head.
Valerie
Mom? What the fuck have you done?
Erin (VO)
I saved you.
The SHADOW-PUPPET CASTLE looms in the mid-ground, hills on either side. CUT-OUT FLAMES rise up from the fortification, a radiant glow emanating. The FROG-PRINCE falls to his knees, hands raised to the sky.
Narrator
But of course, the Frog-Prince cared not for his soldiers, or for his citizens; he only cared about his precious treasures.
Frog-Prince
Send more men in!
Narrator
The Frog Prince said, bellowing from the top of his lungs.
Frog-Prince
You must save my precious rubies, and my delicate emeralds, and my piles of silver and sapphire — please, you have to rescue them!
Soldier
But sire, it is too dangerous! The flames grow ever stronger, and the castle threatens to consume all. Where is Princess Arabella?
Frog-Prince
The Princess? Pah, if I had not left her alone, none of this would have happened! To think, a princess such as she could cause this immense trouble…
Narrator
The Frog-Prince could not change, and was still a wicked man. And although Princess Arabella had tried to love the Frog-Prince and wanted to help him with all of her heart, he was too far gone. The gems that he so loved had crusted around his heart, a shell of opulence protecting his core. As Princess Arabella watched from the hillside, she began to cry.
Princess Arabella's cutout begins to cry — her TEARS drip down the side of the mountain, in a rush of water.
Princess Arabella
Frog-Prince, hear me now! I have tried to be good and to show you the world as I see it. I have rescued you from the swamp and brought you to my home. I have dressed you in the finest garb and introduced you to kings and queens from afar — and yet, you are still the same.
Frog-Prince
Arabella, you must return to me at once, or face the consequences. I have lost my fortune thanks to you, but I will not lose my princess. I may be a frog, but I am still a prince — guards, bring her to me!
Narrator
But there were no guards left. They had all burned, trying to save the riches in the castle.
Frog-Prince
No guards? Very well. Citizens! I call upon you, help your prince! The princess has betrayed us, we must hunt her down!
Narrator
But there were no citizens left. They had burned, trapped in the dungeons.
Frog-Prince
Cowards, the lot of them! Almighty above, I beg of thee — Princess Arabella has betrayed her prince, and must be punished! Strike her down, at once!
Narrator
But I would not do so. I wished the Frog-Prince had burned.
Princess Arabella
Do you see the truth now, 'prince'? You are the ruler of the swamp; you are rotten to your core. Return to the woods, swim amongst the cattails and leap from stone to lily pad to your heart's content.
The Princess mounts her horse, which rears into the air, kicking its feet.
Princess Arabella (cont'd)
Never more shall you gaze upon my face each morrow, nor hear my song each night. You deserve all that you have earned — a wild creature cannot become a king, no matter how he lies and steals. He will always be an animal, unless he is willing to change.
Frog-Prince
I will change! Give me another chance!
Narrator
The Frog-Prince begged, tears falling down his face. But the Princess was clever, and could see through his lies with ease. He felt no guilt, only fear.
Frog-Prince
Do not leave me alone in my swamp! You broke my curse, princess — and only true love's kiss can break the spell. You are my true love, Arabella. You made me into the prince I am.
Princess Arabella
Your curse was never broken—
Narrator
Princess Arabella yelled, scorn in her heart.
Princess Arabella
You were always a frog, never a man. I am not your true love, and I never was. For my true love would understand me, and would have allowed me to live — goodbye, Frog-Prince. I hope I never see you again.
Princess Arabella rides down the hill, disappearing. The Frog-Prince croaks, neck bulging out, as he falls to the ground, croaking and crying.
Narrator
And then the frog, who was once a prince, found himself alone once more.
The curtains draw shut.
Cite this page as:
For information on how to use this component, see the License Box component. To read about licensing policy, see the Licensing Guide.
Filename: Pseudogenesis_Logo_Flatter.png
Name: Pseudogenesis Logo
Author:
Queerious
License: cc-by-sa 3.0
Filename: Vhs_Glitch-cropped-flipped.gif
Name: Language of fourier strings.
Author: Roͬͬ͠͠͡͠͠͠͠͠͠͠͠sͬͬ͠͠͠͠͠͠͠͠͠aͬͬ͠͠͠͠͠͠͠ Menkman
License: cc-by 2.0
Source Link: https://www.flickr.com/photos/r00s/6974122193/
Notes: Image was cropped and edited by me,
Queerious