backrooms-sandbox.wikidot.com Open in urlscan Pro
107.20.139.176  Public Scan

URL: http://backrooms-sandbox.wikidot.com/
Submission: On May 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

dummy

<form id="search-top-box-form" action="dummy" class="input-append">
  <input id="search-top-box-input" class="text empty search-query" type="text" size="15" name="query" value="Search this site" onfocus="if(YAHOO.util.Dom.hasClass(this, 'empty')){YAHOO.util.Dom.removeClass(this,'empty'); this.value='';}"><input
    class="button btn" type="submit" name="search" value="Search">
</form>

GET dummy.html

<form action="dummy.html" method="get" onsubmit="WIKIDOT.modules.NewPageHelperModule.listeners.create(event);">
  <input class="text" name="pageName" type="text" size="30" maxlength="128" style="margin: 1px">
  <input type="submit" class="button" value="Create page" style="margin: 1px;">
</form>

Text Content

BACKROOMS SANDBOX


WHEN YOUR SANDBOX JUST GETS TOO BACKROOMS


 * Front Page
 * Backrooms Wiki Main Page
 * Site Manager
 * Guide Hub

Create account or Sign in




Main

Authors' Resources

Drafts Critique Forum

[image series.png]] Discord Server

Backrooms Sandbox

--------------------------------------------------------------------------------

A standard sandbox can only be edited by the original author or a mod/admin.
Sandbox titles should have the author name, not draft name. This helps make it
clear at a glance who owns the page.
Remember to click "Save" and NOT "Save Draft" when editing pages.

--------------------------------------------------------------------------------

Main Backrooms Wiki

Backrooms Wiki

How to Write an Entity

Guide Hub

Admin
Admin
Site Manager
Wiki Syntax
Side | Top ---- | Theme
Home Page


--------------------------------------------------------------------------------

+ Show component code
- Hide component code

:root {
        --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
        --body-width-on-desktop: 45.75rem;
    }
    @media only screen and (min-width: 56.25rem) {
        #content-wrap {
            display: flex;
            position: initial;
            flex-direction: row;
            flex-grow: 2;
            width: calc(100vw - (100vw - 100%));
            max-width: inherit;
            height: auto;
            min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
            margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
        }
 
        #main-content {
            position: initial;
            width: var(--body-width-on-desktop, 45.75rem);
            max-width: var(--body-width-on-desktop, 45.75rem);
            max-height: 100%;
            margin: 0 auto;
            padding: 2rem 1rem;
        }
 
        #page-content {
            max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
        }
 
        #side-bar {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            left: 0;
            grid-area: side-bar;
            width: var(--sidebar-width-on-desktop, 13.6rem) !important;
            min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
            max-height: 100vh;
            padding-right: 2.5rem;
            padding-left: 0.5rem;
            overflow-y: scroll;
            transition:
                translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                padding 300ms linear,
                margin 300ms linear;
            border: none;
            border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
            background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
            translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem);
            direction: rtl;
            scrollbar-width: thin;
            -ms-scroll-chaining: none;
                overscroll-behavior: contain;
            scrollbar-color: 
                rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
                rgba(var(--swatch-tertiary-color), 0.05); /* Track */
        }
 
        #side-bar::-webkit-scrollbar-track {
            background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
        }
 
        #side-bar::-webkit-scrollbar,
        #side-bar::-webkit-scrollbar-thumb,
        #side-bar::-webkit-scrollbar-corner {
            width: 0.5rem;
            border-right-width: calc(100vw + 100vh);
            border-right-style: inset;
            border-color: inherit;
            background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
        }
 
        #side-bar:is(:hover, :active, :focus-within) {
            margin-right: 2.25rem;
            padding-right: 0.25rem;
            overflow-x: hidden;
            overflow-y: auto;
            border-color: rgba(var(--swatch-primary-darker), 1);
            background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
            translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
            scrollbar-color: 
                rgba(170, 170, 170, 1)  /* Thumb */
                rgba(252, 252, 252, 1); /* Track */
            scrollbar-color: 
                rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
                rgb(var(--swatch-menubg-color, 252, 252, 252), 1);  /* Track */
        }
 
        #main-content::after {
            content: " ";
            display: flex;
            position: fixed;
            top: 0;
            left: 1rem;
            align-items: center;
            justify-content: center;
            width: 1rem;
            height: 100%;
            max-height: 100%;
            transition:
                left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
            background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center left 1rem;
            background-size: 1rem 12.875rem;
            pointer-events: none;
        }
 
        #side-bar:is(:hover, :active, :focus-within) + #main-content::after {
            left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
            width: 0rem;
            transition:
                left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
            opacity: 0;
            background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
            font-size: 0em;
        }
 
        #main-content::before {
            content: " ";
            position: absolute;
            z-index: 9;
            top: var(--final-header-height-on-desktop, 0);
            left: 0;
            width: var(--sidebar-width-on-desktop, 14.5rem);
            height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
            margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
            transition:
                translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
            opacity: 0.5;
            background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
            pointer-events: none;
            translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem);
        }
 
        #side-bar:is(:hover, :active, :focus-within) + #main-content::before {
            translate: 0;
            opacity: 0;
        }
 
        #side-bar .side-block {
            margin-top: 1em;
            padding-left: 0.25em;
            border-right-width: 0rem;
            border-left-width: 0rem;
            border-radius: 0;
            background-color: rgb(0, 0, 0, 0);
            direction: ltr;
        }
 
        #side-bar .scpnet-interwiki-wrapper {
            direction: ltr;
        }
 
        /* Print Friendly Formatting by Estrella */
        body.print-body { 
            --sidebar-width-on-desktop: 0; 
        } 
        body.print-body #main-content::before,
        body.print-body #main-content::after { 
            display: none; 
        }
    }


