Skip to content

Dark Alley by voidn

Details

Authorvoidn

LicenseNo License

Categoryhttps://thebackalleys.com/forum/

Created

Updated

Size36 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A temporary dark mode until the forum is reformatted.

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Dark Alley
@version      20231002.17.35
@namespace    ?
==/UserStyle== */

/* ==UserStyle==
@name         Dark Alley
@namespace    USO Archive
@author       Void
@description  Don't let me catch you back here
@version      0.0.1
@license      CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://thebackalleys.com/forum/"), url-prefix("https://www.thebackalleys.com/forum/") {
/* ZOMG WTFGTFO */
html {
    font-size: 0.7em;
}

/* Set a fontsize that will look the same in all browsers. */
body {
    background: #15100C;
    font: 1.4rem/2rem "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin: 0 auto;
    padding: 3em 0 1em;
}
body,
td,
th,
tr {
    color: #8f8a86;
}
/* Normal, standard links. */
a:link,
a:visited {}
/* Links that open in a new window. */
a.new_win:link,
a.new_win:visited {
    color: #76b3bc;
}
/* Sort out default 2.0.x text classes. */
.smalltext,
tr.smalltext th,
.middletext,
.normaltext {
    font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.middletext,
.normaltext {
    font-size: 1.4rem;
    line-height: 2rem;
}
.largetext {
    font-size: 2rem;
    line-height: 2.8rem;
}
/* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.
		.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
		.button_reset  - covers input[type=reset] and button[type=reset] throughout all browsers
		.input_check   - covers input[type=checkbox] throughout all browsers
		.input_radio   - covers input[type=radio] throughout all browsers
		.input_text    - covers input[type=text] throughout all browsers
		.input_file    - covers input[type=file] throughout all browsers
	*/
input,
button,
select,
textarea {
    background: #1F1C19;
    color: #ccc;
    font: 1.4rem/2rem "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    border: 1px solid #483e34;
}
input,
button,
select {
    box-sizing: border-box;
    max-height: 2.4rem;
    min-height: 2.4rem;
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    vertical-align: top;
}
select {
    padding: 0 2rem 0 4px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/* For IE and Edge */
select::-ms-expand {
    display: none;
}
select option {
    padding: 1px 7px 1px 1px;
}
/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit,
.button_reset,
#message_index_jump_to input,
#display_jump_to input,
#mlist_submit {
    padding: 0 4px;
    background: #201A15;
    font-weight: normal;
    border: 1px solid #6F5C45;
    border-radius: 2px;
    cursor: pointer;
}
#message_index_jump_to input,
#display_jump_to input {
    font-weight: bold;
}
input:hover,
textarea:hover,
button:hover,
select:hover {
    border: solid 1px #8F7659;
}
.button_submit:hover,
.button_reset:hover,
#message_index_jump_to input:hover,
#display_jump_to input:hover,
#mlist_submit:hover {
    background: #32281F;
    color: #fff2cf;
    border: solid 1px #8F7659;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
    border: solid 1px #8F7659;
}
/* Checkboxes or radio buttons shouldn't have a border around them. */
h3.catbg input.input_check {
    margin: 9px 7px 0 7px;
}
/* Give disabled text input elements a different background color. */
input[disabled].input_text {
    background: #eee;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr,
.hrcolor {
    height: 1px;
    border: 0;
    background: #4D4030;
    color: #4D4030;
}
/* Standard headings. */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #6F5C45;
    font-size: 1em;
}
h3,
h4 {
    padding-bottom: 0;
}
/* Fieldsets, to group elements. */
fieldset {
    margin: 0 0 0.5em 0;
    padding: 1em;
    border: 1px solid #6F5C45;
    border-radius: 2px;
}
fieldset legend {
    color: #7f7f7f;
    font-weight: bold;
}
/* Additional classes to fix Antiheinous's norty typos in ManageNews.template.php
	/* Antiheinous shouldn't do svn commits late at night.
	/* Mind you, nobody else spotted it either. :P */
.floatleftpadding {
    padding: 0.5em;
    float: left;
}
.floatrightpadding {
    padding: 0.5em;
    float: right;
}
/* End Antiheinous norty typos stuff. */
/* Some BBC related styles.
	------------------------------------------------------- */
