/* Fixes the issue of jqm panels altering the page background. */ .ui-panel-content-wrap { background: none!important; } .libraryPage .header { padding-bottom: 0; } .libraryPageHeader { margin: -5px 0 0; } .libraryPageHeader a { margin-right: 20px; } .libraryPage .ui-content { padding: 10px; } .libraryPage, .itemListContent { background: #262626!important; background: #494949 url(images/bgflip.png) repeat-x!important; background-attachment: fixed!important; } .libraryPage .currentUsername { color: #fff; } .listHeader { margin-top: 1em; margin-bottom: 5px; } .firstListHeader { margin-top: .75em; } .libraryViewNav { text-align: center; } .libraryViewNav .ui-btn-inner { padding: .6em 5px; } .ehsContent { max-width: 600px; margin: 0 auto; } .viewSettings { text-align: center; margin: 1em 0; } .libraryItemsGrid th { text-align: left; } .libraryGridImage { width: 110px; } .thName, .tdName { max-width: 300px; } .libraryItemsGrid { margin: 0 auto; border-spacing: 0; border-collapse: collapse; max-width: 100%; } .libraryItemsGrid a { text-shadow: none; } .libraryItemsGrid th, .libraryItemsGrid td { vertical-align: top; text-align: left; padding: 10px 10px 5px; } .libraryItemsGrid th { padding-bottom: 10px; border-bottom: 1px solid #555; } .libraryItemsGrid td { border-top: 1px solid #555; border-bottom: 1px solid #555; } .listPaging { text-align: center; margin: .5em 0 .75em; } .tabletColumn, .desktopColumn { display: none!important; } @media all and (min-width: 650px) { .libraryPage .ui-content { padding: 15px 30px 100px; } } @media all and (min-width: 750px) { .tabletColumn { display: table-cell!important; } .libraryViewNav .ui-btn-inner { padding-left: 20px; padding-right: 20px; } } /*@media all and (min-width: 1000px) { .libraryPage > .ui-content, .libraryPage > .ui-panel-content-wrap { margin-top: -20px!important; } }*/ @media all and (min-width: 1200px) { .libraryPage .ui-content { padding-top: 0; } .ehsContent { max-width: 850px; } .desktopColumn { display: table-cell!important; } } @media all and (min-width: 1440px) { .ehsContent { max-width: 900px; } } @media all and (min-width: 1920px) { .ehsContent { max-width: 1000px; } } .detailPagePrimaryInfo { padding: 0 10px; } .mediaInfoStream { display: inline-block; vertical-align: top; margin-right: 2em; } .mediaInfoStreamType { border-bottom: 1px solid #555; padding-bottom: 5px; margin-bottom: .5em; font-weight: bold; } .mediaInfoDetails { margin: 0 0 0 2em; padding: 0; } .mediaInfoLabel { color: #bbb; } .posterRibbon { display: block; position: absolute; top: 0; right: 0; text-align: center; background-color: #008FBB; padding: 3px 10px; border-bottom-left-radius: 10px; } /* Firefox and Polyfill */ .itemProgress { border: solid #222222 1px; background: #444444 !important; /* !important only needed in polyfill */ border-radius: 0!important; height: 12px; opacity: .7; position: absolute; left: 10%; right: 10%; bottom: 61px; width: 80%; } /* Chrome */ .itemProgress::-webkit-progress-bar { background: #444444; border-radius: 0!important; } /* * Background of the progress bar value */ /* Firefox */ .itemProgress::-moz-progress-bar { border-radius: 0!important; background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% ); } /* Chrome */ .itemProgress::-webkit-progress-value { border-radius: 0!important; background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) ); background-image: -webkit-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% ); } /* Polyfill */ .itemProgress[aria-valuenow]:before { border-radius: 0!important; background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% ); background-image: -ms-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% ); background-image: -o-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% ); }