From 3251c988ed7920fedabd14061494d7e6fb31c64c Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Sun, 19 Apr 2020 17:59:25 -0500 Subject: [PATCH] Book and Author page changes I tried to maintain your thematic styles using Lidarr/Radarr/Sonarr as examples, as well as the structure of the file. Almost all the fixes are for the author/book page, the rest flows from Lidarr fairly seamlessly. I did add color into the body element and add important, copying it from Radarr's base file. Otherwise, I wasn't sure how to get the "No History" for a book or author to be themed. --- CSS/themes/readarr/readarr-base.css | 34 ++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CSS/themes/readarr/readarr-base.css b/CSS/themes/readarr/readarr-base.css index 9f475bc8..b55ed487 100644 --- a/CSS/themes/readarr/readarr-base.css +++ b/CSS/themes/readarr/readarr-base.css @@ -20,6 +20,7 @@ body { -webkit-background-size: auto, cover; -moz-background-size: auto, cover; -o-background-size: auto, cover; + color: #fff !important; } /* scroller */ ::-webkit-scrollbar-corner { @@ -827,9 +828,40 @@ background-color: hsla(0,0%,100%,.25) !important; color: inherit; text-decoration: none; } + /*Author Page*/ + .ArtistDetails-tab-lWaPK { + color: #FFF; + } + /*Books Tab*/ + .ArtistDetailsSeason-albums-1kcYI { + border: none; + } + /*Series Tab*/ + .AuthorDetailsSeries-albumType-sjbM4 { + border: none; + background-color: rgba(0, 0, 0, .25); + } + .AuthorDetailsSeries-collapseButtonContainer-2gS_Y { + border: none; + background-color: rgba(0, 0, 0, .25); + } + .AuthorDetailsSeries-albumTypeLabel-27tss { + color: #FFF; + } + .AuthorDetailsSeries-albumCount-KYhiA { + color: #FFF; + } + /*Search Tab*/ + .MenuButton-menuButton-3nh0N { + color: #FFF; + } + /*Specific Book Page*/ + .AlbumDetails-tab-1Ax0D { + color: #FFF; + } /*Settings*/ /*Media Management - Root Folders*/ .RootFolders-center-XcFPy { border: 1px solid transparent; background-color: transparent; - } \ No newline at end of file + }