2018-10-23 01:13:23 +03:00
|
|
|
.dashboardColumn,
|
|
|
|
.dashboardSections {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardFooter {
|
|
|
|
margin-top: 3.5em;
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardFooter a {
|
|
|
|
margin: 0 .7em
|
|
|
|
}
|
|
|
|
|
|
|
|
progress {
|
|
|
|
appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: 2px solid #ccc;
|
|
|
|
-webkit-border-radius: .3em;
|
|
|
|
border-radius: .3em;
|
|
|
|
margin: 0;
|
|
|
|
background: #ccc !important
|
|
|
|
}
|
|
|
|
|
|
|
|
progress[role]:after {
|
|
|
|
background-image: none
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-bar {
|
|
|
|
background: #ccc
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
border-radius: .4em;
|
|
|
|
background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%)
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
-webkit-border-radius: .4em;
|
|
|
|
border-radius: .4em;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
|
|
|
|
background-image: -webkit-linear-gradient(center bottom, #2bc253 37%, #54f054 69%)
|
|
|
|
}
|
|
|
|
|
|
|
|
progress[aria-valuenow]:before {
|
|
|
|
-webkit-border-radius: .4em;
|
|
|
|
border-radius: .4em;
|
|
|
|
background-image: -o-linear-gradient(center bottom, #2bc253 37%, #54f054 69%)
|
|
|
|
}
|
|
|
|
|
|
|
|
.localnav {
|
|
|
|
margin-bottom: 2.2em !important
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:50em) {
|
|
|
|
|
|
|
|
.type-interior>.ui-panel-content-wrap>div[data-role=content],
|
|
|
|
.type-interior>div[data-role=content] {
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardDocument {
|
|
|
|
font-size: 94.1%
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardDocument .dashboardEntryHeaderButton,
|
|
|
|
.dashboardDocument .lnkManageServer {
|
|
|
|
display: none !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.adminDrawerLogo {
|
|
|
|
padding: 1.5em 1em 1.2em;
|
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
display: block
|
|
|
|
}
|
|
|
|
|
|
|
|
.adminDrawerLogo img {
|
|
|
|
height: 2.2em
|
|
|
|
}
|
|
|
|
|
|
|
|
div[data-role=controlgroup] a[data-role=button] {
|
|
|
|
display: inline-block !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
div[data-role=controlgroup] a[data-role=button]:first-child {
|
|
|
|
-webkit-border-bottom-left-radius: .3125em;
|
|
|
|
border-bottom-left-radius: .3125em;
|
|
|
|
-webkit-border-top-left-radius: .3125em;
|
|
|
|
border-top-left-radius: .3125em
|
|
|
|
}
|
|
|
|
|
|
|
|
div[data-role=controlgroup] a[data-role=button]:last-child {
|
|
|
|
-webkit-border-bottom-right-radius: .3125em;
|
|
|
|
border-bottom-right-radius: .3125em;
|
|
|
|
-webkit-border-top-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 -.4em !important
|
|
|
|
}
|
|
|
|
|
|
|
|
div[data-role=controlgroup] a.ui-btn-active {
|
|
|
|
background: #38c !important;
|
|
|
|
color: #fff !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .imageLink {
|
|
|
|
display: inline-block
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .imageLink img {
|
|
|
|
height: 2.1em;
|
|
|
|
vertical-align: middle
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
padding-top: 6em;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-left: 1em
|
|
|
|
}
|
|
|
|
|
|
|
|
.withTabs .content-primary {
|
|
|
|
padding-top: 9em !important
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:40em) {
|
|
|
|
.content-primary {
|
|
|
|
padding-top: 7em
|
|
|
|
}
|
|
|
|
|
|
|
|
.withTabs .content-primary {
|
|
|
|
padding-top: 10em !important
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:84em) {
|
|
|
|
.withTabs .content-primary {
|
|
|
|
padding-top: 7em !important
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-primary ul:first-child {
|
|
|
|
margin-top: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSections {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
flex-direction: column
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-flex-shrink: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-webkit-flex-grow: 1;
|
|
|
|
flex-grow: 1
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingContent,
|
|
|
|
.supporterMembershipDisabled .tabSupporterMembership {
|
|
|
|
display: none
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSection {
|
|
|
|
-webkit-flex-shrink: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin: 0 0 2em
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSection h3 {
|
|
|
|
margin-top: .5em;
|
|
|
|
margin-bottom: .5em
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeRecordingItems>.card {
|
|
|
|
width: 50%
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:70em) {
|
|
|
|
.dashboardSections {
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
flex-direction: row
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn-2-60 {
|
|
|
|
width: 46%
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn-2-40 {
|
|
|
|
width: 27%
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSection {
|
|
|
|
padding: 0 1.5em
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeRecordingItems>.card {
|
|
|
|
width: 25%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:94em) {
|
|
|
|
.dashboardColumn-3-46 {
|
|
|
|
width: 46%
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn-3-27 {
|
|
|
|
width: 27%
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeRecordingItems>.card {
|
|
|
|
width: 50%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.premiumBanner img {
|
|
|
|
position: absolute;
|
|
|
|
text-align: right;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 4.4em;
|
|
|
|
height: 4.4em
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent {
|
|
|
|
max-width: 62em;
|
|
|
|
padding: .5em 2em 1em;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #fff
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizardNavigation {
|
|
|
|
text-align: right
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent form {
|
|
|
|
max-width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent h2 img {
|
|
|
|
height: 2.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: .5em;
|
|
|
|
position: relative;
|
|
|
|
top: -.3em
|
|
|
|
}
|
|
|
|
|
|
|
|
.scheduledTaskPaperIconItem {
|
|
|
|
outline: 0 !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeSession {
|
|
|
|
width: 100% !important
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:40em) {
|
|
|
|
.activeSession {
|
|
|
|
width: 100% !important
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:50em) {
|
|
|
|
.activeSession {
|
|
|
|
width: 50% !important
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionCardFooter {
|
|
|
|
padding-top: .5em !important;
|
|
|
|
padding-bottom: 1em !important;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
text-align: center;
|
|
|
|
position: relative
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionAppInfo,
|
|
|
|
.sessionNowPlayingInfo {
|
|
|
|
padding: .5em;
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionCardButtons {
|
|
|
|
min-height: 2.7em
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionCardButton {
|
|
|
|
margin: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingContent {
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingInnerContent {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
font-weight: 400
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingContent-withbackground+.sessionNowPlayingInnerContent {
|
|
|
|
color: #fff !important;
|
|
|
|
background: rgba(0, 0, 0, .7)
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionAppName {
|
|
|
|
vertical-align: top;
|
|
|
|
max-width: 200px
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingInfo {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 11px;
|
|
|
|
max-width: 50%;
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingInfo {
|
|
|
|
bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingTime {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 19px
|
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingStreamInfo {
|
|
|
|
white-space: nowrap
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeSession .transcodingProgress {
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 5px;
|
|
|
|
width: 100%;
|
|
|
|
opacity: .9;
|
|
|
|
position: absolute
|
|
|
|
}
|
|
|
|
|
|
|
|
.playbackProgress,
|
|
|
|
.transcodingProgress {
|
|
|
|
appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
height: 14px;
|
|
|
|
border: 0 solid #222;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 50px;
|
|
|
|
background: #000 !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.playbackProgress::-webkit-progress-bar,
|
|
|
|
.transcodingProgress::-webkit-progress-bar {
|
|
|
|
background: #000
|
|
|
|
}
|
|
|
|
|
|
|
|
.transcodingSession .playbackProgress {
|
|
|
|
bottom: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.transcodingProgress::-moz-progress-bar {
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: -moz-linear-gradient(center bottom, #dd4919 37%, #dd4919 69%) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.transcodingProgress::-webkit-progress-value {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4919), color-stop(1, #dd4919)) !important;
|
|
|
|
background-image: -webkit-linear-gradient(center bottom, #dd4919 37%, #dd4919 69%) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.transcodingProgress[aria-valuenow]:before {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: -o-linear-gradient(center bottom, #dd4919 37%, #dd4919 69%) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.playbackProgress::-moz-progress-bar {
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: none;
|
|
|
|
background-color: #52B54B
|
|
|
|
}
|
|
|
|
|
|
|
|
.playbackProgress::-webkit-progress-value {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: none;
|
|
|
|
background-color: #52B54B
|
|
|
|
}
|
|
|
|
|
|
|
|
.playbackProgress[aria-valuenow]:before {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: none;
|
|
|
|
background-color: #52B54B
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width:34.375em) {
|
|
|
|
.sessionAppName {
|
|
|
|
max-width: 160px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width:31.25em) {
|
|
|
|
.sessionAppName {
|
|
|
|
max-width: 150px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabledUser {
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%)
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabledUserBanner {
|
|
|
|
margin: 0 0 2em
|
|
|
|
}
|
|
|
|
|
|
|
|
.appLinks a {
|
|
|
|
text-decoration: none !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.appLinks a+a {
|
|
|
|
margin-left: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.appLinks img {
|
|
|
|
height: 36px
|
|
|
|
}
|
|
|
|
|
|
|
|
a[data-role=button] {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-webkit-border-radius: .3125em;
|
|
|
|
border-radius: .3125em;
|
|
|
|
border: 1px solid #ddd !important;
|
|
|
|
color: #333 !important;
|
|
|
|
cursor: pointer !important;
|
|
|
|
font-family: inherit !important;
|
|
|
|
font-weight: 500 !important;
|
|
|
|
margin: 0 .25em !important;
|
|
|
|
display: inline-block;
|
|
|
|
padding: .8em 1em;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none !important;
|
|
|
|
background: #f6f6f6 !important
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes rotating {
|
|
|
|
from {
|
|
|
|
-webkit-transform: rotate(0);
|
|
|
|
transform: rotate(0)
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes rotating {
|
|
|
|
from {
|
|
|
|
-webkit-transform: rotate(0);
|
|
|
|
transform: rotate(0)
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.rotatingCircle {
|
|
|
|
-webkit-animation: rotating 2s linear infinite;
|
|
|
|
animation: rotating 2s linear infinite
|
|
|
|
}
|
|
|
|
|
|
|
|
.pluginPreviewImg {
|
|
|
|
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
|
|
|
|
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
|
|
|
|
}
|