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.
This commit is contained in:
parent
488a0a5618
commit
3251c988ed
@ -20,6 +20,7 @@ body {
|
|||||||
-webkit-background-size: auto, cover;
|
-webkit-background-size: auto, cover;
|
||||||
-moz-background-size: auto, cover;
|
-moz-background-size: auto, cover;
|
||||||
-o-background-size: auto, cover;
|
-o-background-size: auto, cover;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
/* scroller */
|
/* scroller */
|
||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
@ -827,6 +828,37 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
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*/
|
/*Settings*/
|
||||||
/*Media Management - Root Folders*/
|
/*Media Management - Root Folders*/
|
||||||
.RootFolders-center-XcFPy {
|
.RootFolders-center-XcFPy {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user