Browse Source

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.
pull/46/head
rg9400 5 years ago
committed by GitHub
parent
commit
3251c988ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 34
      CSS/themes/readarr/readarr-base.css

34
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;
}
}

Loading…
Cancel
Save