Enchanted Forest
rating: +32+x


Info

This theme was made by ReyDayReyDay.

Credit to the themes Pomona(by ghostchibighostchibi) and To Wish Upon A Dream(by MC_Crafter_24_7MC_Crafter_24_7), I used these themes to help with certain aspects of the code. Pomona I used for the divs and TWUAD I used for the SD classes.

also HUGE thanks to cakelord114514cakelord114514 for helping me figure out the code for the horizontal rule and a few other things, could not have done this without them.

This was techlit by MyrandFoxMyrandFox

--dull-accent
99, 138, 117

--dark-green
9, 35, 29

--vibrant-green
68, 150, 96

--bark-green
21, 60, 56

--link-green
48, 100, 76

--light-grey
130, 150, 130


To use this theme, type the following:

[[include :backrooms-wiki:theme:enchanted-forest]]



Twix

My cat, his name is Twix :DDD

Is it just me or is green + cyan combo just SO PRETTY?!?!?!?!?!?

The fonts used are as follows:

Lobster

Milonga
Fantasque Sans Mono

This is what a horizontal rule looks like! Wait…why is it different?


This is a special hr! type the following to put this in your article:

[[div class="vine-hr"]]
----
[[/div]]

Header

Header

Header

Header

Header
Header

Footnote1
Bold
Italic
Underline
Strikethrough
Superscript
Subscript
Teletype
  • Bulleted list

Links that don’t exist
Links that do exist!

And this is what a normal hr looks like!


This is a blockquote! You can get this by typing “>” before your text.
These

are

nesting

blockquotes

[[div class="lightblock"]]

[[/div]]

[[div class="styled-quote"]]

[[/div]]

[[div class="darkblock"]]

[[/div]]

[[div class="dark-styled-quote"]]

[[/div]]

[[div class="vibe-box"]]

[[/div]]

[[div class="dark-box"]]

[[/div]]

[[div class="light-grey-frame"]]

[[/div]]

[[div class="dark-grey-frame"]]

[[/div]]

[[div class="dull-grey-frame"]]

[[/div]]

[[div class="vineblock"]]

[[/div]]

*Note: You may have to re-edit the code for this div based on the length of your text.

Code:
.vineblock {
border: 35px solid transparent;
padding: 0.01rem 1rem;
border-image: url(http://backrooms-sandbox-2.wikidot.com/local--files/theme-test-preview-cakelord/vineblock_mods.png);
border-image-slice: 900 900 900 900; /*you will have to edit this for the repeat lengths*/
border-image-width: 20% 20% 20% 20%; /*you will have to edit this for the border width*/
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: round;
}

Feel free to code your own div as well with the color scheme! Here's the base code:

.div-name {
color: rgb(var(variable)); /* Replace "variable" with the variable you want */
background: rgba(var(variable), 0.5); /* Replace "variable" with the variable you want, and replace "0.5" with the opacity you want. */
padding: 0.01rem 1rem; /* Standard length/width stuff, you will most likely not change this. */
margin: 0.5rem 0; /* Standard length/width stuff, you will most likely not change this. */
box-shadow: var(variable); /* Replace "variable" with the variable you want. */
border: 4px rgb(var(variable)) solid; /* This is the border, replace "variable" with the variable you want, and you can replace "solid" with "ridge" to make it look like a frame! */
}




This is a table And another section of the table
Look at how cool this looks! Aren't I just amazing for coding this theme? :D

Wooo this is what a tab looks like!


SURVIVAL DIFFICULTY:

Class 0

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class 1

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class 2

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class 3

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class 4

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class 5

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class unknown

  • {$one}
  • {$two}
  • {$three}

SURVIVAL DIFFICULTY:

Class habitable

  • {$one}
  • {$two}
  • {$three}

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License