Testlmao

fuck

i give up

this shit is voodoo magic i swear

i changed next to nothing and it stopped working

god hates me
goodbye
Black Highlighter
rating: 0+x

This is the Black Highlighter theme, a new base theme that aims to be better than the SCP Wiki's default base theme, Sigma-10. You've already seen it in action.


Usage

On any wiki:

[[include :scp-wiki:theme:black-highlighter-theme]]


Reporting problems

If you've got a Github account, create an Issue detailing your problem (whether it's technical, or aesthetic, or whatever).

If you don't have a Github account, or if you'd prefer to discuss your issues with someone directly, send a Wikidot PM to WoedenazWoedenaz. If he doesn't respond, send it to CroquemboucheCroquembouche.


Addons

As a base theme, it's easy to extend Black Highlighter to be whatever you want. You can see all Black Highlighter-derived themes here: black-highlighter-themes

For functional changes, try these:




Theme Colors

Payne's Grey--gray-monochrome(66, 66, 72)
Rosewood--bright-accent(133, 0, 5)
{$color3-name}{$color3-variable}{$color3-info}
{$color4-name}{$color4-variable}{$color4-info}
{$color5-name}{$color5-variable}{$color5-info}
{$color6-name}{$color6-variable}{$color6-info}
Alto--very-light-gray-monochrome(215, 215, 215)
White Smoke--pale-gray-monochrome(244, 244, 244)
Bastille--dark-gray-monochrome(48, 48, 52)
Buccaneer--medium-accent(100, 46, 44)
Maroon--dark-accent(100, 3, 15)
Mango Tango--newpage-color(221, 102, 17)
{$subcolor7-name}{$subcolor7-variable}{$subcolor7-info}
{$subcolor8-name}{$subcolor8-variable}{$subcolor8-info}
{$subcolor9-name}{$subcolor9-variable}{$subcolor9-info}
{$subcolor10-name}{$subcolor10-variable}{$subcolor10-info}
{$subcolor11-name}{$subcolor11-variable}{$subcolor11-info}
{$subcolor12-name}{$subcolor12-variable}{$subcolor12-info}


Syntax Examples

Included page "component:image-block" does not exist (create it now)

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

A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (e.g. a blockquote). The lines separating sections of this document are horizontal rules.




This is a tab view.

This is a blockquote, created by enclosing its contents with {{

Blockquotes, and all divs, can be nested.

Here's an example
of a table



The body, title, and header font is Inter.
The UI font is PT Root UI.
The monospaced font is Recursive.

All fonts are licensed under the SIL Open Font License, Version 1.1


Included page "theme:lolfuck" does not exist (create it now)

[[iftags +theme]]

/*
    Test Theme
    [2020 Wikidot Theme]
    Created by SofaSeaver.
    Based on Black Highlighter Theme created by Woedenaz and Croquembouche.
    CC BY SA 3.0.
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500');

/* ROOT - Header & General Recoloring */
:root {

/* Intro */
    --theme-base: "nuscp"
    --theme-id: "test-theme-lsp"
    --theme-name: "Test Theme ig lmao";

/* Header */
    --logo-image: url("http://lspr.wdfiles.com/local--files/theme%3Atestlmao/3C5CD143-1F88-4AB2-8F5C-D18C90F9C755.png");
    --header-title: "LSPR Testing";
    --header-subtitle: "fuck";
    --header-gradient-color-bottom: 40, 120, 210;
    --header-gradient-color-middle: 40, 120, 210;
    --header-gradient-color-top: 40, 120, 210;
    --gradient-header: linear-gradient(to top,
          rgb(var(--header-gradient-color-bottom)) 100%,
          rgb(var(--header-gradient-color-middle)) 100%,
          rgb(var(--header-gradient-color-top)) 100%);
    --diagonal-stripes: unset;

    --body-font: 'Roboto', sans-serif;
    --header-font: 'Roboto', sans-serif;
    --title-font: 'Roboto', sans-serif;
    --mono-font: "PT Mono", "Andale Mono", "Courier New", Courier, monospace;

  /* Colors */
    --white-monochrome: 255, 255, 255; /* White */
    --pale-gray-monochrome: 255, 255, 255; /* Light Grey (Quoteblocks) */
    --light-gray-monochrome: 250, 150, 62; /* Accent Light Gray (Login Status) */
    --gray-monochrome: 159, 20, 20; /* Gray */

    --pale-accent: 159, 70, 70; /* Pale Blue*/
    --bright-accent: 159, 70, 70; /* Steel Blue*/
    --medium-accent: 159, 20, 20; /* Deep Blue */
    --dark-accent: 159, 48, 48; /* Navy */
    --newpage-color: 159, 48, 48; /* Pale Turquoise */

    /* Primary Header Colors */
    --swatch-headerh1-color: var(--white-monochrome);
    --swatch-headerh2-color: var(--white-monochrome);
    --swatch-topmenu-border-color: var(--dark-accent);
    --swatch-topmenu-bg-color: var(--dark-accent);

    --rating-module-button-color: var(--black-monochrome);
    --rating-module-text-color: var(--black-monochrome);

       /* Link Colors */
    --link-color: 220, 120, 62;
    --visited-link-color: 159, 48, 48;
    --hover-link-color: 159, 48, 48;
}

/* Top-Bar Open Button on Mobile */
#top-bar > div.mobile-top-bar > div.open-menu > p > a {
    color: rgb(var(--gray-monochrome)) !important;
}

/* Adjusts Header Size */

/* Undo the mobile Image Resize */
@media only screen and (max-width: 768px) {
    #header {
        background-size: 0.625rem 2.500rem;
        background-repeat: no-repeat;
        background-position: left 0.75rem top 1.1875rem;
        background-clip: border-box;
        background-size: auto 5.375rem;
    }
}

