Revelatrix Theme
rating: +8+x
Username | August 11th, 2024 5:39PM

How do I use this theme?


This theme is a bit unique as in it's designed where all your text will put in these "post" blocks! To start,
Put this line at the top of your page.

[[include :wanderers-library:component:revelatrix-theme]]

Once you've done that, edit the editable text in the side! That can be changed by pasting this below the theme import and editing the value.

[[module CSS]]
:root{
—editable-text:"YOUR TEXT GOES HERE!";
}
[[/module]]

Changing the profile picture is like this! If you're changing both, you can just copy the "logo-image" portion into the :root of the first one and it'll work!

[[module CSS]]
:root{
—logo-image: url("YOUR URL GOES HERE!");
}
[[/module]]

After that, it's time to make your first post!


💬 48 Comments 🔄 849 Reposts ❤️ 3852 Likes
Username | August 11th, 2024 5:15 PM

This is how you make a Post!


Past the code below into your page!

[[div_ class="fancyborder"]]
++++++ [[span style="color:rgb(var(--bright-accent));"]]Username[[/span]] | Month Xth, XXXX X:XXPM
-----
+ Title is here
-----

Post text goes here.

-----

++++++ 💬 X Comments 🔄 X Reposts ❤️ X Likes

[[/div]]

Edit the Timestamp, the Numbers at the bottom, and the Username. The body of your text should go in the part that says "Post goes here"! Anything you can add to a page can be added here.

PJ14ByN_d.webp?maxwidth=5664&shape=thumb&fidelity=high

This is SCP-PL-KOT by Arcydziegiel! Wow!

Username: You can put block quotes in here as comments

> [[span style="color:rgb(var(--bright-accent));"]]Username[[/span]]: This is the code for a comment!

Username: Make sure to put a space between the comments

Username: You can also have nested comments like nested Blockquotes.


💬 50 Comments 🔄 720 Reposts ❤️ 2931 Likes
Username | August 11th, 2024 4:58 PM

How do I use all the other bits?


A horizontal rules can be added anywhere in a post with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.


Like that! Look at that cutting through the middle of the post.

Titles can be created by putting between 1-6 plus "+" at the start of the line

This is a tab view.

This is a table
You should know how to make these
already

And that should be everything!

I'll leave you with the fonts and the source code!


The Body font and UI font is Courier New.
The title font is Oswald.
The header font is Cinzel.


💬 51 Comments 🔄 938 Reposts ❤️ 1827 Likes
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License