Akmē Espionage Agency Theme
rating: +16+x


Info

add cw=1 to the component to add the content warning thingy to it.

AEA-logo

On any page:
[[include :backrooms-wiki:theme:aea]]

Basic Gist


A.E.A. is a dark Basalt-based theme designed by PrismaticMoosePrismaticMoose, with logos by DrAkimotoDrAkimoto.
It was originally created for the Duel Contest 2025 page Damage Control, when it was a simple few pieces of code on top of Basalt. The current version has been massively improved with more settings, divs, and general messy code.
This version is made with code I stole redistributed from The Aeternum Repositorium theme, the Basalt theme, and probably a few others I forgot about ;w; . Don't think that it's all stolen, a lot of it was made using the inspect tool and a bit of logical thinking.

Basalt is an aesthetic theme for the SCP Wiki by LirynLiryn and Placeholder McDPlaceholder McD functioning as an extension of Bedrock, a base theme created specifically for this project. Visit Bedrock's wiki page or its home on GitHub for more info, including all of the CSS variables it offers.


Theme settings


Add theme settings to your [[include]] module to modify aspects of Basalt.

[[include :backrooms-wiki:theme:aea themesetting]]

[[include :backrooms-wiki:theme:aea themesetting|another-themesetting]]

All theme settings as of the current version:

  • wide=a Widens page
  • hidetitle=a Removes page title
  • centertitle=a Centers page title
  • oldheader=a Changes header title to the old A.E.A. name, used for pages set before the group revival.
  • The following change the background image to a different pattern; DO NOT USE MORE THAN ONE, IT WILL NOT WORK.
    • tartan=a Changes background to tartan
    • paisley=a Changes background to paisley
    • diamond=a Changes background to diamond-print
    • herringbone=a Changes background to herringbone
    • gingham=a Changes background to gingham
    • houndstooth=a Changes background to houndstooth
    • birdseye=a Changes background to bird's eye (may trigger Trypophobia)
    • windowpane=a Changes background to windowpane
    • teardrop=a Changes background to teardrops

Page elements


[[div class="blockquote"]]

[[div class="notation"]]

[[div class="jotting"]]

[[div class="smallmodal"]]

[[div class="papernote"]]

[[div class="floatbox"]]

[[div class="floatbox right"]]




[[div class="document"]]

These document divs use a different font.

[[div class="darkdocument"]]

These document divs use a different font.

[[div class="benefactor_memo"]]

[[div class="hq_memo"]]

[[div class="sucraseblock"]]

[[div class="pinstripe_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="paisley_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="diamond_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="tartan_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="herringbone_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="gingham_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="houndstooth_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="birdseye_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="windowpane_fabric"]]
[[div]]

[[/div]]
[[/div]]

[[div class="teardrop_fabric"]]
[[div]]

[[/div]]
[[/div]]

You have to put un-classed divs inside the main fabric divs — yeah I know it's weird — it's the only way to make the fabric stuff work.

To create additional memos, include this in your CSS module and modify accordingly:

div.{PATTERN NAME}_fabric {
--fabric-pattern: url({BACKGROUND IMAGE URL});
--fabric-opacity: {OPACITY AS PERCENTAGE};
--fabric-background-color: {COLOUR AS HSL};
}




Missing alt text.

Image block.

A horizontal rule can be created with 4+ hyphens "----" and extends across the whole page if it is not placed inside anything (e.g. a blockquote)1.


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

First Title

Second Title

Third Title

Fourth Title

Fifth Title
Sixth Title

This is a tab view.

This is a table
You should know how to make these
already
But do you?

Header and UI font is SOFIA SANS.
Body font is INTER.
Monospace font is JETBRAINS MONO.
Document div & Component font is COURIER PRIME.

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