piss

/*
    lolFoundation Theme
    [2020 Wikidot Theme]
    Created by Ralliston.
    Based on Black Highlighter Theme created by Woedenaz and Croquembouche.
    CC BY SA 3.0.
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500');

/* ROOT - Header & General Recoloring */
:root {

/* Intro */
    --theme-base: "nuscp"
    --theme-id: "lolfuck-theme"
    --theme-name: "The lolFuck Theme";

/* Header */
    --logo-image: url("http://scp-sandbox-3.wdfiles.com/local--files/ralliston/lollogonew");
    --header-title: "lolFuck";
    --header-subtitle: "this is where the piss begins";
    --header-gradient-color-bottom: 200, 120, 62;
    --header-gradient-color-middle: 200, 120, 62;
    --header-gradient-color-top: 200, 120, 62;
    --gradient-header: linear-gradient(to top,
          rgb(var(--header-gradient-color-bottom)) 100%,
          rgb(var(--header-gradient-color-middle)) 100%,
          rgb(var(--header-gradient-color-top)) 100%);
    --diagonal-stripes: unset;

    --body-font: 'Roboto', sans-serif;
    --header-font: 'Roboto', sans-serif;
    --title-font: 'Roboto', sans-serif;
    --mono-font: "PT Mono", "Andale Mono", "Courier New", Courier, monospace;

  /* Colors */
    --white-monochrome: 255, 255, 255; /* White */
    --pale-gray-monochrome: 255, 255, 255; /* Light Grey (Quoteblocks) */
    --light-gray-monochrome: 250, 150, 62; /* Accent Light Gray (Login Status) */
    --gray-monochrome: 159, 20, 20; /* Gray */

    --pale-accent: 159, 70, 70; /* Pale Blue*/
    --bright-accent: 159, 70, 70; /* Steel Blue*/
    --medium-accent: 159, 20, 20; /* Deep Blue */
    --dark-accent: 159, 48, 48; /* Navy */
    --newpage-color: 159, 48, 48; /* Pale Turquoise */

    /* Primary Header Colors */
    --swatch-headerh1-color: var(--white-monochrome);
    --swatch-headerh2-color: var(--white-monochrome);
    --swatch-topmenu-border-color: var(--dark-accent);
    --swatch-topmenu-bg-color: var(--dark-accent);

    --rating-module-button-color: var(--black-monochrome);
    --rating-module-text-color: var(--black-monochrome);

       /* Link Colors */
    --link-color: 220, 120, 62;
    --visited-link-color: 159, 48, 48;
    --hover-link-color: 159, 48, 48;
}

/* Top-Bar Open Button on Mobile */
#top-bar > div.mobile-top-bar > div.open-menu > p > a {
    color: rgb(var(--gray-monochrome)) !important;
}

/* Adjusts Header Size */

/* Undo the mobile Image Resize */
@media only screen and (max-width: 768px) {
    #header {
        background-size: 0.625rem 2.500rem;
        background-repeat: no-repeat;
        background-position: left 0.75rem top 1.1875rem;
        background-clip: border-box;
        background-size: auto 5.375rem;
    }
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License