Skip to content

Radarr by actualmanx

Screenshot of Radarr

Details

Authoractualmanx

LicenseNo License

Categoryradarr

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some Colourful text and new background not so bright in ya face. WIP

Notes

TODO you will need to change the ip you access sonarr from and also the port you use. Ex http://127.0.0.1:7878/ is what i use. you might use localhost:8080. Edit the style to match where u use it from. also you could use regexp and use this code changing your port(change the 7878 to your port) http(s?)://.(7878)(?:$|\W).

Source code

/* ==UserStyle==
@name         Radarr
@version      20220722.15.46
@namespace    userstyles.world/user/actualmanx
@description  Some Colourful text and new background not so bright in ya face. WIP
@author       actualmanx
@license      No License
==/UserStyle== */

@-moz-document regexp("http(s?)://.*(7878)(?:$|\\W).*") {
body {
    color: #00d8ff;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAK0lEQVQImWMUFBT8z8vLywADTMLCwgzIgOnXr18MDAwMDJ8/f4YIwGRgKgEGSwea/hkUqwAAAABJRU5ErkJggg==') repeat;
}
.MovieIndexPoster-title-jXLGH {
    background-color: #1d1d1d;
}
.PageSidebarItem-link-O9qjW {
    display: block;
    padding: 12px 24px;
    color: #e0ff00;
}
.PageSidebar-sidebar-KUJeR {
    background-color: #242424;
}
.DiscoverMovieOverview-link-PO5ln {
    display: block;
    color: #5d9cec;
}
.DiscoverMovieOverview-link-PO5ln:hover {
    color: #27c24c;
}
.PageContentFooter-contentFooter-RHpBL {
    background-color: #202020;
}
    .FieldSet-legend-M8__d {
    color: #27c24c;
}
    .FormInputHelpText-helpText-Z2REp {
    color: #7a43b6;
}
}

Reviews

No reviews yet.