Super Cute Theme
rating: 0+x


Info

Hi!

Super Cute Theme is a minimal theme made by AmbersightAmbersight! You can use it for any purpose.

Super Cute Theme is based on Super Liminal.

[[include :backrooms-wiki:theme:super-cute]]


Examples

Missing alt text.

The first picture ever taken of Level 0.

Level 0 is a non-linear space, resembling the back rooms of a retail outlet. Similar to its previous form, all rooms in Level 0 appear uniform and share superficial features such as a yellowish wallpaper, damp carpet, and inconsistently placed fluorescent lighting. However, no two rooms within the level are identical1.


Title One

Title Two

Title Three

As you may noticed, it doesn't look well to directly put text on the yellow background. Therefore, I suggest you wrap any content with at least a blockquote.

  • Bulleted list
  • List 2
    • Nested list
  1. Numberred list
  2. Second one



Deco DIVs

> blockquote
[[div class="blockquote"]]
[[div class="lightblock"]]

[[div class="darkblock"]]

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

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

[[code]]
[[div class="code"]]



Super Cute! DIVs

[[div class="with-bai blockquote"]]

This is Bai Mulin, mascot of Backrooms CN. Bai is an unidentified wanderer, we know less about her. She is often seen in the C cluster of the Backrooms.

You can change the blockquote to other deco DIVs.

[[div class="with-shina blockquote"]]

This is Shina, mascot of Backrooms ID. Shina is an powerful entity living in Backrooms Indonesia, you can learn more about her at this page!

Shina's horns may pierce into the previous div / paragraph. If you don't want this, use @@ @@ to spare a line.

[[div class="with-tess blockquote"]]

Wait wait, who's this?

[[div class="with-shina dark-styled-quote no-padding"]]

If you don't like the extra padding on the top (that is to say, the empty on the top to leave space for the mascots' hands), you can add a no-padding class for the div.



Customize

There're 5 main colors in Super Cute. By changing the 5 colors, you can easily modify the aesthetics of the theme:

--q-black
55, 55, 55
--q-white
252, 252, 252
--q-yellow
254, 203, 52
--q-green
52, 254, 145
--q-red
254, 104, 52
[[module CSS]]
:root {
    --q-black: 55, 55, 55;
    --q-white: 252, 252, 252;
    --q-yellow: 254, 203, 52;
    --q-green: 52, 254, 145;
    --q-red: 254, 104, 52;
}
[[/module]]

If you just want a new main accent for the theme, just changing --q-yellow would be good enough.



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