1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add sharing function

This commit is contained in:
Luke Pulverenti 2015-07-02 01:08:05 -04:00
parent 93ad16971d
commit 54afe9d0c2
22 changed files with 17346 additions and 17048 deletions

View file

@ -1,9 +1,9 @@
.viewMenuBar, .libraryViewNav {
background-color: #191919;
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
background-color: #1b1b1b;
}
.ui-page-theme-b {
background-color: #292929;
.ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
background-color: #2b2b2b;
}
.backdropPage.ui-page-theme-b {
@ -17,6 +17,11 @@
.ui-page-theme-b .visualCardBox {
background: rgba(56,56,56,.85);
}
.libraryViewNav a{
font-weight: 500;
}
.libraryViewNav a {
font-weight: 500!important;
}
paper-tab {
font-weight: 500!important;
}

View file

@ -9,7 +9,7 @@ html, body {
}
.viewMenuBar, .libraryViewNav {
.viewMenuBar, .libraryViewNav, paper-tabs {
background-color: rgba(28,28,28,.97);
}
@ -25,7 +25,29 @@ html, body {
font-weight: 400;
text-transform: none;
color: #ccc !important;
padding-top: 16px;
padding: 12px 13px 8px;
}
.libraryViewNav .tab-content {
display: block !important;
}
.libraryViewNav paper-tab {
height: auto !important;
}
.libraryViewNav .material-icons {
display: block;
margin-top: -6px;
font-size: 15px;
}
.libraryViewNav paper-tab .material-icons {
margin-top: 0;
}
.libraryViewNav #selectionBar {
background-color: transparent !important;
}
@media all and (max-width: 600px) {
@ -36,13 +58,19 @@ html, body {
}
}
.libraryViewNav .ui-btn-active {
border-bottom-color: transparent;
.libraryViewNav a {
border-bottom: 0;
}
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected {
color: #539FFD !important;
}
.libraryViewNav {
border-top: 1px solid #333;
border-top: 1px solid #333 !important;
}
.libraryViewNav, paper-tabs {
font-size: 12px;
}
@ -92,6 +120,10 @@ h1, h1 a {
font-weight: 400;
}
paper-tab {
text-transform: none !important;
}
.visualCardBox {
background: none !important;
-moz-box-shadow: none;
@ -118,12 +150,6 @@ h1, h1 a {
margin: 0 auto !important;
}
.libraryViewNav .material-icons {
display: block;
margin-top: -6px;
font-size: 15px;
}
.btnActiveCast i {
color: #539FFD !important;
}