mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
separate provider options
This commit is contained in:
parent
b1b6b26abc
commit
3c745ff362
89 changed files with 296 additions and 136 deletions
BIN
dashboard-ui/css/images/splash.png
Normal file
BIN
dashboard-ui/css/images/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 725 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
|
@ -12,15 +12,19 @@
|
|||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.libraryPage[data-theme='b'] {
|
||||
background-color: #202020;
|
||||
.backdropPage.ui-page-theme-a {
|
||||
background-color: rgba(240, 240,240, .86) !important;
|
||||
}
|
||||
|
||||
.backdropPage {
|
||||
.backdropPage.ui-page-theme-a:not(.lightBackdropPage) {
|
||||
background-color: rgba(240, 240,240, .94) !important;
|
||||
}
|
||||
|
||||
.backdropPage.ui-page-theme-b {
|
||||
background-color: rgba(20, 20,20, .86) !important;
|
||||
}
|
||||
|
||||
.backdropPage:not(.lightBackdropPage) {
|
||||
.backdropPage.ui-page-theme-b:not(.lightBackdropPage) {
|
||||
background-color: rgba(20, 20,20, .94) !important;
|
||||
}
|
||||
|
||||
|
@ -541,9 +545,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.detailSectionHeader {
|
||||
background-clip: border-box;
|
||||
background-color: #141414;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
padding: .75em 0 .75em 1em;
|
||||
border-radius: 4px;
|
||||
white-space: nowrap;
|
||||
|
@ -552,6 +553,25 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.detailSectionHeader, .detailSectionHeader h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .detailSectionHeader {
|
||||
background-color: #e9e9e9;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .detailSectionHeader {
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
.detailSectionHeaderButton {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
|
@ -198,7 +198,7 @@ pre, textarea.pre {
|
|||
Header
|
||||
*/
|
||||
.header {
|
||||
padding: 7px 0 0 15px;
|
||||
padding: 20px 0 0 20px;
|
||||
}
|
||||
|
||||
.imgLogoIcon {
|
||||
|
@ -449,7 +449,6 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.header {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
|
@ -1017,3 +1016,14 @@ progress {
|
|||
h1 + .accentButton {
|
||||
margin: 18px 0 0 20px;
|
||||
}
|
||||
|
||||
.dashboardFooter {
|
||||
margin-top: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dashboardFooter a {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
margin: 0 .7em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue