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

290 lines
5.3 KiB
CSS
Raw Normal View History

2014-05-03 00:20:04 -04:00
.libraryPage {
2015-05-07 18:27:01 -04:00
padding-top: 50px !important;
2014-05-03 00:20:04 -04:00
}
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
2015-05-07 18:27:01 -04:00
padding-top: 98px !important;
2014-05-03 00:20:04 -04:00
}
2015-05-31 17:07:44 -04:00
.sidebarDivider {
2014-05-03 19:38:23 -04:00
height: 1px;
2015-05-29 19:51:33 -04:00
background: #333;
2014-05-03 19:38:23 -04:00
margin: .5em 0;
}
2014-05-03 00:20:04 -04:00
2015-05-31 17:07:44 -04:00
.ui-page-theme-a .sidebarDivider {
background: #ddd !important;
}
2015-04-25 23:25:07 -04:00
.headerBackButton {
2015-05-10 17:56:13 -04:00
padding-right: 5px !important;
2015-04-25 23:25:07 -04:00
}
2015-05-10 17:56:13 -04:00
.headerButton {
2014-05-11 01:11:53 -04:00
height: 50px;
2015-05-10 17:56:13 -04:00
line-height: 50px;
display: inline-block;
2014-05-11 01:11:53 -04:00
}
2015-05-10 17:56:13 -04:00
.headerUserImage {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border-radius: 1000px;
vertical-align: middle;
display: inline-block;
2014-05-11 01:11:53 -04:00
}
2015-06-16 13:37:49 -04:00
.viewMenuBar .material-icons, .viewMenuBar .fa, .viewMenuBar paper-icon-button {
2014-12-20 01:06:27 -05:00
color: #e8e8e8;
font-size: 24px;
vertical-align: middle;
}
2014-05-11 01:11:53 -04:00
.headerButton {
margin: 0;
background-color: transparent;
top: 0;
bottom: 0;
vertical-align: middle;
text-align: center;
2014-07-26 13:30:15 -04:00
border: 0 !important;
2014-05-11 01:11:53 -04:00
outline: none;
padding: 0 20px;
2014-05-21 23:35:18 -04:00
cursor: pointer;
2014-05-11 01:11:53 -04:00
}
.headerButton img {
2014-06-23 12:05:19 -04:00
height: 19px;
2014-05-11 01:11:53 -04:00
vertical-align: middle;
}
.headerButtonLeft {
padding: 0 15px;
}
2014-07-27 18:01:29 -04:00
.menuArrow {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbklEQyGDxkLaBtENI9kPMk0gaoW0Dyj0aWowFLYNYzWB6MWMAAAq1H3+Mhu2hQAAAAASUVORK5CYII=);
height: 24px;
width: 24px;
display: inline-block;
}
2014-05-11 01:11:53 -04:00
.headerButtonRight {
border-width: 0 !important;
padding: 0 15px;
2014-06-23 12:05:19 -04:00
display: inline-block;
2014-05-11 01:11:53 -04:00
}
.headerButtonRight:first-child {
border-width: 0 !important;
}
2014-07-27 18:01:29 -04:00
.libraryMenuButton, .dashboardMenuButton {
padding-left: 10px !important;
}
.barMenuInner {
2014-12-20 01:06:27 -05:00
padding: 6px 10px;
2014-05-21 23:35:18 -04:00
}
2014-06-22 01:52:31 -04:00
.barsMenuButton:hover {
2014-07-27 18:01:29 -04:00
opacity: .5 !important;
2014-05-31 10:30:59 -04:00
}
2014-05-21 23:35:18 -04:00
.libraryMenuButtonText {
color: #fff !important;
2014-05-11 01:11:53 -04:00
text-decoration: none;
2015-06-16 00:52:01 -04:00
font-weight: 400 !important;
2014-05-11 01:11:53 -04:00
font-size: 15px;
2014-05-21 23:35:18 -04:00
display: inline-block;
vertical-align: middle;
2014-05-28 10:21:07 -04:00
padding-left: 0 !important;
2014-05-31 10:30:59 -04:00
margin-left: -8px;
2014-05-29 15:34:20 -04:00
cursor: default;
2014-09-15 23:33:30 -04:00
}
.logoLibraryMenuButtonText {
2015-03-21 14:12:12 -04:00
font-family: Montserrat;
2015-03-21 16:04:00 -04:00
color: #333;
2015-01-11 15:31:09 -05:00
}
.ui-page-theme-b .logoLibraryMenuButtonText, .ui-bar-b .logoLibraryMenuButtonText {
color: #fff;
2014-05-11 01:11:53 -04:00
}
2014-05-03 00:20:04 -04:00
.viewMenuBar {
font-weight: bold;
position: fixed;
right: 0;
left: 0;
2015-02-19 19:34:05 -05:00
z-index: 999;
2014-05-03 00:20:04 -04:00
top: 0;
2015-05-07 18:27:01 -04:00
border: 0;
2014-05-03 00:20:04 -04:00
}
2014-05-11 01:11:53 -04:00
.libraryViewNav {
2015-05-04 10:35:38 -04:00
height: 49px;
2014-05-11 01:11:53 -04:00
overflow: hidden;
position: fixed;
right: 0;
left: 0;
2014-10-25 14:32:58 -04:00
top: 50px;
2015-02-19 19:34:05 -05:00
z-index: 999;
2014-10-06 19:58:46 -04:00
text-align: center;
2015-05-04 10:35:38 -04:00
font-size: 14px;
2015-05-07 18:27:01 -04:00
text-transform: uppercase;
2014-10-06 19:58:46 -04:00
white-space: nowrap;
padding: 0 0 0;
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
-webkit-overflow-scrolling: touch;
2014-10-06 19:58:46 -04:00
}
2015-06-17 21:41:22 -04:00
.libraryViewNav .material-icons {
display: none;
}
2015-05-20 12:28:55 -04:00
.bottomSecondaryNav .libraryViewNav {
2015-05-07 18:27:01 -04:00
top: initial;
bottom: 0;
border-top: 1px solid #444;
height: 51px;
}
2014-10-25 14:32:58 -04:00
.viewMenuBar {
2015-05-04 10:35:38 -04:00
background-color: #111;
2014-10-25 14:32:58 -04:00
}
.libraryViewNav {
background-color: #111;
}
2014-12-20 01:06:27 -05:00
.libraryViewNav::-webkit-scrollbar {
height: 0 !important;
display: none;
}
2014-05-11 01:11:53 -04:00
2014-05-03 00:20:04 -04:00
.viewMenuLink {
text-decoration: none;
2014-10-25 14:32:58 -04:00
color: #eee !important;
2014-05-03 00:20:04 -04:00
padding: 7px .5em 6px;
display: inline-block;
vertical-align: middle;
}
2014-05-11 01:11:53 -04:00
.headerButtonRight:hover {
opacity: .5;
2014-05-03 00:20:04 -04:00
}
.viewMenuLink:hover {
color: #fff;
}
.viewMenuLink:hover img {
opacity: .5;
}
.viewMenuLink img {
height: 24px;
vertical-align: top;
}
2015-04-27 13:55:57 -04:00
.librarySidebarLinks {
margin-left: -1em;
margin-right: -1em;
margin-top: -1em;
padding-top: 0;
2014-05-03 00:20:04 -04:00
}
2015-04-27 13:55:57 -04:00
.librarySidebarLinks a {
font-weight: 300 !important;
2015-05-06 23:11:51 -04:00
padding: .8em 20px .8em 0;
2015-01-23 23:50:45 -05:00
}
2015-04-27 13:55:57 -04:00
.librarySidebarLinks a:hover {
2015-05-29 19:51:33 -04:00
background-color: #383838 !important;
2015-04-27 13:55:57 -04:00
color: #fff !important;
}
2014-05-03 00:20:04 -04:00
2014-05-03 19:38:23 -04:00
.viewMenuSecondary {
2014-05-11 01:11:53 -04:00
position: absolute;
top: 0;
bottom: 0;
right: 0;
2014-05-03 19:38:23 -04:00
}
.selectedMediaFolder {
2015-06-16 00:52:01 -04:00
background-color: #38c !important;
2014-07-26 13:30:15 -04:00
color: #fff !important;
2014-05-03 00:20:04 -04:00
}
2014-05-03 19:38:23 -04:00
.itemDetailPage .selectedMediaFolder {
2014-07-26 13:30:15 -04:00
background-color: rgba(51,136,204,.8) !important;
2014-05-03 19:38:23 -04:00
}
2014-05-03 00:20:04 -04:00
2014-05-10 13:28:03 -04:00
.ui-panel.ui-body-b {
2015-05-29 19:51:33 -04:00
background-color: #212121;
2014-05-10 13:28:03 -04:00
}
2014-07-26 13:30:15 -04:00
.libraryViewNav .ui-btn-active {
2014-05-03 00:20:04 -04:00
border-bottom-color: #38c;
2014-07-26 13:30:15 -04:00
color: #fff !important;
2014-05-03 00:20:04 -04:00
}
.libraryViewNav a {
display: inline-block;
2015-06-17 21:41:22 -04:00
padding: 14px 13px 11px;
2015-05-04 10:35:38 -04:00
color: rgba(255,255,255,.8) !important;
2014-05-03 00:20:04 -04:00
text-decoration: none;
margin: 0 0;
position: relative;
font-weight: normal;
2015-05-04 10:35:38 -04:00
border-bottom: 5px solid transparent;
2014-05-03 00:20:04 -04:00
}
2015-06-20 20:49:42 -04:00
.libraryViewNav a:not(.ui-btn-active):hover {
color: #2ad !important;
}
2014-05-03 00:20:04 -04:00
@media all and (max-width: 500px) {
.libraryMenuButtonText {
2014-05-11 01:11:53 -04:00
display: none;
2014-05-03 00:20:04 -04:00
}
}
2014-06-22 01:52:31 -04:00
2015-01-18 14:53:34 -05:00
@media all and (min-width: 800px) {
2014-06-22 01:52:31 -04:00
.dashboardDocument .dashboardMenuButton {
2015-05-22 15:16:14 -04:00
display: none !important;
2014-06-22 01:52:31 -04:00
}
}
2015-01-18 14:53:34 -05:00
@media all and (max-width: 800px) {
2014-06-22 01:52:31 -04:00
.dashboardDocument .libraryMenuButton {
2015-05-22 15:16:14 -04:00
display: none !important;
2014-06-22 01:52:31 -04:00
}
}
2014-09-04 23:48:53 -04:00
@media all and (max-width: 800px) {
/* The sidebar isn't visible at this size, so there's no way to navigate within the editor */
.editorViewMenu {
display: none;
}
2015-01-28 13:10:26 -05:00
}
2015-06-07 16:06:18 -04:00
@media all and (max-width: 800px) {
2015-01-26 17:47:16 -05:00
/* They can use the left menu */
.dashboardEntryHeaderButton {
2015-05-22 15:16:14 -04:00
display: none !important;
2015-01-26 17:47:16 -05:00
}
2014-09-04 23:48:53 -04:00
}
2014-06-22 01:52:31 -04:00
.libraryDocument .dashboardMenuButton {
2015-05-22 15:16:14 -04:00
display: none !important;
2015-06-20 20:49:42 -04:00
}