mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
1050 lines
21 KiB
CSS
1050 lines
21 KiB
CSS
/* Links */
|
|
.ui-body-b a {
|
|
color: #52B54B /*{b-link-color}*/;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ui-body-b a:visited {
|
|
color: #52B54B /*{b-link-visited}*/;
|
|
}
|
|
|
|
.ui-body-b a:hover {
|
|
color: #2E7D32 /*{b-link-hover}*/;
|
|
}
|
|
|
|
.ui-body-b a:active {
|
|
color: #2E7D32 /*{b-link-active}*/;
|
|
}
|
|
|
|
/* latin */
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Montserrat-Regular'), url(fonts/Montserrat.woff) format('woff');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
|
|
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
|
|
.ui-mini {
|
|
margin-left: 0;
|
|
}
|
|
|
|
/* Remove IE mobile 300ms tap delay */
|
|
html {
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
/* Prevent white flickering */
|
|
background-color: #242424;
|
|
/* Normalize for different browsers */
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
font-family: 'San Francisco', 'Helvetica Neue', Roboto, 'Open Sans', 'Segoe UI', sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
html.smallerDefault {
|
|
font-size: 13px;
|
|
}
|
|
|
|
body {
|
|
overflow-y: scroll !important;
|
|
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */
|
|
overflow-x: hidden;
|
|
/*Can't use this with safari or it causes some content to disappear*/
|
|
/*-webkit-overflow-scrolling: touch;*/
|
|
/* Remove the white default from jqm */
|
|
background-color: transparent !important;
|
|
/* Normalize for different browsers */
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
body.autoScrollY {
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
iron-icon {
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
/* Without this, no content will be displayed in mobile safari */
|
|
.pageContainer {
|
|
overflow-x: visible !important;
|
|
/* jqm often wants to assign a background color to this */
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
/* Undo this from jqm which may cause the page to have it's own scrollbar */
|
|
.ui-mobile .ui-page-active {
|
|
overflow-x: visible;
|
|
}
|
|
|
|
.bodyWithPopupOpen {
|
|
overflow-y: hidden !important;
|
|
}
|
|
|
|
.textlink {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
h1, h1 a {
|
|
font-weight: 300 !important;
|
|
font-size: 24px;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
a, a:active, a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.libraryPage h1 a {
|
|
color: #fff !important;
|
|
}
|
|
|
|
h1 a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ui-body-b a.accent {
|
|
color: #52B54B !important;
|
|
}
|
|
|
|
input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) {
|
|
-webkit-appearance: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-rtl-ordering: logical;
|
|
-webkit-user-select: text;
|
|
box-sizing: border-box;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
height: 28.5938px;
|
|
letter-spacing: normal;
|
|
line-height: 18.2px;
|
|
list-style-image: none;
|
|
list-style-position: outside;
|
|
list-style-type: none;
|
|
min-height: 28.6px;
|
|
padding-bottom: 5.2px;
|
|
padding-left: 5.2px;
|
|
padding-right: 5.2px;
|
|
padding-top: 5.2px;
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
text-rendering: auto;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
white-space: nowrap;
|
|
word-spacing: 0px;
|
|
writing-mode: lr-tb;
|
|
-webkit-writing-mode: horizontal-tb;
|
|
background: white;
|
|
width: 100%;
|
|
border: 1px solid #ccc;
|
|
color: #000;
|
|
margin: 0 0 3px 0;
|
|
border-radius: 4px;
|
|
display: block;
|
|
}
|
|
|
|
select {
|
|
width: 100%;
|
|
margin: 0 0 .5em 0;
|
|
background: none;
|
|
border: 1px solid rgb(221, 221, 221);
|
|
border-width: 0 0 1px 0;
|
|
/* Prefixed box-sizing rules necessary for older browsers */
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
/* Remove select styling */
|
|
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
|
|
font-size: inherit;
|
|
/* General select styles: change as needed */
|
|
font-family: inherit;
|
|
font-weight: bold;
|
|
color: inherit;
|
|
padding: .6em .8em .3em 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
select:not([data-inline='true']) {
|
|
display: block;
|
|
}
|
|
|
|
.ui-body-a select {
|
|
background: none;
|
|
border-color: #757575;
|
|
}
|
|
|
|
.ui-body-a select option {
|
|
color: #000;
|
|
}
|
|
|
|
.ui-body-b select, .ui-body-b [is="emby-input"] {
|
|
background: none;
|
|
border-color: #454545;
|
|
}
|
|
|
|
.ui-body-b select option {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
div[data-role='page'] {
|
|
outline: none;
|
|
}
|
|
|
|
div[data-role="controlgroup"] a[data-role='button'] {
|
|
display: inline-block !important;
|
|
margin: 0 !important;
|
|
-webkit-box-shadow: none !important;
|
|
-moz-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
border-radius: 0;
|
|
}
|
|
|
|
div[data-role="controlgroup"] a[data-role='button']:first-child {
|
|
border-bottom-left-radius: .3125em;
|
|
border-top-left-radius: .3125em;
|
|
}
|
|
|
|
div[data-role="controlgroup"] a[data-role='button']:last-child {
|
|
border-bottom-right-radius: .3125em;
|
|
border-top-right-radius: .3125em;
|
|
}
|
|
|
|
div[data-role="controlgroup"] a[data-role='button'] + a[data-role='button'] {
|
|
border-left-width: 0 !important;
|
|
margin: 0 0 0 -3px !important;
|
|
}
|
|
|
|
div[data-role="controlgroup"] a.ui-btn-active {
|
|
background: #38c !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
/**
|
|
* Note: I have omitted any vendor-prefixes for clarity.
|
|
* Adding them is left as an exercise for the reader.
|
|
*/
|
|
.headroom {
|
|
-webkit-transition: transform 200ms linear;
|
|
transition: transform 200ms linear;
|
|
}
|
|
|
|
.headroom--pinned {
|
|
-webkit-transform: translateY(0%);
|
|
transform: translateY(0%);
|
|
}
|
|
|
|
.headroom--unpinned:not(.headroomDisabled) {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%);
|
|
}
|
|
|
|
.libraryViewNav:not(.paperLibraryViewNav).headroom--unpinned:not(.headroomDisabled) {
|
|
-webkit-transform: translateY(-210%);
|
|
transform: translateY(-210%);
|
|
}
|
|
|
|
.paperLibraryViewNav.headroom--unpinned:not(.headroomDisabled) {
|
|
-webkit-transform: translateY(-240%);
|
|
transform: translateY(-240%);
|
|
}
|
|
|
|
.checkboxContainer {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.checkboxContainer input {
|
|
width: 20px;
|
|
height: 20px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.checkboxContainer label {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
padding: .7em .5em;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
pre, textarea.pre {
|
|
display: block;
|
|
padding: 8.5px;
|
|
font-size: 12.025px;
|
|
line-height: 18px;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
color: #000;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
/*
|
|
Header
|
|
*/
|
|
.header {
|
|
padding: 20px 0 0 20px;
|
|
}
|
|
|
|
.imgLogoIcon {
|
|
height: 40px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.imgLogoIcon + span {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.ui-popup-container {
|
|
z-index: 99999;
|
|
}
|
|
|
|
@media all and (max-height: 800px) {
|
|
|
|
.header {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.btnCurrentUser {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.currentUsername {
|
|
margin-right: 7px;
|
|
color: #000;
|
|
position: relative;
|
|
top: 4px;
|
|
display: none;
|
|
}
|
|
|
|
h1 .imageLink {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
h1 .imageLink img {
|
|
height: 32px;
|
|
}
|
|
|
|
.imageLink:hover {
|
|
opacity: .5;
|
|
}
|
|
|
|
.pageTitle {
|
|
margin-top: 0;
|
|
font-family: inherit;
|
|
}
|
|
|
|
.imageButton {
|
|
background: transparent;
|
|
border: 0;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
outline: none;
|
|
color: inherit;
|
|
}
|
|
|
|
.imageButton:hover {
|
|
opacity: .5;
|
|
}
|
|
|
|
.imageButton[disabled], .imageButton[disabled]:hover {
|
|
opacity: .3 !important;
|
|
cursor: default;
|
|
}
|
|
|
|
.fieldDescription {
|
|
padding-left: 2px;
|
|
font-weight: normal;
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.paperCheckboxFieldDescription {
|
|
padding-left: 31px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
paper-input + .fieldDescription {
|
|
padding-top: 5px;
|
|
opacity: .9;
|
|
}
|
|
|
|
.warningFieldDescription {
|
|
padding: 5px;
|
|
border: 1px solid #f4c63f;
|
|
background: #fff3a5;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.fieldDescription + .fieldDescription {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.background-theme-a, .dialog.background-theme-a {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.dialog:not(.background-theme-a):not(.background-theme-b) {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sidebarLinks {
|
|
margin-top: 1.5em;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.sidebarLink {
|
|
display: block;
|
|
padding: .8em 20px .8em 0;
|
|
text-decoration: none;
|
|
color: #111 !important;
|
|
font-weight: 500 !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sidebarLink:hover {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.sidebarLink.selectedSidebarLink {
|
|
background: #f2f2f2 !important;
|
|
}
|
|
|
|
.sidebarLinkIcon {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
.sidebarLinkIcon + span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sidebarHeader {
|
|
padding-left: 20px;
|
|
margin: 15px 0 10px;
|
|
color: #666;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.invalidEntry {
|
|
background-color: lightpink !important;
|
|
}
|
|
|
|
/* Tabs (e.g. advanced metadata page) */
|
|
.localnav {
|
|
margin-bottom: 30px !important;
|
|
}
|
|
|
|
.ui-content {
|
|
border-width: 0;
|
|
overflow: visible;
|
|
overflow-x: hidden;
|
|
padding: 1em;
|
|
}
|
|
|
|
.page > .ui-content, .pageWithAbsoluteTabs .pageTabContent, .absolutePageTabContent .itemsContainer {
|
|
/* Need this so that the audio player doesn't cover content, but also for unveil lazy loading. */
|
|
padding-bottom: 160px;
|
|
}
|
|
|
|
.appLinks a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.appLinks a + a {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.appLinks img {
|
|
height: 36px;
|
|
}
|
|
|
|
.activeDevicesCollapsible .ui-collapsible-content {
|
|
padding: .5em .5em !important;
|
|
}
|
|
|
|
@media all and (min-width: 450px) {
|
|
|
|
.currentUsername {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
/*
|
|
Forms
|
|
*/
|
|
form, .readOnlyContent {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.header {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
padding-top: 0;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 900px) {
|
|
|
|
.page:not(.standalonePage) .header {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
/*
|
|
Media Library Page
|
|
*/
|
|
.mediaFolderButtons {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.mediaFolderLocations {
|
|
margin: 1em .25em !important;
|
|
}
|
|
|
|
.mediaLocationsHeader {
|
|
padding-top: .75em !important;
|
|
padding-bottom: .75em !important;
|
|
}
|
|
|
|
.mediaLocationsHeader .ui-btn {
|
|
position: absolute;
|
|
right: -3px;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
top: 4px;
|
|
}
|
|
|
|
#ulDirectoryPickerList a {
|
|
padding-top: .4em;
|
|
padding-bottom: .4em;
|
|
}
|
|
|
|
.lblDirectoryPickerPath {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.directoryPickerHeadline {
|
|
color: #000;
|
|
background: #fff3a5;
|
|
padding: 1em;
|
|
border-radius: 5px;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.directoryPicker paper-item {
|
|
min-height: 36px;
|
|
border-bottom: 1px solid #eee;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Footer */
|
|
#footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
/* Above everything, except for the video player and popup overlays */
|
|
z-index: 1097;
|
|
color: #fff;
|
|
border: 0 !important;
|
|
background-color: rgba(26,26,26,.94);
|
|
}
|
|
|
|
.footerNotification {
|
|
padding: .75em 1em;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
border-top: 1px solid #555;
|
|
}
|
|
|
|
.notificationIcon {
|
|
height: 24px;
|
|
margin-right: 1em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/*
|
|
* Gradient Shadow
|
|
*/
|
|
|
|
/* All HTML5 progress enabled browsers */
|
|
progress {
|
|
/* Turns off styling - not usually needed, but good to know. */
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
/* gets rid of default border in Firefox and Opera. */
|
|
border: solid #cccccc 2px;
|
|
border-radius: 4px;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Polyfill */
|
|
progress[role]:after {
|
|
background-image: none; /* removes default background from polyfill */
|
|
}
|
|
|
|
/*
|
|
* Background of the progress bar background
|
|
*/
|
|
|
|
/* Firefox and Polyfill */
|
|
progress {
|
|
background: #cccccc !important; /* !important only needed in polyfill */
|
|
}
|
|
|
|
/* Chrome */
|
|
progress::-webkit-progress-bar {
|
|
background: #cccccc;
|
|
}
|
|
|
|
/*
|
|
* Background of the progress bar value
|
|
*/
|
|
|
|
/* Firefox */
|
|
progress::-moz-progress-bar {
|
|
border-radius: 5px;
|
|
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
|
}
|
|
|
|
/* Chrome */
|
|
progress::-webkit-progress-value {
|
|
border-radius: 5px;
|
|
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 */
|
|
progress[aria-valuenow]:before {
|
|
border-radius: 5px;
|
|
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% );
|
|
}
|
|
|
|
/* Detail Page*/
|
|
|
|
.btnUserItemRating {
|
|
vertical-align: middle;
|
|
color: #aaa;
|
|
display: inline-block !important;
|
|
}
|
|
|
|
.btnUserItemRatingOn {
|
|
color: #cc3333 !important;
|
|
}
|
|
|
|
.imgUserItemRating {
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-right: .75em;
|
|
cursor: pointer;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.imgUserItemRating:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.imgUserItemRating:hover {
|
|
opacity: .5;
|
|
}
|
|
|
|
.userProfileIcon {
|
|
width: 36px;
|
|
}
|
|
|
|
.btnShowStatusMessage {
|
|
font-weight: normal !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btnShowStatusMessage:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.activeSession {
|
|
width: 50%;
|
|
}
|
|
|
|
.activeSession .cardPadder {
|
|
padding-bottom: 56.25%;
|
|
}
|
|
|
|
|
|
.sessionNowPlayingContent {
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.sessionNowPlayingInnerContent {
|
|
background-color: rgba(0, 0, 0, .6);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.sessionAppInfo {
|
|
padding: .5em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sessionAppName {
|
|
vertical-align: top;
|
|
max-width: 200px;
|
|
}
|
|
|
|
.sessionNowPlayingInfo {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 11px;
|
|
padding: .5em;
|
|
max-width: 150px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.sessionAppInfo img {
|
|
max-width: 32px;
|
|
max-height: 32px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.activeSession .playbackProgress {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 7px;
|
|
width: 100%;
|
|
opacity: .95;
|
|
z-index: 999;
|
|
}
|
|
|
|
.activeDevicesCollapsible .ui-collapsible-content {
|
|
padding: .25em !important;
|
|
}
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingContent {
|
|
display: none;
|
|
}
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingInnerContent {
|
|
background-color: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingInfo {
|
|
bottom: 0;
|
|
}
|
|
|
|
.sessionNowPlayingTime {
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 39px;
|
|
}
|
|
|
|
.sessionTranscodingFramerate {
|
|
position: absolute;
|
|
left: 10px;
|
|
bottom: 19px;
|
|
color: #fff;
|
|
}
|
|
|
|
.sessionNowPlayingStreamInfo {
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 19px;
|
|
}
|
|
|
|
.activeSession .transcodingProgress {
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 5px;
|
|
width: 100%;
|
|
opacity: .9;
|
|
z-index: 999;
|
|
position: absolute;
|
|
}
|
|
|
|
.transcodingSession .playbackProgress {
|
|
bottom: 5px;
|
|
}
|
|
|
|
/* Firefox */
|
|
.transcodingProgress::-moz-progress-bar {
|
|
border-radius: 5px;
|
|
background-image: -moz-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
}
|
|
|
|
/* Chrome */
|
|
.transcodingProgress::-webkit-progress-value {
|
|
border-radius: 5px;
|
|
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(221, 73, 25)), color-stop(1, rgb(221, 73, 25)) ) !important;
|
|
background-image: -webkit-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
}
|
|
|
|
/* Polyfill */
|
|
.transcodingProgress[aria-valuenow]:before {
|
|
border-radius: 5px;
|
|
background-image: -moz-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
background-image: -ms-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
background-image: -o-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
}
|
|
|
|
@media all and (max-width: 550px) {
|
|
|
|
.sessionAppName {
|
|
max-width: 160px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
.sessionAppName {
|
|
max-width: 150px;
|
|
}
|
|
|
|
.activeSession {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.dashboardFooter {
|
|
margin-top: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dashboardFooter a {
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
margin: 0 .7em;
|
|
}
|
|
|
|
.dashboardFooter .appLinks a {
|
|
margin: .25em;
|
|
}
|
|
|
|
.dashboardFooter .appLinks img {
|
|
height: 16px;
|
|
}
|
|
|
|
.supporterPromotion {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
.supporterPromotion:not(.inlineSupporterPromotion) {
|
|
position: absolute;
|
|
top: 70px;
|
|
right: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.inlineSupporterPromotion {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.disabledUser {
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
.disabledUserBanner {
|
|
margin: 0 0 2em;
|
|
}
|
|
|
|
.modalLoading {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, .3);
|
|
/* One less than jqm loading spinner, so we can combine them */
|
|
z-index: 9999998;
|
|
}
|
|
|
|
.nativeApp *:not(input):not(select):not(textarea) {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-touch-callout: none;
|
|
-moz-touch-callout: none;
|
|
-ms-touch-callout: none;
|
|
touch-callout: none;
|
|
-webkit-user-drag: none;
|
|
-moz-user-drag: none;
|
|
-ms-user-drag: none;
|
|
user-drag: none;
|
|
}
|
|
|
|
.supporterMembershipDisabled .tabSupporterMembership {
|
|
display: none;
|
|
}
|
|
|
|
.syncActivityForTarget {
|
|
margin: 0 0 3em 0;
|
|
}
|
|
|
|
.syncActivityForTarget paper-fab {
|
|
border-radius: 0;
|
|
}
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
.syncActivityForTarget {
|
|
max-width: 600px;
|
|
margin: 0 3em 3em 0;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
min-width: 400px;
|
|
}
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem {
|
|
outline: none !important;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem[data-status='Idle'] paper-fab {
|
|
background-color: #999;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem[data-status="Cancelling"] paper-fab {
|
|
background-color: #cc3333;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem[data-status="Running"] paper-fab {
|
|
background-color: #52B54B;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem #progressContainer {
|
|
height: 8px !important;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem #primaryProgress {
|
|
border-bottom-left-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
|
|
.scheduledTaskPaperIconItem paper-progress {
|
|
display: inline-block;
|
|
}
|
|
|
|
.imageDropZone {
|
|
border: 2px dashed #bbb;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 25px;
|
|
text-align: center;
|
|
color: #bbb;
|
|
}
|
|
|
|
.actionSheetMenuItem:hover {
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
emby-collapsible > .style-scope {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
.ui-body-a .emby-collapsible-button {
|
|
border: 1px solid #ddd;
|
|
background-color: #f2f2f2;
|
|
text-transform: none;
|
|
}
|
|
|
|
.ui-body-a .emby-collapsible-title {
|
|
margin: .25em 0;
|
|
color: #000;
|
|
padding: 0 0 0 .5em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.ui-body-a .emby-collapsible-content {
|
|
border: 1px solid #ddd;
|
|
border-width: 0 1px 1px 1px;
|
|
padding: 1em 1.25em;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.ui-body-b .emby-collapsible-button {
|
|
border: 1px solid #222;
|
|
background-color: #333;
|
|
text-transform: none;
|
|
}
|
|
|
|
.ui-body-b .emby-collapsible-title {
|
|
margin: 0;
|
|
color: #fff;
|
|
padding: 0 0 0 .5em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.ui-body-b .emby-collapsible-content {
|
|
border: 1px solid #252525;
|
|
border-width: 0 1px 1px 1px;
|
|
padding: 1em 1.25em;
|
|
}
|