Aeternum Repositorium Theme
rating: +17+x
logo

On any page:
[[include :backrooms-wiki:theme:aeternum-repositorium]]

OVERVIEW

Aeternum Repositorium is a remastered port of the original Eternal Repository theme by exotichiveexotichive.

This port is designed to provide a modernized and more flexible visual framework, preserving the aesthetics of the original while improving it through Basalt’s streamlined design and updated CSS1. It was developed as part of the V for Valentin team submission to the Characterization Contest of 2025, specifically for the rewrite of the Eternal Repository Hub.

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.

SETTINGS

Add them to your [[include]] module to modify aspects of Aeternum Repositorium.

[[include :backrooms-wiki:theme:aeternum-repositorium themesetting]]

[[include :backrooms-wiki:theme:aeternum-repositorium 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
  • newlogo=a Applies new Repository logo to the header
  • hideheadertitles=a Removes header titles
  • glowhr=a Replaces all horizontal rules with a glowing one

For example, this theme page uses the settings wide=a, hidetitle=a, and newlogo=a.

ELEMENTS

[[span class="st"]] [[span class="specialtext"]]

[[span class="bt"]] [[span class="bigtext"]]

[[div class="blockquote"]]

[[div class="coolquote"]]

[[div class="notation"]]

[[div class="jotting"]]

[[div class="smallmodal"]]

[[div class="papernote"]]

[[div class="floatbox"]]

[[div class="floatbox right"]]

[[div class="document"]]

[[div class="darkdocument"]]

[[div class="directorate_memo"]]

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

div.{MEMO NAME}_memo {
--memo-heading: "{HEADER TEXT}";
--memo-logo: url({IMAGE URL})
--memo-color: {COLOR IN RGB};
}

logo

Image block.

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


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?
.table1
Green
Green
Green
logo

.table1

.table2
Blue
Blue
Blue
logo

.table2

.table3
Yellow
Yellow
Yellow
logo

.table3

.table4
Orange
Orange
Orange
logo

.table4

.table5
Red
Red
Red
logo

.table5

.table6
Purple
Purple
Purple
logo

.table6

Header font is POPPINS.
UI font is SPLINE SANS.
Body font is INTER.
Monospace font is JETBRAINS MONO.

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