Skip to content

Powtions - Skyrim dark theme by volkischexe

Screenshot of Powtions - Skyrim dark theme

Details

Authorvolkischexe

LicenseAll rights reserved

Categorypowtions.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Recolor the Powtions Skyrim Alchemy Calculator

Notes

Restyles the Powtions Skyrim alchemy calculator with the background and color scheme from Nexus Mods and removes the announcement banner from the top of the page.

Source code

/* ==UserStyle==
@name           powtions.com - 2/8/2023, 10:30:37 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("powtions.com") {
    /* Insert code here... */
    BODY {
        --white: #2D2D2D;
        --almost-white: #444444;
        --placeholder: #717f8c;
        --light-border: #7B8ABF;
        --dark-blue: #D2D6E6;
        --blackish-blue: #080f11;
        --green: #C6EDD3;
        --crimson: #F5BECD;
        --faded-yellow: #AD6833;
        --bright-yellow: #6576B9;
    }
    
    BODY::before {
        
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #060702;
    background-image: url('https://www.nexusmods.com/assets/images/default/bg_game_index.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform;
    z-index: -1;
    }
    
    .cRJsdB.sc-bdVaJa {
        display: none;
    }
    
    .kfBjTi:hover, .kfBjTi.highlighted {
        color: var(--white);
    }
}

Reviews

No reviews yet.