UncertaintyCrossing's Workbench
rating: +4+x




This is the Webcore Theme! It highlights various web/internet/computer/glitch/ect aesthetics, and utilizes custom divs of related themes to give great flexibility in how you can utilize said aesthetics!






How to include

To put this theme on your page, slap this somewhere in your page:

[[include :wanderers-library:component:webcore_theme]]

Theme Components


The body font is Agdasima.
The Header font is Coral Pixels.
The Title font is VT323.
The UI font used is VT323.
The monospace font used is Share Tech Mono.


Here's some links for you:


Examples

A horizontal rule can be created 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.


Titles can be created by putting between one and six plus "+" at the start of the line


This is a tab view.


This is a blockquote, created by putting "> " at the start of each line.
More text


That's a horizontal rule

Nested blockquotes

And another1


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

An alternative horizontal rule is available as well if the "-----" is enclosed in a "fancyhr" class div, like so:

[[div_ class="fancyhr"]]
-----
[[/div]]

Resulting in this:



There is another special l border that can be enabled by adding the "glitchborder" class to any element. For instance, this is the code to this block:

[[div_ class="glitchborder"]]
content goes here
[[/div]]



Username | July 1st, 2026 04:26 PM

This theme has a special recolor of the post div from IronShearsIronShears's Revelatrix theme! This is how you make said post!


Paste the code below to utilize the post format:

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

Post text goes here.

-----

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

[[/div]]

You can edit the username and timestamp at the top, as well as the various numbers/terms at the bottom. Whatever you want the post to say should go into the part that says "post goes here". Anything you can add to a page - such as images, other formatting, and so on - can go into the paste div.

Username: You can utilize this code in a block quote to make it look like comments on the post.

> [[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.


💬 1 Comments 🔄 2 Reposts ❤️ 3 Likes

Username | July 1st, 2026 04:26 PM

Do you prefer a dark version of the post div from IronShearsIronShears's Revelatrix theme? No worries! Here's how you make a dark version!


Paste the code below to utilize the post format:

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

Post text goes here.

-----

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

[[/div]]

Just like the light version, you can edit the username and timestamp at the top, as well as the various numbers/terms at the bottom. Whatever you want the post to say should go into the part that says "post goes here". Anything you can add to a page - such as images, other formatting, and so on - can go into the paste div.

Username: You can utilize this code in a block quote to make it look like comments on the post.

> [[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.


💬 1 Comments 🔄 2 Reposts ❤️ 3 Likes

This theme also comes with some custom warning/error/popup messages. They are fairly customizable, here are some examples:

⚠ You successfully read this important alert message, in the "alertdefault" style.

⚠ You successfully read this important alert message, in the "alertwarning" style.

⚠ You successfully read this important alert message, in the "alerterror" style.

⚠ You successfully read this important alert message, in the "alertglitch" style.

The code for each is the same, just swap out part in quotations for the style name you prefer above. This example is for the alertdefault style. To get the little alert symbol, you can copy-paste it from here, it is not included in the alert message by default.

[[div_ class="alertdefault"]]
⚠ Your alert message goes here.
[[/div]]


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