Schemata Theme

justice stinks


Theme Colors

Armoiregray-monochrome(72, 69, 60)
Highway Graybright-accent(140, 136, 126)
Clam Chowderwhite-monochrome(237, 233, 223)

Examples

schematalogo.svg

Terminal Logo

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

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

You are a cat.
You are a cat.
You are a cat.
You are a cat.
You are a cat.

All fonts are Fantasque Sans Mono


/*
   Schemata Theme
   [2020 Wikidot Theme]
   by Lynch
*/
 
@import url('https://fontlibrary.org/face/fantasque-sans-mono');
 
:root {
   --theme-base: "black-highlighter";
   --theme-id: "schemata";
   --theme-name: "Schemata Theme";
 
   --logo-image: url("http://scpdsandbox.wdfiles.com/local--files/theme%3Aschemata/schematalogo.svg");
 
   --body-font: 'Fantasque Sans Mono', monospace;
   --header-font: 'Fantasque Sans Mono', monospace;
   --title-font: 'Fantasque Sans Mono', monospace;
   --mono-font: 'Fantasque Sans Mono', monospace;
 
   --white-monochrome: 237, 233, 223;
   --pale-gray-monochrome: 255, 251, 240;
   --light-gray-monochrome: 160, 160, 160;
   --gray-monochrome: 72, 69, 60;
   --black-monochrome: 25, 20, 16;
   --bright-accent: 140, 136, 126;
   --medium-accent: 72, 69, 60;
   --dark-accent: 140, 136, 126;
   --pale-accent: 140, 136, 126;
 
   --swatch-topmenu-border-color: var(--medium-accent);
 
   --background-gradient-distance: 0rem;
 
   --gradient-header: linear-gradient(to top, 
      rgba(var(--medium-accent)) 0%, 
      rgba(var(--medium-accent), 0.90) 100% 
   );
   --diagonal-stripes: linear-gradient(transparent 0);
}
 
#skrollr-body {
   background-image:
    radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0);
   background-repeat: repeat;
   background-size: 0.25em 0.25em;
   width: 100%;
   height: 7.5rem;
}
 
#side-bar .side-block div a img {
   filter: grayscale(100%);
}
 
#container {
   background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0);
   background-size: 0.25em 0.25em;
   background-repeat: repeat;
   background-attachment: fixed;
}
 
.yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {
   filter: hue-rotate(0deg);
}
 
div#page-options-bottom-2 > a, div#page-options-bottom > a {
   border-radius: 0em;
   -moz-border-radius: 0em;
   border: none;
}
 
div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover {
   border: none;
}
 
#header, #top-bar {
   background-attachment: scroll;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License