2014-05-02 21:20:04 -07:00
|
|
|
|
.libraryPage {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
padding-top: 50px !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
|
2014-10-29 16:03:58 -07:00
|
|
|
|
padding-top: 98px !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-09 12:43:06 -07:00
|
|
|
|
.libraryMenuDivider {
|
2014-05-03 16:38:23 -07:00
|
|
|
|
height: 1px;
|
|
|
|
|
background: #333;
|
|
|
|
|
margin: .5em 0;
|
|
|
|
|
}
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2014-06-23 09:05:19 -07:00
|
|
|
|
.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-23 09:05:19 -07:00
|
|
|
|
.barsMenuButton, .libraryMenuButtonText, .btnCast {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
line-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButton {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: center;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
border: 0 !important;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
outline: none;
|
|
|
|
|
padding: 0 20px;
|
2014-05-21 20:35:18 -07:00
|
|
|
|
cursor: pointer;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButton img {
|
2014-06-23 09:05:19 -07:00
|
|
|
|
height: 19px;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerSearchButton img {
|
2014-06-23 09:05:19 -07:00
|
|
|
|
height: 18px;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButtonLeft {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-28 08:51:42 -07:00
|
|
|
|
.headerButtonLeft:first-child {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 15:01:29 -07:00
|
|
|
|
.menuArrow {
|
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbklEQ…yGDxkLaBtENI9kPMk0gaoW0Dyj0aWowFLYNYzWB6MWMAAAq1H3+Mhu2hQAAAAASUVORK5CYII=);
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-10 22:11:53 -07:00
|
|
|
|
.headerButtonRight {
|
|
|
|
|
border-width: 0 !important;
|
2014-05-28 08:51:42 -07:00
|
|
|
|
padding: 0 15px;
|
2014-06-23 09:05:19 -07:00
|
|
|
|
display: inline-block;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButtonRight:first-child {
|
|
|
|
|
border-width: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 15:01:29 -07:00
|
|
|
|
.libraryMenuButton, .dashboardMenuButton {
|
|
|
|
|
padding-left: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.barMenuInner {
|
|
|
|
|
padding: 7px 10px;
|
|
|
|
|
border: 1px solid #000;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.0745098) 0px 1px 0px 0px;
|
|
|
|
|
background-color: rgb(14, 14, 14);
|
|
|
|
|
background-image: linear-gradient(rgb(21, 21, 21), rgb(4, 4, 4));
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.247059);
|
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
|
border-bottom-style: solid;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
border-image-outset: 0px;
|
|
|
|
|
border-image-repeat: stretch;
|
|
|
|
|
border-image-slice: 100%;
|
|
|
|
|
border-image-source: none;
|
|
|
|
|
border-image-width: 1;
|
|
|
|
|
border-left-color: rgba(0, 0, 0, 0.0980392);
|
|
|
|
|
border-left-style: solid;
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
border-right-color: rgba(0, 0, 0, 0.0980392);
|
|
|
|
|
border-right-style: solid;
|
|
|
|
|
border-right-width: 1px;
|
|
|
|
|
border-top-color: rgba(0, 0, 0, 0.0980392);
|
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
|
border-top-style: solid;
|
|
|
|
|
border-top-width: 1px;
|
2014-05-21 20:35:18 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-21 22:52:31 -07:00
|
|
|
|
.barsMenuButton:hover {
|
2014-07-27 15:01:29 -07:00
|
|
|
|
opacity: .5 !important;
|
2014-05-31 07:30:59 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 15:01:29 -07:00
|
|
|
|
.icon-bar {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
-webkit-border-radius: 1px;
|
|
|
|
|
-moz-border-radius: 1px;
|
|
|
|
|
border-radius: 1px;
|
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-bar + .icon-bar {
|
|
|
|
|
margin-top: 3px;
|
2014-05-28 07:21:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-21 20:35:18 -07:00
|
|
|
|
.libraryMenuButtonText {
|
|
|
|
|
color: #fff !important;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
text-decoration: none;
|
2014-07-27 15:01:29 -07:00
|
|
|
|
font-weight: 300 !important;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
font-size: 15px;
|
2014-05-21 20:35:18 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2014-05-28 07:21:07 -07:00
|
|
|
|
padding-left: 0 !important;
|
2014-05-31 07:30:59 -07:00
|
|
|
|
margin-left: -8px;
|
2014-05-29 12:34:20 -07:00
|
|
|
|
cursor: default;
|
2014-09-15 20:33:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logoLibraryMenuButtonText {
|
|
|
|
|
font-family: MBLogo;
|
|
|
|
|
font-weight: 200;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-02 21:20:04 -07:00
|
|
|
|
.viewMenuBar {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
top: 0;
|
2014-05-07 11:38:50 -07:00
|
|
|
|
border-top: 0;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: 0;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-10 22:11:53 -07:00
|
|
|
|
.libraryViewNav {
|
2014-10-29 16:03:58 -07:00
|
|
|
|
height: 48px;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
2014-10-25 11:32:58 -07:00
|
|
|
|
top: 50px;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
z-index: 1000;
|
2014-10-06 16:58:46 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
padding: 0 0 0;
|
|
|
|
|
overflow-x: scroll;
|
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
|
overflow: -moz-scrollbars-none;
|
2014-11-08 20:18:14 -07:00
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2014-10-06 16:58:46 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-10-25 11:32:58 -07:00
|
|
|
|
.viewMenuBar {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryViewNav {
|
|
|
|
|
background-color: #111;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-06 16:58:46 -07:00
|
|
|
|
.libraryViewNav::-webkit-scrollbar {
|
|
|
|
|
height: 0 !important;
|
|
|
|
|
display: none;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-02 21:20:04 -07:00
|
|
|
|
.viewMenuLink {
|
|
|
|
|
text-decoration: none;
|
2014-10-25 11:32:58 -07:00
|
|
|
|
color: #eee !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
padding: 7px .5em 6px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-21 20:35:18 -07:00
|
|
|
|
.viewMenuTextLink:hover {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
background-color: #38c;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
color: #fff !important;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2014-05-03 16:38:23 -07:00
|
|
|
|
|
2014-05-10 22:11:53 -07:00
|
|
|
|
.headerButtonRight:hover {
|
|
|
|
|
opacity: .5;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewMenuLink:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewMenuLink:hover img {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewMenuLink img {
|
|
|
|
|
height: 24px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.viewMenuTextLink {
|
|
|
|
|
display: block;
|
2014-10-25 11:32:58 -07:00
|
|
|
|
padding: .65em .5em .55em 38px !important;
|
|
|
|
|
font-size: 14px;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
font-weight: 300 !important;
|
2014-05-03 16:38:23 -07:00
|
|
|
|
font-family: Roboto;
|
2014-05-09 12:43:06 -07:00
|
|
|
|
background-repeat: no-repeat;
|
2014-10-25 11:32:58 -07:00
|
|
|
|
background-size: 13px 13px;
|
|
|
|
|
background-position: 12px center;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.musicViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/music.png);
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-21 20:35:18 -07:00
|
|
|
|
.homeViewMenu {
|
2014-10-25 11:32:58 -07:00
|
|
|
|
background-image: url(images/mblogoicon.png);
|
|
|
|
|
background-size: 39px 26px;
|
|
|
|
|
background-position: 10px center;
|
|
|
|
|
padding-left: 60px !important;
|
2014-05-21 20:35:18 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-07 12:46:24 -07:00
|
|
|
|
.tvshowsViewMenu, .livetvViewMenu {
|
2014-05-03 16:38:23 -07:00
|
|
|
|
background-image: url(images/items/folders/tv.png);
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-31 07:30:59 -07:00
|
|
|
|
.moviesViewMenu, .trailersViewMenu {
|
2014-05-03 16:38:23 -07:00
|
|
|
|
background-image: url(images/items/folders/movies.png);
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.gamesViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/games.png);
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.channelsViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/channels.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.booksViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/books.png);
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-04 07:19:46 -07:00
|
|
|
|
.musicvideosViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/musicvideos.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.photosViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/photos.png);
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-06 19:28:19 -07:00
|
|
|
|
.homeVideosViewMenu {
|
2014-05-03 16:38:23 -07:00
|
|
|
|
background-image: url(images/items/folders/homevideos.png);
|
2014-05-06 19:28:19 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-14 06:24:30 -07:00
|
|
|
|
.generalViewMenu, .boxsetsViewMenu, .playlistsViewMenu, .foldersViewMenu {
|
2014-05-06 19:28:19 -07:00
|
|
|
|
background-image: url(images/items/folders/folder.png);
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-10 22:11:53 -07:00
|
|
|
|
.editorViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/edit.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/settings.png);
|
|
|
|
|
}
|
2014-05-16 10:11:07 -07:00
|
|
|
|
|
2014-05-12 11:04:25 -07:00
|
|
|
|
.reportsViewMenu {
|
|
|
|
|
background-image: url(images/items/folders/report.png);
|
|
|
|
|
}
|
2014-05-10 22:11:53 -07:00
|
|
|
|
|
2014-10-01 17:28:16 -07:00
|
|
|
|
.homevideosViewMenu {
|
2014-05-31 07:30:59 -07:00
|
|
|
|
background-image: url(images/items/folders/homevideos.png);
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.viewMenuSecondary {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
2014-05-03 16:38:23 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectedMediaFolder {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background-color: #52B54B !important;
|
|
|
|
|
color: #fff !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
.itemDetailPage .selectedMediaFolder {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background-color: rgba(51,136,204,.8) !important;
|
2014-05-03 16:38:23 -07:00
|
|
|
|
}
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2014-05-10 10:28:03 -07:00
|
|
|
|
.ui-panel.ui-body-b {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background-color: #222;
|
2014-05-10 10:28:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
.libraryViewNav .ui-btn-active {
|
2014-05-02 21:20:04 -07:00
|
|
|
|
border-bottom-color: #38c;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
color: #fff !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryViewNav a {
|
|
|
|
|
display: inline-block;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
padding: 12px 0 9px;
|
|
|
|
|
color: #ddd !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
margin: 0 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-weight: normal;
|
2014-10-29 16:03:58 -07:00
|
|
|
|
border-bottom: 5px solid transparent;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 15:01:29 -07:00
|
|
|
|
.libraryViewNav a:not(.ui-btn-active):hover {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
color: #2ad !important;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryViewNavLinkContent {
|
|
|
|
|
display: inline-block;
|
2014-10-29 16:03:58 -07:00
|
|
|
|
padding: 2px 13px 2px 13px;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-23 18:16:53 -07:00
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.libraryMenuButtonText {
|
2014-05-10 22:11:53 -07:00
|
|
|
|
display: none;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
}
|
2014-05-19 12:51:56 -07:00
|
|
|
|
}
|
2014-06-21 22:52:31 -07:00
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
|
|
|
|
|
.dashboardDocument .dashboardMenuButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 750px) {
|
|
|
|
|
|
|
|
|
|
.dashboardDocument .libraryMenuButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 20:48:53 -07: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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-21 22:52:31 -07:00
|
|
|
|
.libraryDocument .dashboardMenuButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|