/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote,
blockquote.bbc_alternate_quote {
    overflow: auto;
    margin: 0 0 1rem 0;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.6rem;
    border: solid #4D4030;
    border-width: 1px 0;
}
/* Alterate blockquotes. */
blockquote.bbc_standard_quote {
    color: #aaa;
    background-color: #201A15;
}
blockquote.bbc_alternate_quote {
    color: #999;
    background-color: #1A1511;
}
/* A code block - maybe PHP ;). */
code.bbc_code {
    padding: 3px 1em;
    background: #201A15;
    color: #7F7F7F;
    font-size: 1.1rem;
    line-height: 1.7rem;
    border: solid #584937;
    border-width: 1px 0;
}
/* The "Quote:" and "Code:" header parts... */
.codeheader,
.quoteheader {
    color: #7F786F;
    font-size: 1.2rem;
    font-weight: 400;
}
/* Styling for BBC tags */
.bbc_link:link,
.bbc_link:visited,
.bbc_link:hover,
.bbc_link:focus {
    text-decoration: underline;
    text-decoration-color: #463C31;
    text-underline-position: under;
    border-bottom: 0;
}
.bbc_link:hover,
.bbc_link:focus {
    text-decoration-color: #85735D;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
    color: red;
}
/* Highlighted text - such as search results. */
.highlight {
    font-weight: bold;
    color: #C8712B !important;
    font-size: 1.4rem;
}
blockquote .highlight {
    font-size: 1.2rem;
}
code .highlight {
    font-size: 1.1rem;
}
/* A more discreet highlight color, for selected membergroups etc. */
.highlight2,
tr.highlight2 td {
    background: #8F8674;
    color: #000 !important;
}
.highlight2 a {
    color: #1f1400 !important;
    font-weight: bold;
}
/* Generic, mostly color-related, classes.
	------------------------------------------------------- */
.titlebg,
.titlebg2,
tr.titlebg th,
tr.titlebg td,
tr.titlebg2 td {
    color: #8F7659;
    font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    ;
    font-size: 1.5rem;
    font-weight: 400;
    background: linear-gradient(#2D2821, #1D1710);
}
.catbg,
.catbg2,
tr.catbg td,
tr.catbg2 td,
tr.catbg th,
tr.catbg2 th {
    color: #FFDD99;
    font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    ;
    font-size: 1.5rem;
    font-weight: 400;
    background: linear-gradient(#867664, #514130);
}
/* adjust the table versions of headers */
tr.titlebg th,
tr.titlebg2 th,
td.titlebg,
td.titlebg2,
tr.catbg th,
tr.catbg2 th,
td.catbg,
td.catbg2 {
    padding: 0 6px;
}
tr.titlebg th a:link,
tr.titlebg th a:visited,
tr.titlebg2 td a:link,
tr.titlebg2 td a:visited {
    color: #8F7659;
}
tr.catbg th a:link,
tr.catbg th a:visited,
tr.catbg2 td a:link,
tr.catbg2 td a:visited {
    color: #FFDD99;
}
.catbg select {
    height: 2.4rem;
    font-size: 1.4rem;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg,
.windowbg2,
.windowbg3,
#preview_body {
    color: #999 !important;
    background-color: #14120E !important;
}
.windowbg2,
.windowbg3 {
    color: #8f8a86 !important;
}
/* Colors for background of posts requiring approval */
.approvebg,
.approvebg2,
.approvetbg,
.approvetbg2 {
    color: #BFB2A7;
    background-color: #352b21;
}
/* Sticky topics get a different background */
.stickybg,
.stickybg2,
.stickybg2.lastpost + td {
    background-color: #201C16 !important;
}
/* Locked posts get a different shade, too! */
.topic_table tr td.windowbg {
    background-color: #16130F;
}
.lockedbg,
.lockedbg2 {
    background-color: #16130F;
    font-style: italic;
}
/* Posts and personal messages displayed throughout the forum. */
.post,
.personalmessage {
    overflow: auto;
    line-height: 2rem;
    padding: 0.1em 0;
}
/* All the signatures used in the forum. */
.signature,
.attachments,
.custom_fields_above_signature {
    width: 98%;
    overflow: auto;
    clear: right;
    padding: 1em 0 3px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    border-top: solid 1px #4D4030;
}
/* Sometimes there will be an error when you post */
.error {
    color: red;
}
/* Messages that somehow need to attract the attention. */
.alert {
    color: red;
}
/* Calendar colors for birthdays, events and holidays */
.birthday {
    color: #FFDD99;
}
.event {
    color: #DF9F53;
}
.holiday {
    color: #6F5C45;
}
/* Colors for warnings */
.warn_mute {
    color: red;
}
.warn_moderate {
    color: #ffa500;
}
.warn_watch,
.success {
    color: green;
}
a.moderation_link,
a.moderation_link:visited {
    color: red;
    font-weight: bold;
}

.new_posts,
a.new_posts {
    background: #08f;
    -webkit-animation: pulsate 5s ease-in-out infinite;
    /* Safari 4+ */
    -moz-animation: pulsate 5s ease-in-out infinite;
    /* Fx 5+ */
    -o-animation: pulsate 5s ease-in-out infinite;
    /* Opera 12+ */
    animation: pulsate 5s ease-in-out infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes pulsate {
    0% {}
    50% {
        background: cyan;
    }
    100% {}
}

/* a descriptive style */
.description,
.description_board,
.plainbox,
.information {
    margin: 0.2em 1px 1em 1px;
    padding: 0.5em 1em;
    background: #0F0C0A;
    font-size: 1.2rem;
    line-height: 1.6em;
    border: 1px solid #3C3024;
    border-radius: 2px;
}
.description_board {
    marg...

Reviews

No reviews yet.