SAPPHIRE Theme Redux

Sigma Themes » SAPPHIRE Theme Redux

Rating

rating: +44+x

Rating + Info Module

  • rating: +44+x

Standalone Info Module

What Is This?


This is a fork of “SAPPHIRE's Theme”, originally created by DrGeminiDrGemini.

How to Use


Copy this syntax and paste it onto the top of your page:

[[include :scp-wiki:theme:saphir]]

This theme makes use of the following components and their variables:

What is this theme used for?

This theme represents the Group of Interest SAPPHIRE from the French SCP Branch.

For further information:

The Society of the Atheist Partisans of Progress for the Halt of the Irrational and Religious Enemy, better known as "SAPPHIRE" ("SAPHIR" in French, La Société Athée Pour la Halte de l'Idéologie Religieuse), is a Group of Interest most established in Western Europe, but also present in Eastern countries, Northern Africa, and the East Coast of the United States.

The oldest known actions linked to SAPPHIRE date back to 1909, although the organization remained obscure until the 1960s, when SAPPHIRE seemingly went through a major expansion. The precise cause for this is unknown.

SAPPHIRE opposes all forms of belief, religion, and superstition, which they regard as the underlying cause of the woes affecting mankind, as well as SCP objects, which they consider to be the source of the aforementioned beliefs, religions, and superstitions.

In spite of the ideal of rationality and humanism SAPPHIRE claims to adhere to, they do not hesitate to use anomalous means for terrorist purposes, committing attacks against both traditional and occult religions, the primary victims of these attacks often being civilians. Attacks can also be directed against superstitions, targeting civilian clairvoyance enthusiasts, or rival organizations (including the Foundation).


— Selection from the SAPPHIRE Hub
Created and written by DrGeminiDrGemini
Translated into English by SkodamzSkodamz


Example Formatting

Example GOI Format

rating: +44+x
sapphire-logo.png

Title

By Firstname Bunchofnumbers


SECTION HEADING


The SAPPHIRE Format is known in-universe as the “Zetetic Bulletin”.1 For an example of the format in action, see:

Open the format by pasting the following div before or after the rating module:2

[[div class="sapphire-block"]]

The SAPPHIRE Format is a mock essay or dissertation. Each paragraph is indented3 and the entire format's text is justified. Both these properties are pre-baked into the theme's CSS.

Next, indicate the format's title and in-universe author's name (not your own):

++* Title
+++* By Name

Then, a section heading, which is often used several times throughout the format:

[[div class="lite-heading"]]
----
++++ SECTION HEADING
----
[[/div]]

For quoted passages:

[[div class="excerpt"]]
Text here.
[[/div]]

Example:

Ignorance more frequently begets confidence than does knowledge: it is those who know little, and not those who know much, who so positively assert that this or that problem will never be solved by science.[1]

If your article has any footnotes or bibliographic citations, place their respective blocks at the end of all inner elements. If you're unsure about how to set up a bibliography, Wikidot provides a short explanation. Any bibliography section should come after the footnotes:

~~~~
[[footnoteblock]]

Finally, close the format. Include SAPPHIRE's watchword for extra points:

----
+++* When in doubt, doubt.
[[/div]]

And you're done!


Bibliography
1. Darwin, C. R. (1874). The Descent of Man, and Selection in Relation to Sex (2nd ed.). John Murray: p. 3. (Original work published 1871)

When in doubt, doubt.

The following is for a Series and is not a part of the SAPPHIRE Format:

[[div class="saphir-nav"]]
<< [[size 120%]][[[non-prophet-organization-hub|A NON-PROPHET ORGANIZATION]]][[/size]] >>
[[/div]]

Source Code

The HEADER and BODY font is Merriweather.

The SPECIAL font is Special Elite.

The GOI FORMAT font is Tinos.

SAPPHIRE Theme Redux
By: Lt FlopsLt Flops
Published on 02 May 2024 16:16

This is a working example of the authorbox. Consult the Sideboxes subsection for further info.

⮤ This is a flavorbox

To create one, copy the following div
and paste it inside your authorbox:

[[div class="flavorbox"]]


Rating:

rating: +44+x

Rating w/ Info Pane:

Example Formatting

What Is This?


This is a theme created by Lt FlopsLt Flops. It is an aesthetic improvement and extension of Sigma-10 (the Wiki's main theme).

Only use this if you understand what you're doing.

This theme is incompatible with Black Highlighter, BASALT, and Sigma+.

Dark Mode Counterpart


Flopstyle: DARK

How to Use


To use this theme, please copy and paste this syntax onto the top of your page:

[[include :scp-wiki:theme:flopstyle]]

If you wish to use this theme with another Sigma theme, paste Flopstyle first and your chosen theme in the next line. Some fine-tuning may be necessary.

Please also note that this theme uses the following components:

  1. Croqstyle CSS by CroquemboucheCroquembouche
  2. Fade In (set at speed=1) by CroquemboucheCroquembouche
  3. Toggle Sidebar by EstrellaYoshteEstrellaYoshte

This theme was designed with the following component(s) in mind…

Centered Header Sigma


To use this component, please paste the following syntax after Flopstyle. If your page uses another custom Sigma theme, please paste the following syntax after the custom theme:

[[include :scp-wiki:component:centered-header-sigma-9]]

You may alter the header, sub-header, header colour, sub-header colour, and header logo as you see fit. Just paste this syntax after the Centered Header include, then style it accordingly:

[[module CSS]]
:root {
--header-title: "TITLE";
--header-subtitle: "SUBTITLE";
--titleColor: title_colour;
--subtitleColor: subtitle_colour;
--lgurl: url(URL_HERE);
}
[[/module]]

Flops Header


[[include :scp-wiki:component:flops-header
|item=
|containment=
|level=
|security=
|disruption=
|disruption-bg-color=
]]

Sideboxes


Adapted from Penumbra Theme by EstrellaYoshteEstrellaYoshte.

Sideboxes are built-in components that come in two types:

  1. authorbox
  2. sidebox

Usage instructions vary depending on the type.

  • The authorbox does not display on screens below width=1200px, which includes mobile screens. It can be set up to display page and author information.
  • The sidebox collapses into the page edge on screens below width=1200px. On those screens, it can be accessed by tapping your finger or hovering your cursor over it. It can be set up to display additional narrative information.

Please consider these conditions before setting up these items — a large percentage of SCP Wiki users browse via mobile devices.


1. Authorbox

(See Top Left)

By default, the authorbox is opt-out. It comes preloaded on all pages that include Flopstyle: LITE. If you wish to remove it, please replace this:

[[include :scp-wiki:theme:flopstyle]]

With this:

[[div style="display: none;"]]
[[include :scp-wiki:theme:flopstyle]]
[[/div]]

Alternative 1: After removing the authorbox, you can replace it with a custom version that displays any information you desire. This functionality can be especially useful for co-authored, rewritten, or translated pages. For your reference, this is the code that creates the authorbox:

[[div class="anchor"]]Sets authorbox's sticky position.
[[div class="authorbox"]]

[[module ListPages name="="]]
||~ %%title%% ||
||= **By:** %%created_by_linked%% ||
||~ Published on %%created_at|%d %b %Y%% ||
[[/module]]

|| Optional Flavor Text ||

[[/div]]
[[/div]]Sets the end limit of the anchor.

By default, the authorbox makes use of ListPages to automate the metadata displayed. You could theoretically copy the ListPages portion of the authorbox onto any Wiki page, and these fields would populate in a way unique to that page. You may, of course, change any of these fields as desired.

You may also edit your custom authorbox to display flavor text tailored to your page, such as a note to readers.

See the left side of the page for an authorbox example.

flavorbox is the only div you should use inside an authorbox.

Alternative 2: If you want, you can move the authorbox to the right-hand side of the page. To do so, copy this syntax and paste it inside a CSS module at the top of your page:

.authorbox {
right: unset;
left: 103.5%;
padding: 0 0 0 1em;
}

If you have a page that does this, I recommend against inserting any sideboxes in that same page, or it will prove rather messy.

If you are planning on inserting any sidecontainers onto your page, I strongly recommend using the default authorbox. The reason being, when a right-hand authorbox and sidecontainer are used in tandem, they will overlap and become visually messy. This has the potential to be very confusing for readers. So, it's better staying on the safe side.


2. Sidebox


The sidebox is opt-in. It is set up like this:

[[div class="limit"]] Sets the start limit of the anchor.
[[div class="anchor"]] Sets sidebox's sticky position.
[[div class="sidebox"]]
Desired sidebox text here.
[[/div]]
[[/div]]
Text that the sidebox associates with.
[[/div]] Sets the end limit of the anchor.

I recommend inserting a manual linebreak after sidebox-associated text. You can achieve this by encasing a space with two sets of @@ (one on each side). The sidebox will appear alongside this text as you scroll past.

Remember the limit div. Without a limit, the anchor will remain present across the entire page content once you scroll past its starting position.

Misc. Changeable Portions


If necessary, you can also edit any of these CSS properties to better suit your page. This list does not cover all styles that Flopstyle offers — but it's a good place to start.

Change Info Bar Properties

.info-container {
/* = Recolour according to Site Theme = */
--barColour: bar_colour;
}

#u-author_block {
display: none;
}


Change Lite-Heading Subtitle Colour

.lite-heading h3 {
/* = Recolour according to Site Theme = */
color: lite_heading_colour;
}


Change Card-Block & Sidebox Border-Left Colour

:root {
--accentColor: accent_colour;
}


Change Simple Warning Header Logo

(The image must be transparent)

.warning-notice {
background-image: url(URL_HERE);
background-size: 400px;
}


Change Advanced Warning Header Logo

(The image must be transparent)

.council {
background-image: url(URL_HERE);
}


Change Series Navigation Background

.series-nav {
background:
linear-gradient(
to bottom right,
hsla(0, 0%, 100%, 1),
COLOUR_HERE
);
}


Hide Page Title

#page-title {
display: none;
}


Hide Footnotes Footer

.footnotes-footer {
display: none;
}

Source Code

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