THIS WIKI IS FULL!!


GO CHECK OUT THE SANDBOX WIKI 2 FOR YOUR DRAFTS! PAGES CREATED HERE CAN STILL BE
EDITED, BUT STORAGE FOR THE SITE IS FULL.

To begin writing your sandbox page, simply write your username into the box
below and hit 'Create Page'.

Make sure you name the page as your username and NOT 'Level n'



--------------------------------------------------------------------------------

Welcome to the Backrooms Sandbox Wiki! You can use pages on this site to
practice formatting, store works in progress, or simply have a place to put
drafts so you can show others and get feedback before posting to the main site.


REMEMBER: WHEN MAKING EDITS, ALWAYS USE THE "SAVE" FUNCTION AND NOT "SAVE
DRAFT". USING "SAVE DRAFT" WILL RETAIN A DIGITAL COPY OF THE EDITS WITHOUT
ACTUALLY CHANGING THE PAGE ITSELF. THIS CAN CAUSE PROBLEMS WHEN ATTEMPTING TO
MAKE A NEW SANDBOX.

 * Anyone can create and edit their pages here. You do not need to join this
   site, but you must be a Wikidot platform member.
 * DO NOT EDIT OTHERS' SANDBOXES WITHOUT THEIR PERMISSION. If it's not your
   sandbox, there's no reason to make unsolicited changes, even if you're trying
   to be helpful and fix something.
 * Please don't create too many sandbox pages. You can make as many sandbox
   pages as you need, but we recommend that you keep the number reasonable. You
   can store multiple drafts on your sandbox by using the tab code further down
   this page.
 * Do NOT create a sandbox title or URL with an Level number or name. So no
   Level 1234, no Level 4321, no Hub pages.
 * When you're ready for feedback, ask for it. Feedback is only given when an
   author has indicated that they have something ready to be reviewed (no one
   camps sandbox pages). Seek feedback in the Backrooms-Wiki's Discord Server,
   Drafts and Critiques forum, or via wikidot PM request.
 * Staff reserve the right to remove material that violates our site rules and
   guidelines.
 * We recommend that you title your sandbox page(s) with your username, or
   something else unique. It's easier if people can tell who the sandbox belongs
   to by reading the title.
 * Rating modules are disabled on the sandbox. While the module will appear if
   the code is present, no one can vote on them.
 * Currently, only page creators and mods/admins can edit pages. This prevents
   people from editing sandboxes that are not theirs. For more information on
   sandbox permissions and how to share sandboxes for co-authored works, please
   contact a member of site staff.
 * Happy writing! :)

--------------------------------------------------------------------------------


TABS

To add tabs to your sandbox so you can have multiple drafts, use the following
code:

[[tabview]]
[[tab Title 1]]
Text goes here. Pretend this is a draft.
[[/tab]]
[[tab Title 2]]
More text in another tab! You can add lots of tabs.
[[/tab]]
[[/tabview]]

If done correctly, you should get something like this:

 * Title 1
 * Title 2

Text goes here. Pretend this is a draft.

More text in another tab! You can add lots of tabs.



page revision: 17, last edited: 8 Oct 2023, 08:38 (207 days ago)
Edit Tags Discuss (0) History Files Print Site tools + Options
Edit Sections Append Edit Meta Watchers Backlinks Page Source Parent Lock Page
Rename Delete


Help  | Terms of Service  | Privacy  | Report a bug  | Flag as objectionable
Powered by Wikidot.com
Unless otherwise stated, the content of this page is licensed under Creative
Commons Attribution-ShareAlike 3.0 License












Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible).
Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
See pages that link to and include this page.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.
English
 * Deutsch
 * English
 * Español
 * Français
 * Italiano
 * Nederlands
 * Polski
 * Português
 * Limba română


YOU CONTROL YOUR PRIVACY

When you use this site, we and up to 847 vendors process, store and/or access
personal data from you and your device. This data can include your type of
browser, settings, cookies, unique identifiers, IP address, and geo location.
Once dismissed, these settings can be accessed again from the link in our
privacy policy or footer.

We're requesting consent to offer: Personalised advertising and content,
advertising and content measurement, audience research and services development

Advertising and content can be personalised based on your profile. Your activity
on this service can be used to build or improve a profile about you for
personalised advertising and content. Advertising and content performance can be
measured. Reports can be generated based on your activity and those of others.
Your activity on this service can help develop and improve products and
services.

Advanced Settings Accept

Your consents are specific to this site & device.