Skip to content

Breezewiki Classic (Fandom) by vknight20

Screenshot of Breezewiki Classic (Fandom)

Details

Authorvknight20

LicenseNo License

Categorybreezewiki.com

Created

Updated

Size4.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

If anyone looks up a guide for a video game they'll probably come across Fandom. Fandom is a horribly bloated site, which is why I use breezewiki instead (just replace the 'fandom' in the URL with 'breezewiki'). This theme will make Breezewiki load like an oldschool guide.

Notes

v 1.0 - Initial Release

Source code

/* ==UserStyle==
@name         Breezewiki Classic (Fandom)
@version      20230203.04.26
@namespace    ?
==/UserStyle== */

@-moz-document domain("artemislena.eu"), domain("breezewiki.com") {
* {
    border-radius: 0px !important;
}

body {
    background: gray !Important;
}

.page .page__main {
    background: #e6e6e6 !important;
    top: -12px !Important;
}

.toc {
    background-image: none !Important;
    background-attachment: fixed;
    background-size: cover;
    background-position: -400px 0;
    text-shadow: 2px 2px 3px black, 1px 1px 4px goldenrod, 1px 1px 1px darkslategrey;
    border: 5px ridge black;
    border-radius: 5px;
    background: gray !important;
}


.pi-layout-default {
    background: gray;
    color: white;
}

.main-container {
    margin: 0;
    min-width: auto;
    width: auto;
    background: gray !important;
}

.page {
    color: black !important;
    margin-top: 12px;
    position: relative;
}

:root {
    --theme-body-dynamic-color-1: #fff;
    --theme-body-dynamic-color-1--rgb: 255,255,255;
    --theme-body-dynamic-color-2: #e6e6e6;
    --theme-body-dynamic-color-2--rgb: 230,230,230;
    --theme-page-dynamic-color-1: #000;
    --theme-page-dynamic-color-1--rgb: 0,0,0;
    --theme-page-dynamic-color-1--inverted: #fff;
    --theme-page-dynamic-color-1--inverted--rgb: 255,255,255;
    --theme-page-dynamic-color-2: #3a3a3a;
    --theme-page-dynamic-color-2--rgb: 58,58,58;
    --theme-sticky-nav-dynamic-color-1: #fff;
    --theme-sticky-nav-dynamic-color-1--rgb: 255,255,255;
    --theme-sticky-nav-dynamic-color-2: #e6e6e6;
    --theme-sticky-nav-dynamic-color-2--rgb: 230,230,230;
    --theme-link-dynamic-color-1: #fff;
    --theme-link-dynamic-color-1--rgb: 255,255,255;
    --theme-link-dynamic-color-2: #e6e6e6;
    --theme-link-dynamic-color-2--rgb: 230,230,230;
    --theme-accent-dynamic-color-1: #fff;
    --theme-accent-dynamic-color-1--rgb: 255,255,255;
    --theme-accent-dynamic-color-2: #e6e6e6;
    --theme-accent-dynamic-color-2--rgb: 230,230,230;
    --theme-body-background-color: #204a67;
    --theme-body-background-color--rgb: 32,74,103;
    --theme-body-background-image: url(https://static.wikia.nocookie.net/sega/images/b/b5/Site-background-light/revision/latest?cb=20220604111828);
    --theme-body-text-color: #fff;
    --theme-body-text-color--rgb: 255,255,255;
    --theme-body-text-color--hover: #cccccc;
    --theme-sticky-nav-background-color: #000080;
    --theme-sticky-nav-background-color--rgb: 0,0,128;
    --theme-sticky-nav-text-color: #fff;
    --theme-sticky-nav-text-color--hover: #cccccc;
    --theme-page-background-color: #dfdede;
    --theme-page-background-color--rgb: 223,222,222;
    --theme-page-background-color--secondary: #d4d3d3;
    --theme-page-background-color--secondary--rgb: 212,211,211;
    --theme-page-text-color: #3a3a3a;
    --theme-page-text-color--rgb: 58,58,58;
    --theme-page-text-color--hover: #6d6d6d;
    --theme-page-text-mix-color: #8d8c8c;
    --theme-page-text-mix-color-95: #d7d6d6;
    --theme-page-accent-mix-color: #7c7ca7;
    --theme-page-headings-font: 'Work Sans';
    --theme-link-color: #3a6588;
    --theme-link-color--rgb: 58,101,136;
    --theme-link-color--hover: #1b2f40;
    --theme-link-label-color: #fff;
    --theme-accent-color: #191970;
    --theme-accent-color--rgb: 25,25,112;
    --theme-accent-color--hover: #2b2bc3;
}

.toc a, .toctogglespan, .toctogglelabel {
    color: gold !important;
}

.toc ul li a, .toc ul li a .tocnumber {
    transition-duration: 0s;
    color: gold !important;
}

.bw-theme__select {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0px 5px;
    justify-content: right;
    align-items: baseline;
    margin-top: 4px;
    display: none !important;
}

.pull-quote::before {
    font-family: helvetica;
    color: rgba(var(--theme-link-color--rgb),.5);
    margin-top: 40px;
    content: "“";
    text-align: left;
    display: none !Important;
}

.toc h2, .tocnumber {
    color: whitesmoke !important;
}

h2[class="pi-item pi-item-spacing pi-title pi-secondary-background"] {
    margin-top: 0px !Important;
    margin-bottom: 0px !Important;
}

}

Reviews

No reviews yet.