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

276 lines
5.2 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
}
2015-07-06 03:06:09 -04:00
.libraryPage:not(.noSecondaryNavPage) {
2015-07-06 22:25:23 -04:00
padding-top: 95px !important;
2014-05-03 00:20:04 -04:00
}
2015-07-06 03:06:09 -04:00
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 98px !important;
}
.absolutePageTabContent {
2016-04-26 22:59:43 -04:00
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
2016-09-01 16:21:55 -04:00
/* If this is raised, make sure it does not overlap bottom footer */
z-index: 1;
margin: 0 !important;
2016-04-26 14:28:04 -04:00
/* Page needs to supply padding */
2016-12-12 00:41:24 -05:00
top: 98px !important;
2016-04-26 22:59:43 -04:00
transition: transform 200ms ease-out;
}
2016-04-26 22:59:43 -04:00
.absolutePageTabContent.headroomUnpinned {
transform: translateY(-92px);
2016-05-09 15:27:38 -04:00
bottom: -92px !important;
2016-04-26 22:59:43 -04:00
}
2016-05-15 12:30:32 -04:00
.pageTabContent:not(.is-active) {
display: none !important;
}
2015-05-31 17:07:44 -04:00
.sidebarDivider {
2014-05-03 19:38:23 -04:00
height: 1px;
2016-02-08 23:46:25 -05:00
background: #eaeaea;
2014-05-03 19:38:23 -04:00
margin: .5em 0;
}
2014-05-03 00:20:04 -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-07-14 12:39:34 -04:00
.headerUserButtonRound img {
border-radius: 1000px;
}
2015-07-19 23:43:13 -04:00
.viewMenuBar paper-icon-button {
2014-12-20 01:06:27 -05:00
vertical-align: middle;
}
2014-05-11 01:11:53 -04:00
.headerButton {
flex-shrink: 0;
2014-05-11 01:11:53 -04:00
}
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;
}
2015-06-21 17:31:21 -04:00
.hideMainDrawer .mainDrawerButton {
display: none;
}
2014-05-21 23:35:18 -04:00
.libraryMenuButtonText {
2014-05-11 01:11:53 -04:00
text-decoration: none;
2016-03-27 23:37:33 -04:00
display: inline-flex;
2014-05-21 23:35:18 -04:00
vertical-align: middle;
2014-05-28 10:21:07 -04:00
padding-left: 0 !important;
2014-05-29 15:34:20 -04:00
cursor: default;
2015-09-27 17:02:39 -04:00
white-space: nowrap;
2015-10-01 12:28:24 -04:00
overflow: hidden;
text-overflow: ellipsis;
2016-03-27 23:37:33 -04:00
align-items: center;
2016-11-05 15:34:03 -04:00
margin: 0 0 0 .5em;
2016-09-03 13:16:36 -04:00
/* Avoid pushing right header off the screen */
flex-shrink: 1;
2014-09-15 23:33:30 -04:00
}
2014-05-03 00:20:04 -04:00
.viewMenuBar {
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;
2015-12-14 10:43:03 -05:00
height: 50px;
display: flex;
2016-04-13 01:28:45 -04:00
flex-direction: column;
2014-05-03 00:20:04 -04:00
}
2015-06-26 11:53:49 -04:00
.hiddenViewMenuBar .viewMenuBar {
display: none;
}
2014-05-11 01:11:53 -04:00
.libraryViewNav {
overflow: hidden;
2015-02-19 19:34:05 -05:00
z-index: 999;
2014-10-06 19:58:46 -04:00
text-align: center;
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;
2016-05-15 12:30:32 -04:00
display: flex;
display: block;
text-align: center;
margin: 0 auto;
align-items: center;
2016-09-04 11:01:31 -04:00
font-size: 13px;
}
2016-07-05 14:11:34 -04:00
.ui-body-b .libraryViewNav {
position: fixed;
right: 0;
left: 0;
top: 50px;
}
.libraryViewNav.bottom {
top: auto !important;
bottom: 0;
}
2016-05-09 15:27:38 -04:00
2016-07-05 14:11:34 -04:00
.viewMenuBar, .ui-body-b .libraryViewNav {
2016-07-23 02:04:18 -04:00
background-color: #222326;
2016-03-27 23:37:33 -04:00
color: #fff;
2014-10-25 14:32:58 -04:00
}
2016-04-13 01:28:45 -04:00
.viewMenuBar .primaryIcons {
display: flex;
flex-grow: 1;
width: 100%;
align-items: center;
}
2016-08-06 22:11:39 -04:00
.dashboardDocument {
font-size: 13px;
2016-04-13 01:28:45 -04:00
}
2016-08-06 22:11:39 -04:00
.dashboardDocument .viewMenuBar {
height: auto;
2016-04-13 01:28:45 -04:00
}
2016-08-06 22:11:39 -04:00
.dashboardDocument .viewMenuBar .primaryIcons {
padding: .7em 0;
}
2016-04-13 01:28:45 -04:00
2016-08-06 22:11:39 -04:00
.dashboardDocument.withTallToolbar .primaryIcons {
padding-bottom: 0;
}
2016-04-13 01:28:45 -04:00
.viewMenuBarTabs {
width: 100%;
}
2016-06-21 12:38:29 -04:00
.viewMenuBarTabs .paperTabLink {
padding-left: 1.5em;
padding-right: 1.5em;
}
2016-04-13 01:28:45 -04:00
2016-03-27 23:37:33 -04:00
.viewMenuBar.semiTransparent {
background-color: rgba(15, 15, 15, .3);
}
2015-08-18 13:54:29 -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;
}
2015-09-25 01:15:29 -04:00
.viewMenuLink:hover {
color: #fff;
2014-05-03 00:20:04 -04:00
}
2015-09-25 01:15:29 -04:00
.viewMenuLink:hover img {
opacity: .5;
}
.viewMenuLink img {
height: 24px;
vertical-align: top;
}
2014-05-03 00:20:04 -04:00
2014-05-03 19:38:23 -04:00
.viewMenuSecondary {
2016-04-13 01:28:45 -04:00
margin-left: auto;
2015-12-14 10:43:03 -05:00
display: flex;
align-items: center;
2014-05-03 19:38:23 -04:00
}
.selectedMediaFolder {
2015-06-21 17:31:21 -04:00
background-color: #f2f2f2 !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 {
2016-06-16 09:18:22 -04:00
background-color: #1D1D20;
2014-05-10 13:28:03 -04:00
}
2015-06-21 17:31:21 -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-09-25 01:15:29 -04:00
body:not(.dashboardDocument) .btnNotifications {
2015-09-21 21:05:33 -04:00
display: none !important;
}
2016-06-21 12:38:29 -04:00
.darkDrawer {
2016-07-23 14:10:22 -04:00
background-color: #1C1C1F !important;
2016-05-15 15:25:54 -04:00
/*background-color: rgba(40,40,40,.8) !important;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);*/
2015-06-21 17:31:21 -04:00
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarLinkIcon {
color: #bbb !important;
margin-left: 1.6em;
}
2016-03-27 23:37:33 -04:00
2016-06-21 12:38:29 -04:00
.darkDrawer i.sidebarLinkIcon {
2016-11-01 14:29:18 -04:00
margin-left: 1.9em;
2016-06-19 01:26:52 -04:00
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarLinkText, .darkDrawer .sidebarLink {
2016-03-27 23:37:33 -04:00
color: #fff !important;
font-weight: normal !important;
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarHeader {
2016-03-27 23:37:33 -04:00
color: #bbb !important;
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarDivider {
2016-03-27 23:37:33 -04:00
background: #282828 !important;
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarLink:hover {
2016-06-16 09:18:22 -04:00
background: #252528;
2016-03-27 23:37:33 -04:00
}
2016-06-21 12:38:29 -04:00
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
2016-06-16 09:18:22 -04:00
background: #252528 !important;
2016-06-21 12:38:29 -04:00
color: #52B54B !important;
2016-03-27 23:37:33 -04:00
}
2016-06-21 12:38:29 -04:00
body:not(.dashboardDocument) .headerAppsButton {
2016-03-29 13:28:14 -04:00
display: none;
}
2016-08-16 14:54:08 -04:00
.mainDrawer-scrollContainer {
padding-bottom: 10vh;
}
2016-06-21 12:38:29 -04:00
@media all and (min-width: 640px) {
.mainDrawerPanel .viewMenuBarTabs {
width: auto;
padding-left: 272px;
}
2016-07-05 14:11:34 -04:00
.viewMenuBarTabs .libraryViewNav {
text-align: left !important;
}
2016-09-27 13:51:01 -04:00
}