2013-03-11 20:12:55 -07:00
|
|
|
|
@font-face {
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-family: 'Open Sans';
|
2013-03-11 20:12:55 -07:00
|
|
|
|
font-style: normal;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-weight: 300;
|
2013-12-15 11:29:34 -07:00
|
|
|
|
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff');
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-family: 'Open Sans';
|
2013-03-11 20:12:55 -07:00
|
|
|
|
font-style: normal;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-weight: 400;
|
2013-12-15 11:29:34 -07:00
|
|
|
|
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff) format('woff');
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-family: 'Open Sans';
|
2013-03-11 20:12:55 -07:00
|
|
|
|
font-style: normal;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-weight: 700;
|
2013-12-15 11:29:34 -07:00
|
|
|
|
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff');
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-family: 'Open Sans';
|
2013-03-11 20:12:55 -07:00
|
|
|
|
font-style: normal;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-weight: 800;
|
2013-12-15 11:29:34 -07:00
|
|
|
|
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/OpenSans-ExtraBold.woff) format('woff');
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-26 13:53:54 -07:00
|
|
|
|
* {
|
|
|
|
|
text-shadow: none!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
body {
|
|
|
|
|
overflow-y: scroll!important;
|
2013-12-03 21:18:50 -07:00
|
|
|
|
font-size: 13px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-11 23:05:51 -07:00
|
|
|
|
.textlink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.textlink:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-27 12:04:19 -07:00
|
|
|
|
* {
|
|
|
|
|
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
2013-11-30 23:25:19 -07:00
|
|
|
|
text-shadow: none;
|
2013-11-27 12:04:19 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-29 23:07:45 -07:00
|
|
|
|
.ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-mini .ui-btn-inner {
|
2013-11-30 23:25:19 -07:00
|
|
|
|
font-size: 13px;
|
2013-11-29 23:07:45 -07:00
|
|
|
|
}
|
2013-11-30 23:25:19 -07:00
|
|
|
|
|
2013-11-29 23:07:45 -07:00
|
|
|
|
.ui-li-desc {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
h1 {
|
2013-11-30 23:25:19 -07:00
|
|
|
|
font-weight: 300;
|
2013-12-01 19:24:14 -07:00
|
|
|
|
font-size: 2.22em;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolsSidebar h1 {
|
|
|
|
|
font-size: 42pt;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-loader h1 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-family: Arial;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-weight: 400;
|
2013-12-01 19:24:14 -07:00
|
|
|
|
font-size: 1.68em;
|
2013-04-09 09:42:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-28 11:27:29 -07:00
|
|
|
|
h1 a {
|
|
|
|
|
font-weight: 300!important;
|
2013-06-02 07:33:51 -07:00
|
|
|
|
text-decoration: none;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-01 13:17:40 -07:00
|
|
|
|
.libraryPage h1 a {
|
2013-06-03 19:02:49 -07:00
|
|
|
|
color: #fff!important;
|
2013-06-02 07:33:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-27 12:04:19 -07:00
|
|
|
|
h1 a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-interior h2 {
|
|
|
|
|
color: #1B58B8;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-26 15:53:06 -07:00
|
|
|
|
.hide {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/*
|
|
|
|
|
Page / Base styles
|
|
|
|
|
*/
|
|
|
|
|
.page {
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Header
|
|
|
|
|
*/
|
|
|
|
|
.header {
|
|
|
|
|
padding: 10px 0 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgLogoIcon {
|
|
|
|
|
height: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgLogoText {
|
|
|
|
|
height: 45px;
|
|
|
|
|
display: none;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-popup-container {
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButtons {
|
|
|
|
|
float: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .imageLink {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageLink + .imageLink {
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .imageLink img {
|
|
|
|
|
height: 32px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-19 19:45:04 -07:00
|
|
|
|
.imageLink.supporterIcon {
|
2013-03-27 15:13:46 -07:00
|
|
|
|
display: none;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnCurrentUser {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.currentUsername {
|
|
|
|
|
margin-right: 7px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #000;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 .imageLink {
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 .imageLink img {
|
2013-03-29 16:09:13 -07:00
|
|
|
|
height: 32px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageLink:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageTitle {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton[disabled], .imageButton[disabled]:hover {
|
|
|
|
|
opacity: .3!important;
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Forms
|
|
|
|
|
*/
|
|
|
|
|
form, .readOnlyContent {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fieldDescription {
|
2013-11-27 12:04:19 -07:00
|
|
|
|
font-size: 12px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
padding-left: 5px;
|
2013-11-30 23:25:19 -07:00
|
|
|
|
font-weight: normal;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-04 11:26:32 -07:00
|
|
|
|
.warningFieldDescription {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 1px solid #f4c63f;
|
|
|
|
|
background: #fadb4e;
|
|
|
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));
|
|
|
|
|
background-image: -webkit-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -moz-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -ms-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -o-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.ulForm {
|
|
|
|
|
margin-bottom: 20px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ulForm li:not(.ui-li-divider) {
|
|
|
|
|
background: none;
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup .ulForm {
|
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup .ui-content {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
|
|
|
|
z-index: 99996;
|
|
|
|
|
background: #262626;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-secondary h1 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20px 0 20px 30px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebarLinks a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 12px 15px 12px 30px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #fff!important;
|
|
|
|
|
text-shadow: none!important;
|
|
|
|
|
font-weight: normal!important;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebarLinks a:hover {
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
color: #000!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebarLinks a.selectedSidebarLink {
|
|
|
|
|
background: #2572EB!important;
|
|
|
|
|
color: #fff!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-16 14:55:50 -07:00
|
|
|
|
.invalidEntry {
|
|
|
|
|
background-color: lightpink!important;
|
|
|
|
|
}
|
2013-07-14 15:01:02 -07:00
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/* Tabs (e.g. advanced metadata page) */
|
|
|
|
|
.localnav {
|
|
|
|
|
margin-bottom: 40px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.localnav + form {
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page > .ui-content {
|
|
|
|
|
padding-bottom: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 650px) {
|
|
|
|
|
|
|
|
|
|
.imgLogoIcon {
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-19 19:45:04 -07:00
|
|
|
|
.imageLink.supporterIcon {
|
2013-03-27 15:13:46 -07:00
|
|
|
|
display: inline-block;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
2013-04-18 21:27:16 -07:00
|
|
|
|
padding-left: 15px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerButtons {
|
|
|
|
|
top: 20px;
|
|
|
|
|
right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-07 06:34:46 -07:00
|
|
|
|
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
2013-03-11 20:12:55 -07:00
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 45%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
|
width: 45%;
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 0 6% 3em 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary ul:first-child {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
|
2013-04-26 07:36:27 -07:00
|
|
|
|
.imgLogoText {
|
|
|
|
|
height: 50px;
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.content-secondary {
|
|
|
|
|
width: 34%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
|
width: 56%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1440px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
|
width: 65%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1920px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
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: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ulDirectoryPickerList a {
|
|
|
|
|
padding-top: .4em;
|
|
|
|
|
padding-bottom: .4em;
|
2013-05-19 16:59:30 -07:00
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lblDirectoryPickerPath {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.directoryPickerHeadline {
|
|
|
|
|
border: 1px solid #f7c942;
|
|
|
|
|
color: #222;
|
|
|
|
|
background: #fff9df;
|
|
|
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#fffadf),to(#fff3a5));
|
|
|
|
|
background-image: -webkit-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -moz-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -ms-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -o-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
padding: 1em;
|
|
|
|
|
border-radius: 5px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
List Vew Items
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.posterViewItem {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithDualText {
|
|
|
|
|
padding-bottom: 56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithNoText {
|
|
|
|
|
padding-bottom: 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem a {
|
|
|
|
|
color: white!important;
|
|
|
|
|
font-weight: normal!important;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 155px;
|
2013-04-08 14:54:51 -07:00
|
|
|
|
max-height: 110px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.premiumBanner img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-align: right;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemText {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-wrap: none;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin: 0;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding: 4px 5px 0;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background: #181818;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItemWithDualText .posterViewItemText {
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.posterViewItemPrimaryText {
|
|
|
|
|
bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-22 20:56:11 -07:00
|
|
|
|
.posterViewItem:hover, .userItem:hover, .tileItem:hover {
|
2013-03-11 20:12:55 -07:00
|
|
|
|
-moz-box-shadow: 0 0 20px 3px #2572EB;
|
|
|
|
|
-webkit-box-shadow: 0 0 20px 3px #2572EB;
|
|
|
|
|
box-shadow: 0 0 20px 3px #2572EB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 190px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 130px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
2013-04-01 11:55:56 -07:00
|
|
|
|
.posterViewItem {
|
2013-04-11 05:23:02 -07:00
|
|
|
|
font-size: 15px;
|
2013-04-01 11:55:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 270px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 160px;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1920px) {
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItemText {
|
|
|
|
|
height: 25px!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.posterViewItem {
|
2013-04-11 05:23:02 -07:00
|
|
|
|
font-size: 17px;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding-bottom: 29px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithDualText {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding-bottom: 60px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemPrimaryText {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
bottom: 30px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
max-width: 310px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 210px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Startup wizard */
|
|
|
|
|
.wizardPage {
|
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent {
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
padding: .5em 2em 1em;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardNavigation {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent form {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent p {
|
|
|
|
|
margin: 2em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent h2 img {
|
|
|
|
|
height: 35px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Dashboard home */
|
|
|
|
|
.tblConnections td {
|
|
|
|
|
padding: .5em 0 .5em 1.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblConnections td:first-child {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblConnections img {
|
2013-05-09 15:43:11 -07:00
|
|
|
|
height: 60px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clientNowPlayingImage {
|
2013-05-09 15:43:11 -07:00
|
|
|
|
border: 1px solid #aaa;
|
2013-05-09 10:38:02 -07:00
|
|
|
|
padding: 1px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
|
#footer {
|
2013-03-27 20:26:20 -07:00
|
|
|
|
background: #4C4C4C;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: -2px;
|
|
|
|
|
left: -2px;
|
|
|
|
|
right: -2px;
|
|
|
|
|
z-index: 99997;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footerNotification {
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
padding: .5em 1em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
border-top: 1px solid #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
2013-05-11 23:05:51 -07:00
|
|
|
|
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 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*/
|
|
|
|
|
|
2013-04-04 21:15:00 -07:00
|
|
|
|
.imgUserItemRating {
|
2013-11-29 09:58:24 -07:00
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
margin-right: .75em;
|
2013-03-29 07:12:14 -07:00
|
|
|
|
cursor: pointer;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
vertical-align: top;
|
2013-03-29 07:12:14 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.imgUserItemRating:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
2013-03-29 07:12:14 -07:00
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/* Now playing bar */
|
|
|
|
|
#nowPlayingBar {
|
2013-05-23 13:09:01 -07:00
|
|
|
|
padding: 6px .5em;
|
2013-03-27 20:26:20 -07:00
|
|
|
|
border-top: 2px solid #D7742B;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-16 14:55:50 -07:00
|
|
|
|
#nowPlayingBar .highPosition {
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
position: relative;
|
2013-07-17 09:52:12 -07:00
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 11:44:32 -07:00
|
|
|
|
#nowPlayingBar .highPosition:hover:not(.barBackground ) {
|
|
|
|
|
opacity: 0.9;
|
|
|
|
|
}
|
2013-05-23 13:09:01 -07:00
|
|
|
|
|
2013-07-16 14:55:50 -07:00
|
|
|
|
#nowPlayingBar .barBackground {
|
|
|
|
|
border-top: 2px solid #D7742B;
|
|
|
|
|
background: #4C4C4C;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin: -8px -0.5em !important;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2013-07-09 19:00:13 -07:00
|
|
|
|
|
2013-07-17 09:52:12 -07:00
|
|
|
|
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer):not(.barBackground ) {
|
2013-07-16 14:55:50 -07:00
|
|
|
|
margin: 0 1em;
|
2013-07-17 09:52:12 -07:00
|
|
|
|
position: relative;
|
2013-07-16 14:55:50 -07:00
|
|
|
|
}
|
2013-05-23 13:09:01 -07:00
|
|
|
|
|
2013-03-27 20:26:20 -07:00
|
|
|
|
.nowPlayingBarImage {
|
2013-05-24 18:51:17 -07:00
|
|
|
|
border: 1px solid #a7a7a7!important;
|
2013-03-27 20:26:20 -07:00
|
|
|
|
padding: 1px;
|
|
|
|
|
vertical-align: bottom;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaButton {
|
|
|
|
|
display: inline-block;
|
2013-05-23 13:09:01 -07:00
|
|
|
|
position: relative;
|
|
|
|
|
top: -4px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mediaElement {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
2013-04-01 18:44:26 -07:00
|
|
|
|
}
|
2013-04-03 15:45:04 -07:00
|
|
|
|
|
2013-05-23 13:09:01 -07:00
|
|
|
|
.nowPlayingMediaInfo div {
|
2013-03-27 19:01:26 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2013-03-29 07:12:14 -07:00
|
|
|
|
|
2013-05-23 13:09:01 -07:00
|
|
|
|
.nowPlayingMediaInfo a {
|
|
|
|
|
margin-right: .25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nowPlayingMediaInfo {
|
2013-03-29 07:12:14 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 18:51:17 -07:00
|
|
|
|
.nowPlayingText {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-27 21:27:15 -07:00
|
|
|
|
@media all and (min-width: 650px) {
|
2013-05-23 13:09:01 -07:00
|
|
|
|
.nowPlayingMediaInfo {
|
2013-03-29 07:12:14 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2013-03-27 21:27:15 -07:00
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
|
|
|
|
|
.mediaButton img {
|
2013-05-23 13:09:01 -07:00
|
|
|
|
height: 24px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 20:33:33 -07:00
|
|
|
|
.itemVideo {
|
2013-03-11 20:12:55 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 99998;
|
|
|
|
|
height: auto;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
width: 270px;
|
2013-05-24 19:45:12 -07:00
|
|
|
|
bottom: 45px;
|
2013-05-24 12:58:13 -07:00
|
|
|
|
left: -290px;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
border: 1px solid #666;
|
|
|
|
|
background: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fullscreenVideo {
|
|
|
|
|
position: fixed;
|
2013-07-17 09:52:12 -07:00
|
|
|
|
top: 0 !important;
|
|
|
|
|
bottom: 0 !important;
|
|
|
|
|
right: 0 !important;
|
|
|
|
|
left: 0 !important;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
width: 100%;
|
2013-05-23 21:02:42 -07:00
|
|
|
|
height: 100%;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
border: 0;
|
|
|
|
|
z-index: 99996;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
2013-03-27 15:13:46 -07:00
|
|
|
|
|
2013-05-23 13:09:01 -07:00
|
|
|
|
.currentTime {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -10px;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
width: 110px;
|
2013-05-24 13:31:01 -07:00
|
|
|
|
margin-right: .25em;
|
2013-05-23 13:09:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaSlider {
|
|
|
|
|
position: relative;
|
2013-05-23 15:39:51 -07:00
|
|
|
|
top: -10px;
|
2013-05-23 13:09:01 -07:00
|
|
|
|
width: 50px;
|
2013-07-17 09:52:12 -07:00
|
|
|
|
cursor: pointer;
|
2013-05-23 13:09:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 15:39:51 -07:00
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
|
/* IE10 won't see this (good) '*/
|
|
|
|
|
.mediaSlider {
|
2013-05-23 13:09:01 -07:00
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-apperance: none;
|
2013-05-23 15:39:51 -07:00
|
|
|
|
background: #777;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
height: 3px;
|
|
|
|
|
top: -17px;
|
2013-05-23 13:09:01 -07:00
|
|
|
|
}
|
2013-05-23 15:39:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mediaSlider::-webkit-slider-thumb {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-apperance: none;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-ms-border-radius: 10px;
|
|
|
|
|
-o-border-radius: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(0.49, #dddddd), color-stop(0.51, #d1d1d1), color-stop(1, #a1a1a1) );
|
|
|
|
|
}
|
2013-05-23 13:09:01 -07:00
|
|
|
|
|
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 130px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.volumeButton {
|
|
|
|
|
margin-right: .5em!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 15:39:51 -07:00
|
|
|
|
::-ms-thumb {
|
2013-05-23 20:33:33 -07:00
|
|
|
|
background-image: linear-gradient(#fefefe,#dddddd);
|
|
|
|
|
width: 15px;
|
2013-05-23 15:39:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-ms-track {
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
2013-05-23 20:33:33 -07:00
|
|
|
|
color: #777;
|
2013-05-23 15:39:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 20:33:33 -07:00
|
|
|
|
input[type="range"]::-ms-fill-lower {
|
|
|
|
|
background-color: #777;
|
2013-05-23 15:39:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 20:33:33 -07:00
|
|
|
|
input[type="range"]::-ms-fill-upper {
|
|
|
|
|
background-color: #777;
|
|
|
|
|
}
|
2013-03-28 19:56:56 -07:00
|
|
|
|
|
2013-05-23 20:33:33 -07:00
|
|
|
|
::-ms-tooltip {
|
|
|
|
|
display: none; /* display and visibility only */
|
2013-03-28 19:56:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 23:17:14 -07:00
|
|
|
|
.userProfileIcon {
|
2013-04-09 09:42:55 -07:00
|
|
|
|
width: 36px;
|
2013-04-03 23:17:14 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-05-24 18:51:17 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
2013-07-17 11:44:32 -07:00
|
|
|
|
.volumeButton, .volumeSlider, .nowPlayingText, .chaptersButton, .audioTracksButton {
|
2013-05-24 08:19:32 -07:00
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 11:44:32 -07:00
|
|
|
|
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer):not(.barBackground ) {
|
|
|
|
|
margin: 0 .5em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 08:19:32 -07:00
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
2013-07-17 11:44:32 -07:00
|
|
|
|
left: -250px;
|
2013-05-24 08:19:32 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 750px) {
|
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
2013-05-24 13:31:01 -07:00
|
|
|
|
}
|
2013-05-24 18:56:33 -07:00
|
|
|
|
|
2013-05-25 17:53:51 -07:00
|
|
|
|
.mediaFlyoutContainer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaPlayerFlyout {
|
|
|
|
|
width: 200px;
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #999;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
bottom: 55px;
|
|
|
|
|
margin-left: -50px;
|
2013-05-25 18:53:34 -07:00
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-25 21:52:14 -07:00
|
|
|
|
.audioTracksFlyout {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-25 18:53:34 -07:00
|
|
|
|
.mediaFlyoutOption {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOption:hover, .mediaFlyoutOption:focus {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectedMediaFlyoutOption {
|
2013-05-26 12:58:37 -07:00
|
|
|
|
background-color: #d9F4FF;
|
|
|
|
|
background-image: url(images/media/selected.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: right top;
|
|
|
|
|
background-size: 16px 16px;
|
2013-05-25 18:53:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionImage {
|
|
|
|
|
display: inline-block;
|
2013-05-25 21:52:14 -07:00
|
|
|
|
width: 15%;
|
2013-05-25 18:53:34 -07:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionImage + .mediaFlyoutOptionContent {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
2013-05-25 21:52:14 -07:00
|
|
|
|
width: 85%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout .mediaFlyoutOptionImage {
|
|
|
|
|
width: 40%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout .mediaFlyoutOptionImage + .mediaFlyoutOptionContent {
|
2013-05-25 18:53:34 -07:00
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionName {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionSecondaryText {
|
2013-11-28 11:27:29 -07:00
|
|
|
|
font-size: 12px;
|
2013-05-25 18:53:34 -07:00
|
|
|
|
color: #999;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 5px;
|
2013-05-25 17:53:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-16 14:55:50 -07:00
|
|
|
|
@media (min-width: 750px) {
|
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 18:56:33 -07:00
|
|
|
|
@media (min-width: 1200px) {
|
2013-06-16 09:25:40 -07:00
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
2013-06-14 05:42:43 -07:00
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1440px) {
|
2013-06-16 09:25:40 -07:00
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
2013-06-14 05:42:43 -07:00
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
2013-07-16 14:55:50 -07:00
|
|
|
|
|
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemVideo {
|
|
|
|
|
left: -560px;
|
|
|
|
|
}
|
2013-05-24 20:27:22 -07:00
|
|
|
|
}
|
2013-06-08 20:04:41 -07:00
|
|
|
|
|
2013-11-29 09:58:24 -07:00
|
|
|
|
@media (min-width: 1700px) {
|
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
|
|
|
|
width: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemVideo {
|
|
|
|
|
left: -660px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 2400px) {
|
|
|
|
|
.itemVideo:not(.fullscreenVideo) {
|
|
|
|
|
width: 550px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.positionSlider {
|
|
|
|
|
width: 550px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemVideo {
|
|
|
|
|
left: -710px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-08 20:04:41 -07:00
|
|
|
|
#editItemMetadataPage #txtOverview {
|
|
|
|
|
height: 70px;
|
2013-06-14 05:42:43 -07:00
|
|
|
|
}
|
2013-06-14 22:30:48 -07:00
|
|
|
|
|
|
|
|
|
#editItemMetadataPage #providerSettingsContainer .ui-slider-switch {
|
|
|
|
|
width: 8em;
|
2013-06-16 09:25:40 -07:00
|
|
|
|
}
|