Page 1 of 1

Unofficial Glitter Addon - Custom Glitter CSS Edits 1.5

Posted: August 31st, 2016, 3:26 am
by hl2guide
NEWEST VERSION: 1.5
This code has only been tested on sabnzbd 3.1.1 [99b5a00].

Version 1.5 is vastly simplified.

Install it using a userstyles manager browser extension. I recommend: https://github.com/openstyles/stylus


The Code:

Code: Select all

/* Sets the width of the main container to 100% */
.container {
    width: 100%;
}
/* Sets the font size and family for result lines */
.name,
.progress-bar-info,
.timeleft,
.progress,
.status,
.history-completedon {
    font-size: 10pt;
    font-family: "JetBrains Mono";
}
Setting:
Applies to URLs starting with https://127.0.0.1:9090/sabnzbd/

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.0

Posted: August 31st, 2016, 3:16 pm
by ALbino
Any screenshots? :)

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.0

Posted: August 31st, 2016, 6:17 pm
by hl2guide
See description post.

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.0

Posted: August 31st, 2016, 7:48 pm
by ALbino
Good stuff, thanks!

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.0

Posted: October 5th, 2016, 3:41 pm
by FameWolf
Do these changes work with Glitter - Night?

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.0

Posted: November 8th, 2016, 10:26 pm
by hl2guide
I'd guess so, they are global.

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.2

Posted: April 1st, 2017, 7:08 am
by hl2guide
Version 1.2 is out.

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.4

Posted: September 14th, 2018, 1:37 am
by hl2guide
Version 1.4 is out, tested in SABnzbd 2.3.5.

Re: Unofficial Glitter Addon - Custom Glitter CSS Edits 1.5

Posted: November 22nd, 2020, 7:21 pm
by hl2guide
Version 1.5 is out, vastly simplified.