2013-04-01 20:28:20 -07:00
|
|
|
|
/* Fixes the issue of jqm panels altering the page background. */
|
|
|
|
|
.ui-panel-content-wrap {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
background: none !important;
|
2013-04-01 20:28:20 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-24 11:37:29 -07:00
|
|
|
|
.ui-panel fieldset + fieldset {
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-17 11:24:27 -07:00
|
|
|
|
.headerArrowImage {
|
2014-03-09 15:14:44 -07:00
|
|
|
|
height: 20px;
|
2013-10-17 11:24:27 -07:00
|
|
|
|
margin-left: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 09:20:54 -07:00
|
|
|
|
.background-theme-b {
|
|
|
|
|
background-color: #242424;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 09:20:54 -07:00
|
|
|
|
.ui-page-theme-b {
|
|
|
|
|
color: #fff;
|
2014-08-16 22:38:13 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 09:20:54 -07:00
|
|
|
|
.pageWithAbsoluteTabs {
|
|
|
|
|
background-color: transparent !important;
|
2015-07-06 07:20:23 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 09:20:54 -07:00
|
|
|
|
.backdropContainer .pageBackground {
|
|
|
|
|
background-color: rgba(20, 20,20, .92);
|
2015-07-01 08:47:41 -07:00
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2015-09-05 09:58:27 -07:00
|
|
|
|
z-index: -1;
|
2015-07-01 08:47:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageWithAbsoluteTabs neon-animatable {
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-10 22:11:53 -07:00
|
|
|
|
.backdropContainer {
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-size: cover;
|
2015-06-20 17:49:42 -07:00
|
|
|
|
background-attachment: fixed;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-13 22:36:36 -07:00
|
|
|
|
.libraryPage .header {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 21:22:40 -07:00
|
|
|
|
.libraryPage > .ui-content {
|
2013-12-27 19:46:32 -07:00
|
|
|
|
padding-top: 10px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-07-01 22:08:05 -07:00
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.libraryPage > .ui-content {
|
2015-02-02 21:54:52 -07:00
|
|
|
|
padding-left: .5em !important;
|
|
|
|
|
padding-right: .5em !important;
|
2014-08-05 19:26:12 -07:00
|
|
|
|
}
|
2015-07-01 22:08:05 -07:00
|
|
|
|
|
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent {
|
2015-07-16 16:55:16 -07:00
|
|
|
|
padding-left: .25em !important;
|
|
|
|
|
padding-right: .25em !important;
|
2015-07-01 22:08:05 -07:00
|
|
|
|
}
|
2013-12-17 13:02:12 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-24 12:22:07 -07:00
|
|
|
|
.libraryPage .currentUsername {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.listHeader {
|
2015-06-15 21:52:01 -07:00
|
|
|
|
margin: .25em 0;
|
2014-08-02 19:16:37 -07:00
|
|
|
|
padding-left: 2px;
|
2015-07-12 12:33:00 -07:00
|
|
|
|
line-height: 1.25em;
|
|
|
|
|
line-height: initial;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
2014-06-23 09:05:19 -07:00
|
|
|
|
|
2015-06-15 21:52:01 -07:00
|
|
|
|
.listHeader + paper-button {
|
|
|
|
|
margin-left: 2em;
|
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2015-08-02 16:47:31 -07:00
|
|
|
|
.ehsContent, .ehsContent .pageTabContent {
|
2014-05-10 10:28:03 -07:00
|
|
|
|
margin: 0 auto;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-15 21:52:01 -07:00
|
|
|
|
.homePageSection {
|
2015-06-17 08:39:46 -07:00
|
|
|
|
margin-top: 20px;
|
2015-06-15 21:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 18:41:22 -07:00
|
|
|
|
.homePageSection + .homePageSection {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
2014-05-21 20:35:18 -07:00
|
|
|
|
|
2014-06-23 09:05:19 -07:00
|
|
|
|
.sectionHeaderButton {
|
|
|
|
|
vertical-align: middle;
|
2014-10-30 21:57:24 -07:00
|
|
|
|
margin: 0 0 .25em 1.5em;
|
2014-06-23 09:05:19 -07:00
|
|
|
|
position: relative;
|
|
|
|
|
top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
.viewPanelTabs {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 19:31:08 -07:00
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.hiddenSectionOnMobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-06 22:12:13 -07:00
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.hiddenSectionOnNonMobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-06 17:16:16 -07:00
|
|
|
|
@media all and (min-width: 500px) {
|
2014-11-04 05:41:12 -07:00
|
|
|
|
|
2015-08-02 16:47:31 -07:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-04-17 23:15:31 -07:00
|
|
|
|
width: 98%;
|
2015-08-02 16:47:31 -07:00
|
|
|
|
margin: 0 auto;
|
2014-11-04 05:41:12 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-06 00:06:09 -07:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2014-11-18 19:45:12 -07:00
|
|
|
|
|
2015-01-22 23:15:15 -07:00
|
|
|
|
.paddedItemsContainer {
|
2014-11-26 12:29:49 -07:00
|
|
|
|
padding: 0 .8em;
|
2014-11-18 19:45:12 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 19:31:08 -07:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2014-05-13 17:46:45 -07:00
|
|
|
|
|
2015-08-02 16:47:31 -07:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-08-09 09:35:27 -07:00
|
|
|
|
width: 95%;
|
2014-08-10 15:13:17 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-29 21:47:30 -07:00
|
|
|
|
@media all and (min-width: 1920px) {
|
2014-08-10 15:13:17 -07:00
|
|
|
|
|
2015-08-02 16:47:31 -07:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-08-09 09:35:27 -07:00
|
|
|
|
width: 95%;
|
2014-07-13 14:03:57 -07:00
|
|
|
|
}
|
2014-07-12 12:05:35 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-24 08:48:06 -07:00
|
|
|
|
.detailPageContent, .detailPageContent > table {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border-collapse: collapse;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-01 20:28:20 -07:00
|
|
|
|
.viewSettings {
|
2013-10-17 09:24:35 -07:00
|
|
|
|
margin: 0 0 .25em;
|
2014-05-06 19:28:19 -07:00
|
|
|
|
text-align: center;
|
2013-04-01 20:28:20 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-08 14:05:00 -07:00
|
|
|
|
.listPaging {
|
|
|
|
|
text-align: center;
|
2015-08-25 19:13:28 -07:00
|
|
|
|
margin: .5em 0 .5em;
|
2013-04-08 14:05:00 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-25 19:13:28 -07:00
|
|
|
|
.listPaging paper-fab {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-17 07:48:16 -07:00
|
|
|
|
.viewControls + .listTopPaging {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
margin-left: .5em !important;
|
2014-03-17 07:48:16 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-27 15:52:41 -07:00
|
|
|
|
.labelPageSize {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
margin-left: 1em !important;
|
2014-01-22 13:46:01 -07:00
|
|
|
|
display: inline !important;
|
2013-04-27 15:52:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-22 13:46:01 -07:00
|
|
|
|
.pageSizeContainer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2013-12-30 20:43:30 -07:00
|
|
|
|
|
|
|
|
|
@media all and (max-width: 650px) {
|
2014-01-22 13:46:01 -07:00
|
|
|
|
.pageSizeContainer {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
display: none !important;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
2013-04-27 15:52:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-04 11:21:29 -07:00
|
|
|
|
.galleryImageContainer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.galleryImageContainer:hover {
|
2014-07-10 21:27:46 -07:00
|
|
|
|
-moz-box-shadow: 0 0 0 5px #38c;
|
|
|
|
|
-webkit-box-shadow: 0 0 0 5px #38c;
|
|
|
|
|
box-shadow: 0 0 0 5px #38c;
|
2013-05-04 11:21:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.galleryImage {
|
2013-05-31 18:48:41 -07:00
|
|
|
|
max-height: 300px;
|
2013-05-15 21:16:26 -07:00
|
|
|
|
max-width: 300px;
|
2013-05-04 11:21:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 10:27:05 -07:00
|
|
|
|
.storeStarRating {
|
2013-11-14 15:22:46 -07:00
|
|
|
|
background-image: url(data:image/png;base64,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
|
2013-11-07 10:27:05 -07:00
|
|
|
|
background-position: left center;
|
|
|
|
|
background-repeat: no-repeat;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
width: 14px;
|
|
|
|
|
height: 11.7px;
|
2013-11-07 10:27:05 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
background-size: cover;
|
2014-05-02 21:20:04 -07:00
|
|
|
|
vertical-align: top;
|
2013-11-07 10:27:05 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-05 20:58:45 -07:00
|
|
|
|
.starRating {
|
2014-01-12 14:32:13 -07:00
|
|
|
|
background-image: url(data:image/png;base64,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
|
|
|
|
|
background-position: left center;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
background-repeat: no-repeat;
|
2014-01-12 14:32:13 -07:00
|
|
|
|
width: 20px;
|
|
|
|
|
height: 17px;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
background-size: cover;
|
2015-01-03 12:38:22 -07:00
|
|
|
|
vertical-align: middle;
|
2014-01-12 14:32:13 -07:00
|
|
|
|
position: relative;
|
2014-01-15 08:18:31 -07:00
|
|
|
|
top: -1px;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.halfStarRating {
|
2014-01-12 14:32:13 -07:00
|
|
|
|
background-position: center center;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.emptyStarRating {
|
2014-01-12 14:32:13 -07:00
|
|
|
|
background-position: right center;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 22:01:58 -07:00
|
|
|
|
.starRatingValue {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 1px;
|
|
|
|
|
position: relative;
|
2014-01-15 08:18:31 -07:00
|
|
|
|
top: -1px;
|
2015-01-03 12:38:22 -07:00
|
|
|
|
vertical-align: middle;
|
2014-01-14 22:01:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-05 20:58:45 -07:00
|
|
|
|
.rottentomatoesicon {
|
|
|
|
|
display: inline-block;
|
2014-01-12 14:32:13 -07:00
|
|
|
|
width: 17px;
|
|
|
|
|
height: 17px;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: left center;
|
|
|
|
|
background-repeat: no-repeat;
|
2015-01-03 12:38:22 -07:00
|
|
|
|
vertical-align: middle;
|
2014-01-12 14:32:13 -07:00
|
|
|
|
position: relative;
|
2014-01-15 08:18:31 -07:00
|
|
|
|
top: -1px;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 22:01:58 -07:00
|
|
|
|
.starRatingValue + .rottentomatoesicon {
|
2013-07-05 17:19:44 -07:00
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-05 20:58:45 -07:00
|
|
|
|
.fresh {
|
|
|
|
|
background-image: url(images/fresh.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotten {
|
|
|
|
|
background-image: url(images/rotten.png);
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 22:01:58 -07:00
|
|
|
|
.metascore {
|
|
|
|
|
font-family: Arial;
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
text-align: center;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
padding: 1px 6px 0;
|
2014-01-15 15:19:45 -07:00
|
|
|
|
border-radius: 2px;
|
2014-01-14 22:01:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metascorehigh {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
background-color: rgba(102, 204, 51, .7);
|
2014-01-14 22:01:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metascoremid {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
background-color: rgba(255, 204, 51, .7);
|
2014-01-14 22:01:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metascorelow {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
background-color: rgba(240, 0, 0, .7);
|
2014-01-14 22:01:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.criticRating + .metascore, .starRatingValue + .metascore {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 10:01:41 -07:00
|
|
|
|
.criticReview {
|
|
|
|
|
margin: 1.5em 0;
|
|
|
|
|
background: #222;
|
|
|
|
|
padding: .8em .8em .8em 55px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.criticReview:first-child {
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.criticReview img {
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-05 20:58:45 -07:00
|
|
|
|
.criticRating {
|
|
|
|
|
display: inline-block;
|
2014-01-14 22:01:58 -07:00
|
|
|
|
margin-left: 1px;
|
|
|
|
|
position: relative;
|
2014-01-15 08:18:31 -07:00
|
|
|
|
top: -1px;
|
2015-01-03 12:38:22 -07:00
|
|
|
|
vertical-align: middle;
|
2013-05-05 20:58:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-05 21:50:40 -07:00
|
|
|
|
.criticRatingSummary {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
color: #506A16 !important;
|
2013-07-17 10:01:41 -07:00
|
|
|
|
background-color: #F2F0C4;
|
|
|
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#FFE37C),to(#F2F0C4));
|
|
|
|
|
background-image: -webkit-linear-gradient(top,#FFE37C,#F2F0C4);
|
|
|
|
|
background-image: -moz-linear-gradient(top,#FFE37C,#F2F0C4);
|
|
|
|
|
background-image: -ms-linear-gradient(top,#FFE37C,#F2F0C4);
|
|
|
|
|
background-image: -o-linear-gradient(top,#FFE37C,#F2F0C4);
|
|
|
|
|
background-image: linear-gradient(top,#FFE37C,#F2F0C4);
|
2013-05-05 21:50:40 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.criticRatingScore {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 18px;
|
2013-05-15 20:39:15 -07:00
|
|
|
|
margin-bottom: .5em;
|
2013-05-05 21:50:40 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-06 20:00:24 -07:00
|
|
|
|
.itemTag {
|
|
|
|
|
display: inline-block;
|
2014-01-19 11:08:17 -07:00
|
|
|
|
background-color: #181818;
|
2013-05-06 20:00:24 -07:00
|
|
|
|
border-radius: 4px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
padding: 5px 7px;
|
2013-05-07 06:06:01 -07:00
|
|
|
|
margin: 0 5px 5px 0;
|
2014-07-18 12:07:28 -07:00
|
|
|
|
color: #fff !important;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
text-decoration: none;
|
2014-07-18 12:07:28 -07:00
|
|
|
|
font-weight: normal !important;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.itemTag:hover {
|
|
|
|
|
background-color: #2489ce;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemLinks {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
2013-05-06 20:00:24 -07:00
|
|
|
|
}
|
2013-05-05 21:50:40 -07:00
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.itemLinks p {
|
|
|
|
|
margin: .5em 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-11 23:05:51 -07:00
|
|
|
|
.reviewerName {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewLink {
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewDate {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewScore {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: .8em;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-01 22:36:27 -07:00
|
|
|
|
span.itemCommunityRating:not(:empty) + .userDataIcons {
|
2014-01-14 22:01:58 -07:00
|
|
|
|
margin-left: 1.25em;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 23:12:58 -07:00
|
|
|
|
.userDataIcons paper-fab {
|
|
|
|
|
background: #444;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.itemBackdrop {
|
|
|
|
|
background-size: cover;
|
2014-07-29 20:31:35 -07:00
|
|
|
|
background-position: center 15%;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
background-repeat: no-repeat;
|
2015-08-21 10:45:56 -07:00
|
|
|
|
height: 640px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-24 11:22:44 -07:00
|
|
|
|
.smallBackdrop {
|
|
|
|
|
height: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 10:54:29 -07:00
|
|
|
|
.noSecondaryNavPage .itemBackdrop {
|
|
|
|
|
margin-top: -50px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.noBackdrop {
|
|
|
|
|
height: 170px;
|
|
|
|
|
background: #181818;
|
2015-08-18 10:54:29 -07:00
|
|
|
|
margin-top: 0 !important;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-30 10:26:30 -07:00
|
|
|
|
.backdropPage .noBackdrop {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.itemBackdropContent {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background-color: rgba(0,0,0,0.7);
|
2015-08-17 21:22:45 -07:00
|
|
|
|
min-height: 120px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.noBackdrop .itemBackdropContent {
|
|
|
|
|
background-color: transparent;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailNameContainer {
|
2015-09-01 19:56:19 -07:00
|
|
|
|
margin-top: -120px;
|
|
|
|
|
height: 110px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-02-07 14:03:09 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.desktopMiscInfoContainer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
}
|
2015-02-07 14:03:09 -07:00
|
|
|
|
|
2013-05-19 10:35:00 -07:00
|
|
|
|
.lnkSibling {
|
2015-06-05 07:27:01 -07:00
|
|
|
|
position: absolute;
|
2015-08-18 10:54:29 -07:00
|
|
|
|
bottom: 0;
|
2013-05-19 10:35:00 -07:00
|
|
|
|
text-decoration: none;
|
2014-07-18 12:07:28 -07:00
|
|
|
|
font-weight: normal !important;
|
2013-05-19 10:35:00 -07:00
|
|
|
|
display: none;
|
2013-05-19 11:44:51 -07:00
|
|
|
|
background-color: rgba(0,0,0,0.6);
|
2014-07-18 12:07:28 -07:00
|
|
|
|
color: #ddd !important;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 0;
|
2013-05-19 10:35:00 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lnkSibling:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 21:54:52 -07:00
|
|
|
|
.lnkSibling:not(.hide) {
|
|
|
|
|
display: block;
|
2014-01-24 11:09:50 -07:00
|
|
|
|
}
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-19 19:22:47 -07:00
|
|
|
|
.detailUserDataIcons {
|
2015-08-24 11:22:44 -07:00
|
|
|
|
display: inline-block;
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 21:06:49 -07:00
|
|
|
|
@media all and (min-width: 540px) {
|
2015-08-19 19:22:47 -07:00
|
|
|
|
|
|
|
|
|
.detailUserDataIcons {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 10:54:29 -07:00
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.lnkSibling {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-05-19 10:35:00 -07:00
|
|
|
|
|
|
|
|
|
.lnkPreviousItem {
|
2014-05-10 10:28:03 -07:00
|
|
|
|
left: 10px;
|
2013-05-19 10:35:00 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lnkNextItem {
|
2015-06-19 11:34:21 -07:00
|
|
|
|
right: 10px;
|
2013-05-19 10:35:00 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 21:54:52 -07:00
|
|
|
|
.detailImageContainer {
|
2015-08-17 21:22:45 -07:00
|
|
|
|
float: left;
|
|
|
|
|
margin-top: -140px;
|
2015-02-07 14:03:09 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.itemDetailImage {
|
|
|
|
|
-moz-box-shadow: 0px 0 20px #000;
|
|
|
|
|
-webkit-box-shadow: 0px 0 20px #000;
|
|
|
|
|
box-shadow: 0px 0 20px #000;
|
|
|
|
|
border: solid 1px #222;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailImageContainer img {
|
|
|
|
|
max-width: 280px;
|
|
|
|
|
max-height: 300px;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.squareDetailImageContainer {
|
|
|
|
|
margin-top: -150px;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.thumbDetailImageContainer {
|
|
|
|
|
margin-top: -130px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-04 21:01:22 -07:00
|
|
|
|
.itemDetailGalleryLink img:hover {
|
2014-02-12 22:11:54 -07:00
|
|
|
|
-moz-box-shadow: 0 0 20px 3px #38c;
|
|
|
|
|
-webkit-box-shadow: 0 0 20px 3px #38c;
|
|
|
|
|
box-shadow: 0 0 20px 3px #38c;
|
2013-06-04 21:01:22 -07:00
|
|
|
|
}
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: .75em 0 0 1.5em;
|
2015-08-29 17:40:52 -07:00
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
2015-09-05 09:58:27 -07:00
|
|
|
|
width: 74%;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.parentName {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: .5em;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailButtonsContainer {
|
|
|
|
|
font-size: 90%;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailFloatingButton {
|
|
|
|
|
width: 56px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
top: -28px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 25%;
|
|
|
|
|
background-color: #52B54B !important;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.btnFloatingRecord {
|
|
|
|
|
background-color: #cc3333 !important;
|
2014-08-16 22:38:13 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailFloatingButton iron-icon {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
2015-02-07 14:03:09 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 21:08:03 -07:00
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
2015-08-29 17:40:52 -07:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 64%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 72%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 21:08:03 -07:00
|
|
|
|
.detailImageContainer img {
|
|
|
|
|
max-width: 240px;
|
|
|
|
|
}
|
2015-08-29 17:40:52 -07:00
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer img {
|
|
|
|
|
max-width: 180px;
|
|
|
|
|
}
|
2015-08-18 21:08:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
@media all and (max-width: 800px) {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.parentName {
|
|
|
|
|
margin-bottom: 1em;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
padding-top: 2.5em;
|
|
|
|
|
padding-left: 1em;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailNameContainer {
|
2015-09-01 19:56:19 -07:00
|
|
|
|
margin-top: auto;
|
|
|
|
|
height: auto;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.itemBackdropContent {
|
|
|
|
|
min-height: 0;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailFloatingButton {
|
|
|
|
|
right: 15px;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-01 12:18:25 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
@media all and (max-width: 400px) {
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 60%;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
2015-09-01 12:18:25 -07:00
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-19 19:22:47 -07:00
|
|
|
|
@media all and (min-width: 500px) {
|
2015-02-03 11:14:53 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.mobileDetails {
|
|
|
|
|
display: none;
|
2015-02-02 23:57:45 -07:00
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-19 19:22:47 -07:00
|
|
|
|
@media all and (max-width: 500px) {
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.desktopDetails {
|
|
|
|
|
display: none;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-28 11:27:29 -07:00
|
|
|
|
.inlineItemName {
|
2015-08-17 21:22:45 -07:00
|
|
|
|
font-size: 30px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-01 13:17:40 -07:00
|
|
|
|
.itemName + .itemMiscInfo {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2014-08-16 22:38:13 -07:00
|
|
|
|
.empty {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.darkScrollbars ::-webkit-scrollbar {
|
2015-06-21 14:31:21 -07:00
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.darkScrollbars ::-webkit-scrollbar-button:start:decrement,
|
|
|
|
|
.darkScrollbars ::-webkit-scrollbar-button:end:increment {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.darkScrollbars ::-webkit-scrollbar-track-piece {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
background-color: #3b3b3b;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.darkScrollbars ::-webkit-scrollbar-thumb:vertical, .darkScrollbars ::-webkit-scrollbar-thumb:horizontal {
|
2014-01-06 06:33:14 -07:00
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
|
background: #888 no-repeat center;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 20:39:15 -07:00
|
|
|
|
.detailSection {
|
|
|
|
|
vertical-align: top;
|
2015-05-10 06:06:12 -07:00
|
|
|
|
margin-bottom: 3em;
|
2013-05-15 20:39:15 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-28 17:49:25 -07:00
|
|
|
|
.detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
|
|
|
|
|
margin-top: -2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailPageCollabsible {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-28 21:06:30 -07:00
|
|
|
|
.detailPageCollabsible .ui-collapsible-heading a {
|
|
|
|
|
background-color: #141414 !important;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400 !important;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding-top: .75em;
|
|
|
|
|
padding-bottom: .75em;
|
|
|
|
|
}
|
2014-08-28 17:49:25 -07:00
|
|
|
|
|
2015-07-29 10:16:00 -07:00
|
|
|
|
.detailSection h1 {
|
|
|
|
|
margin-bottom: .25em;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.detailSectionHeader {
|
2014-01-18 23:36:21 -07:00
|
|
|
|
background-clip: border-box;
|
2014-07-10 21:27:46 -07:00
|
|
|
|
padding: .75em 0 .75em 1em;
|
2014-01-18 23:36:21 -07:00
|
|
|
|
border-radius: 4px;
|
2013-05-15 15:55:24 -07:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2014-07-10 21:27:46 -07:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-17 22:45:10 -07:00
|
|
|
|
.detailSectionHeader, .detailSectionHeader h3 {
|
2015-04-25 20:25:07 -07:00
|
|
|
|
font-size: 17px;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-page-theme-a .detailSectionHeader {
|
2015-03-07 15:43:53 -07:00
|
|
|
|
background-color: transparent;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
border: 1px solid #ddd;
|
2015-03-07 15:43:53 -07:00
|
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
padding: 0 0 .25em .25em;
|
|
|
|
|
margin-bottom: .5em;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 {
|
2015-03-07 21:44:31 -07:00
|
|
|
|
font-size: 20px;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-page-theme-b .detailSectionHeader {
|
|
|
|
|
background-color: #141414;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-10 21:27:46 -07:00
|
|
|
|
.detailSectionHeaderButton {
|
2015-08-19 10:58:41 -07:00
|
|
|
|
margin-left: 1em;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 08:55:22 -07:00
|
|
|
|
.lblDetailTab {
|
2015-05-29 16:51:33 -07:00
|
|
|
|
border-color: #212121 !important;
|
2014-03-20 08:55:22 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-22 12:49:12 -07:00
|
|
|
|
.editMetadataForm {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 14:10:06 -07:00
|
|
|
|
.libraryPanelHeader {
|
2014-05-09 12:43:06 -07:00
|
|
|
|
margin: 5px 0 15px 0;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
font-size: 15px;
|
2015-03-21 11:12:12 -07:00
|
|
|
|
font-family: Montserrat;
|
2013-12-27 14:10:06 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPanelHeader a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPanelHeader img {
|
|
|
|
|
height: 24px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPanelHeader span {
|
|
|
|
|
color: #fff;
|
|
|
|
|
vertical-align: middle;
|
2015-06-15 21:52:01 -07:00
|
|
|
|
font-weight: 400;
|
2013-12-27 14:10:06 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-29 21:35:27 -07:00
|
|
|
|
.detailImageProgressContainer {
|
|
|
|
|
position: absolute;
|
2015-03-16 13:03:48 -07:00
|
|
|
|
bottom: 2px;
|
2013-12-29 21:35:27 -07:00
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-30 20:43:30 -07:00
|
|
|
|
.detailImageProgressContainer progress {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
2014-05-09 12:43:06 -07:00
|
|
|
|
height: 6px;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
2013-12-29 21:35:27 -07:00
|
|
|
|
|
2014-03-13 19:05:33 -07:00
|
|
|
|
.viewControls, .listTopPaging {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-18 15:48:19 -07:00
|
|
|
|
@media all and (min-width: 600px) {
|
|
|
|
|
.inlineDetailSection:not(.hide) {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
2013-05-22 12:49:12 -07:00
|
|
|
|
|
|
|
|
|
.editMetadataForm .ui-field-contain {
|
|
|
|
|
margin: .25em 0;
|
|
|
|
|
}
|
2013-05-18 15:48:19 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
@media all and (max-height: 900px), (max-width: 800px) {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2015-04-25 20:25:07 -07:00
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 550px;
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 800px), (max-width: 700px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 450px;
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 700px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 350px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 540px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 290px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 540px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 250px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 460px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 200px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 300px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 150px;
|
2013-12-27 10:12:23 -07:00
|
|
|
|
}
|
2015-08-24 11:22:44 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
@media all and (max-height: 250px) {
|
2013-12-27 10:12:23 -07:00
|
|
|
|
|
2015-02-02 21:54:52 -07:00
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-18 21:08:03 -07:00
|
|
|
|
height: 120px;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
|
|
|
|
.detailImageContainer {
|
|
|
|
|
padding-left: 15px;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
2015-04-25 20:25:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.editorMenuLink {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-12-21 11:37:34 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.noBackdrop {
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailImageContainer {
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.squareDetailImageContainer {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbDetailImageContainer {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-01 20:02:44 -07:00
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.detailImageContainer img {
|
2015-09-01 20:02:44 -07:00
|
|
|
|
max-width: 140px;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inlineItemName {
|
2015-08-18 08:25:57 -07:00
|
|
|
|
font-size: 22px;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 21:54:52 -07:00
|
|
|
|
.primaryDetailPageContent p {
|
|
|
|
|
margin: 1em 0 !important;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
2014-03-13 19:05:33 -07:00
|
|
|
|
|
2015-02-02 21:54:52 -07:00
|
|
|
|
.backdropDetailPageContent {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2014-03-19 10:44:55 -07:00
|
|
|
|
|
2015-08-17 21:22:45 -07:00
|
|
|
|
.thumbDetailImageContainer img {
|
|
|
|
|
max-width: 180px;
|
2014-03-19 10:44:55 -07:00
|
|
|
|
}
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
2015-08-18 21:08:03 -07:00
|
|
|
|
|
2015-08-19 19:22:47 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
2015-09-01 20:02:44 -07:00
|
|
|
|
.primaryDetailsContainer {
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-01 20:02:44 -07:00
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 65%;
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.detailImageContainer img {
|
|
|
|
|
max-width: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbDetailImageContainer img {
|
|
|
|
|
max-width: 180px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-06 13:44:14 -07:00
|
|
|
|
@media all and (min-width: 750px) {
|
2013-05-14 21:05:52 -07:00
|
|
|
|
.detailPageContent {
|
2015-08-19 04:56:03 -07:00
|
|
|
|
max-width: 950px;
|
2013-05-04 11:21:29 -07:00
|
|
|
|
}
|
2013-04-06 13:44:14 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-17 20:53:19 -07:00
|
|
|
|
.detailPageParentLink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailPageParentLink:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-10 22:27:27 -07:00
|
|
|
|
.itemMiscInfo {
|
2013-04-18 19:52:22 -07:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2013-04-10 22:27:27 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-06 20:25:23 -07:00
|
|
|
|
.mediaInfoContent {
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-09 11:38:58 -07:00
|
|
|
|
.mediaInfoStream {
|
2014-03-20 20:31:40 -07:00
|
|
|
|
margin: 1em 3em 1em 0;
|
2014-03-20 08:55:22 -07:00
|
|
|
|
display: inline-block;
|
2013-05-15 20:39:15 -07:00
|
|
|
|
color: #bbb;
|
2014-03-20 08:55:22 -07:00
|
|
|
|
vertical-align: top;
|
2013-04-09 11:38:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoStreamType {
|
2014-03-20 08:55:22 -07:00
|
|
|
|
display: block;
|
2013-05-15 20:39:15 -07:00
|
|
|
|
color: #fff;
|
2015-02-06 20:25:23 -07:00
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
font-size: 16px;
|
2013-05-15 20:39:15 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoAttribute {
|
|
|
|
|
color: #fff;
|
2014-03-20 21:26:00 -07:00
|
|
|
|
display: inline-block;
|
2013-04-09 11:38:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoLabel {
|
2014-03-20 08:55:22 -07:00
|
|
|
|
color: #aaa;
|
|
|
|
|
margin-right: 1em;
|
2014-03-20 21:26:00 -07:00
|
|
|
|
display: inline-block;
|
2013-04-09 11:38:58 -07:00
|
|
|
|
}
|
2013-04-09 21:38:04 -07:00
|
|
|
|
|
|
|
|
|
.posterRibbon {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2014-01-03 13:32:27 -07:00
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
2013-04-09 21:38:04 -07:00
|
|
|
|
text-align: center;
|
2014-01-03 13:32:27 -07:00
|
|
|
|
padding: 5px 6px;
|
|
|
|
|
border-radius: 10px;
|
2013-04-10 22:27:27 -07:00
|
|
|
|
color: #fff;
|
2013-10-03 08:51:05 -07:00
|
|
|
|
background: rgb(0, 143, 187);
|
|
|
|
|
background: rgba(0, 143, 187, .8);
|
2015-04-19 08:54:20 -07:00
|
|
|
|
line-height: initial;
|
2013-04-09 21:38:04 -07:00
|
|
|
|
}
|
2013-04-10 06:53:44 -07:00
|
|
|
|
|
2013-07-05 09:17:32 -07:00
|
|
|
|
.offlinePosterRibbon {
|
2014-01-03 13:32:27 -07:00
|
|
|
|
background: rgba(248, 58, 34, .8);
|
2013-10-16 19:43:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unairedPosterRibbon {
|
2014-01-03 13:32:27 -07:00
|
|
|
|
background: rgba(255, 106, 0, .8);
|
2013-10-16 19:43:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.missingPosterRibbon {
|
2014-01-03 13:32:27 -07:00
|
|
|
|
background: rgba(248, 58, 34, .8);
|
2013-07-05 09:17:32 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-01 22:46:06 -07:00
|
|
|
|
.syncIndicator {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 32px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 24px;
|
2015-08-14 07:42:40 -07:00
|
|
|
|
height: 24px;
|
2015-06-01 22:46:06 -07:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
2015-06-02 10:46:44 -07:00
|
|
|
|
background: rgba(82, 181, 75, .8);
|
2015-06-01 22:46:06 -07:00
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.syncWorkingIndicator {
|
|
|
|
|
background: rgba(255, 106, 0, .8);
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-02 10:46:44 -07:00
|
|
|
|
.pieIndicator {
|
|
|
|
|
height: 24px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 32px;
|
|
|
|
|
right: 29px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pieBackground {
|
|
|
|
|
background-color: rgb(82, 181, 75);
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
-moz-border-radius: 50px;
|
|
|
|
|
-webkit-border-radius: 50px;
|
|
|
|
|
-o-border-radius: 50px;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-14 07:42:40 -07:00
|
|
|
|
.pieIndicator iron-icon {
|
2015-06-02 10:46:44 -07:00
|
|
|
|
position: absolute;
|
2015-08-14 07:42:40 -07:00
|
|
|
|
z-index: 4;
|
|
|
|
|
color: #fff;
|
2015-06-02 10:46:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pie {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
-moz-border-radius: 50px;
|
|
|
|
|
-webkit-border-radius: 50px;
|
|
|
|
|
-o-border-radius: 50px;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
clip: rect(0px, 12px, 24px, 0px);
|
2015-08-14 07:42:40 -07:00
|
|
|
|
background-color: rgba(10, 10, 10, 1);
|
2015-06-02 10:46:44 -07:00
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hold {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
-moz-border-radius: 50px;
|
|
|
|
|
-webkit-border-radius: 50px;
|
|
|
|
|
-o-border-radius: 50px;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
clip: rect(0px, 24px, 24px, 12px);
|
|
|
|
|
z-index: 3;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
.playedIndicator {
|
2013-12-29 10:07:29 -07:00
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2014-01-16 10:23:30 -07:00
|
|
|
|
width: 24px;
|
2015-06-17 23:23:44 -07:00
|
|
|
|
height: 24px;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: rgb(82, 181, 75);
|
|
|
|
|
background: rgba(82, 181, 75, .8);
|
2015-06-17 23:23:44 -07:00
|
|
|
|
line-height: 19px;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 23:23:44 -07:00
|
|
|
|
.playedIndicator .fa {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-18 21:23:55 -07:00
|
|
|
|
.textIndicator {
|
|
|
|
|
height: 22px;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
}
|
2013-12-29 11:53:56 -07:00
|
|
|
|
|
2014-03-22 09:16:43 -07:00
|
|
|
|
.mediaSourceIndicator {
|
2014-03-15 21:23:58 -07:00
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
left: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 19px;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: rgb(51, 136, 204);
|
|
|
|
|
background: rgba(51, 136, 204, .9);
|
2015-05-11 12:59:59 -07:00
|
|
|
|
line-height: 1.2;
|
2014-03-15 21:23:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-28 21:12:56 -07:00
|
|
|
|
.unidentifiedIndicator {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
left: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 24px;
|
2015-06-17 23:23:44 -07:00
|
|
|
|
height: 24px;
|
2014-02-28 21:12:56 -07:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: rgb(204, 0, 0);
|
|
|
|
|
background: rgba(204, 0, 0, .8);
|
2015-06-17 23:23:44 -07:00
|
|
|
|
line-height: 19px;
|
2014-02-28 21:12:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 23:23:44 -07:00
|
|
|
|
.unidentifiedIndicator .fa {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
display: inline-block;
|
2014-02-28 21:12:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-10 06:53:44 -07:00
|
|
|
|
.itemProgress {
|
2013-04-15 19:36:12 -07:00
|
|
|
|
vertical-align: top;
|
2013-04-16 05:30:50 -07:00
|
|
|
|
font-size: 19px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
font-weight: bold;
|
2013-04-10 06:53:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-15 16:15:46 -07:00
|
|
|
|
@media all and (min-width: 650px) {
|
2013-04-16 23:03:47 -07:00
|
|
|
|
.libraryTabs .ui-btn-inner {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
padding: .5em 15px !important;
|
2013-04-16 23:03:47 -07:00
|
|
|
|
}
|
2013-04-15 16:15:46 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 12:34:25 -07:00
|
|
|
|
/* All HTML5 progress enabled browsers */
|
|
|
|
|
.itemProgressBar {
|
|
|
|
|
/* 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: 0;
|
|
|
|
|
margin: 0;
|
2013-05-03 13:50:13 -07:00
|
|
|
|
height: 14px;
|
2014-03-11 19:11:01 -07:00
|
|
|
|
border: 0 solid #222;
|
2013-05-03 19:33:44 -07:00
|
|
|
|
border-radius: 0;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
width: 50px;
|
2013-05-04 11:21:29 -07:00
|
|
|
|
margin-right: 5px;
|
2013-04-10 22:27:27 -07:00
|
|
|
|
}
|
2013-04-17 10:04:57 -07:00
|
|
|
|
|
2013-05-03 12:34:25 -07:00
|
|
|
|
/* Polyfill */
|
|
|
|
|
.itemProgressBar[role]:after {
|
|
|
|
|
background-image: none; /* removes default background from polyfill */
|
2013-04-23 19:50:43 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 12:34:25 -07:00
|
|
|
|
/*
|
|
|
|
|
* Background of the progress bar background
|
|
|
|
|
*/
|
2013-04-23 19:50:43 -07:00
|
|
|
|
|
2013-05-03 12:34:25 -07:00
|
|
|
|
/* Firefox and Polyfill */
|
|
|
|
|
.itemProgressBar {
|
2013-12-22 10:16:24 -07:00
|
|
|
|
background: #000 !important; /* !important only needed in polyfill */
|
2013-04-23 16:21:49 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 12:34:25 -07:00
|
|
|
|
/* Chrome */
|
|
|
|
|
.itemProgressBar::-webkit-progress-bar {
|
2013-12-22 10:16:24 -07:00
|
|
|
|
background: #000;
|
2013-04-23 19:50:43 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
.pare
|
|
|
|
|
/*
|
2013-05-03 12:34:25 -07:00
|
|
|
|
* Background of the progress bar value
|
|
|
|
|
*/
|
2013-12-22 10:16:24 -07:00
|
|
|
|
/* Firefox */
|
|
|
|
|
.itemProgressBar::-moz-progress-bar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-04-23 16:21:49 -07:00
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
/* Chrome */
|
|
|
|
|
.itemProgressBar::-webkit-progress-value {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-04-23 19:50:43 -07:00
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
/* Polyfill */
|
|
|
|
|
.itemProgressBar[aria-valuenow]:before {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-04-23 19:50:43 -07:00
|
|
|
|
|
2014-01-14 13:24:56 -07:00
|
|
|
|
.recordingProgressBar::-moz-progress-bar {
|
|
|
|
|
background-color: #cc3333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recordingProgressBar::-webkit-progress-value {
|
|
|
|
|
background-color: #cc3333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recordingProgressBar[aria-valuenow]:before {
|
|
|
|
|
background-color: #cc3333;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
.tileItem .itemProgressBar {
|
|
|
|
|
top: 2px;
|
2013-05-03 12:34:25 -07:00
|
|
|
|
width: 40px;
|
2013-05-04 11:21:29 -07:00
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 05:05:07 -07:00
|
|
|
|
.timelineHeader {
|
|
|
|
|
margin-bottom: .25em;
|
2015-05-09 21:29:04 -07:00
|
|
|
|
line-height: 1.25em;
|
2015-04-18 17:05:36 -07:00
|
|
|
|
line-height: initial;
|
2013-05-15 05:05:07 -07:00
|
|
|
|
}
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
2014-05-06 19:28:19 -07:00
|
|
|
|
.itemsContainer {
|
2014-11-18 19:45:12 -07:00
|
|
|
|
margin: 0 auto;
|
2015-04-18 17:05:36 -07:00
|
|
|
|
line-height: 0;
|
2014-05-06 19:28:19 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-16 12:00:42 -07:00
|
|
|
|
.alphabetPicker {
|
|
|
|
|
position: fixed;
|
2015-06-17 23:23:44 -07:00
|
|
|
|
right: 0;
|
2014-03-20 08:55:22 -07:00
|
|
|
|
bottom: 5px;
|
2015-02-19 17:34:05 -07:00
|
|
|
|
z-index: 999;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
text-align: center;
|
2014-08-02 19:16:37 -07:00
|
|
|
|
font-size: 13px;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
display: none;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 23:23:44 -07:00
|
|
|
|
.bottomSecondaryNav .alphabetPicker {
|
2015-06-17 18:41:22 -07:00
|
|
|
|
bottom: 55px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alphabetPicker a {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
2015-06-17 23:23:44 -07:00
|
|
|
|
padding: 1px 5px 1px 10px;
|
2015-06-17 18:41:22 -07:00
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
2015-06-17 18:41:22 -07:00
|
|
|
|
.alphabetPicker a:not(.selectedCharacter) {
|
|
|
|
|
color: #bbb !important;
|
|
|
|
|
}
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
|
2013-05-16 12:00:42 -07:00
|
|
|
|
.selectedCharacter {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: #4d90fe !important;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 08:50:39 -07:00
|
|
|
|
.itemOverlayHtml {
|
|
|
|
|
max-height: 100px;
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-17 18:45:41 -07:00
|
|
|
|
.selectionCommands {
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemSelectionPanel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 55px;
|
|
|
|
|
background-color: rgba(0, 0, 0, .85);
|
2015-02-19 17:34:05 -07:00
|
|
|
|
z-index: 999;
|
2014-03-17 18:45:41 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-19 10:44:55 -07:00
|
|
|
|
.itemSelectionPanel .ui-checkbox {
|
2014-11-09 21:20:11 -07:00
|
|
|
|
max-width: 130px;
|
2014-03-19 10:44:55 -07:00
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-15 13:33:53 -07:00
|
|
|
|
@media all and (min-height: 480px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsContainerWithAlphaPicker {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
margin-right: 15px;
|
2015-01-22 23:15:15 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 23:23:44 -07:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2015-01-22 23:15:15 -07:00
|
|
|
|
|
|
|
|
|
.itemsContainerWithAlphaPicker {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
margin-right: 0;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 18:41:22 -07:00
|
|
|
|
@media all and (min-height: 600px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker a {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px;
|
2015-06-17 18:41:22 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 650px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker a {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-bottom: 3px;
|
2015-06-17 18:41:22 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 700px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker a {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
2015-06-17 18:41:22 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 750px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
2014-01-14 13:24:56 -07:00
|
|
|
|
.alphabetPicker a {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
2014-01-14 13:24:56 -07:00
|
|
|
|
}
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-01 11:26:31 -07:00
|
|
|
|
@media all and (min-height: 900px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
2014-01-01 11:26:31 -07:00
|
|
|
|
bottom: 120px;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-01 11:26:31 -07:00
|
|
|
|
@media all and (min-height: 1000px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
2014-01-01 11:26:31 -07:00
|
|
|
|
.alphabetPicker {
|
|
|
|
|
bottom: 200px;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-07 08:59:35 -07:00
|
|
|
|
.viewCollageImage {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 1px 0 0;
|
2014-01-01 11:26:31 -07:00
|
|
|
|
width: 32.62%;
|
2013-08-07 08:59:35 -07:00
|
|
|
|
height: 49%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center 15%;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 650px) {
|
|
|
|
|
|
|
|
|
|
.viewCollageImage {
|
2014-01-01 11:26:31 -07:00
|
|
|
|
width: 32.9%;
|
2013-08-07 08:59:35 -07:00
|
|
|
|
height: 49.1%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1440px) {
|
|
|
|
|
|
|
|
|
|
.viewCollageImage {
|
2014-01-01 11:26:31 -07:00
|
|
|
|
width: 32.95%;
|
2013-08-07 08:59:35 -07:00
|
|
|
|
}
|
2014-01-14 13:24:56 -07:00
|
|
|
|
}
|
2014-03-30 09:49:40 -07:00
|
|
|
|
|
2014-05-07 11:38:50 -07:00
|
|
|
|
.spotlight {
|
|
|
|
|
position: absolute;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
left: 0;
|
2014-05-07 11:38:50 -07:00
|
|
|
|
right: 0;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center 25%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlight, .spotlightPlaceHolder {
|
|
|
|
|
height: 340px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightContainer {
|
|
|
|
|
min-height: 340px;
|
2014-05-07 19:16:11 -07:00
|
|
|
|
margin-top: 3em;
|
2014-05-07 11:38:50 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightPlaceHolder {
|
|
|
|
|
margin-bottom: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightTitle {
|
2014-05-07 19:16:11 -07:00
|
|
|
|
margin: 1em 0 .2em;
|
2014-05-07 11:38:50 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightContent {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 60px;
|
|
|
|
|
bottom: 55px;
|
|
|
|
|
left: 210px;
|
|
|
|
|
width: 600px;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
background: rgba(0,0,0,.8);
|
2014-05-07 11:38:50 -07:00
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rightSpotlightContent {
|
|
|
|
|
left: initial;
|
|
|
|
|
width: 400px;
|
|
|
|
|
right: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightPoster {
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-size: 150px 100%;
|
|
|
|
|
background-position: left center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rightSpotlightContent .spotlightPoster {
|
|
|
|
|
background-size: 100% 180px;
|
|
|
|
|
background-position: center top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spotlightContentInner {
|
|
|
|
|
padding: 1em 1em 1em 170px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-10 10:28:03 -07:00
|
|
|
|
.spotlightContentInner p {
|
|
|
|
|
max-height: 130px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
|
|
|
|
.rightSpotlightContent .spotlightContentInner {
|
|
|
|
|
padding: 195px 1em 1em 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 1079px) and (max-width: 1400px) {
|
|
|
|
|
|
2014-05-07 19:16:11 -07:00
|
|
|
|
.spotlightContainer {
|
2014-05-07 11:38:50 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-19 12:51:56 -07:00
|
|
|
|
.channelHeader {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
text-align: center;
|
2014-05-20 17:56:24 -07:00
|
|
|
|
border-bottom: 1px solid #333;
|
2014-05-19 12:51:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.channelHeader a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2014-07-04 22:21:13 -07:00
|
|
|
|
|
2014-08-15 09:35:41 -07:00
|
|
|
|
.itemsListview {
|
2014-07-18 12:07:28 -07:00
|
|
|
|
margin: 0 auto !important;
|
2015-09-04 10:34:50 -07:00
|
|
|
|
max-width: 1000px;
|
2014-07-05 09:51:39 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 10:34:50 -07:00
|
|
|
|
.itemsListview {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .listItem {
|
|
|
|
|
border-bottom: 1px solid #303030;
|
|
|
|
|
padding-left: 0;
|
2015-09-04 10:40:56 -07:00
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .listviewMenuButton {
|
|
|
|
|
margin-right: 0 !important;
|
2015-09-04 10:34:50 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 09:51:39 -07:00
|
|
|
|
.itemsListview .ui-li-count {
|
2014-07-05 12:57:18 -07:00
|
|
|
|
right: 1em;
|
2014-07-05 09:51:39 -07:00
|
|
|
|
top: 70%;
|
|
|
|
|
background: rgba(82, 181, 75, .8);
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 14:15:25 -07:00
|
|
|
|
.itemsListview .playedIndicator {
|
2014-08-16 22:38:13 -07:00
|
|
|
|
left: 55px;
|
|
|
|
|
top: 2px;
|
2015-06-03 08:26:39 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .syncIndicator, .itemsListview .pieIndicator {
|
|
|
|
|
left: 55px;
|
2014-07-05 14:15:25 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 10:34:50 -07:00
|
|
|
|
.itemsListview .content-icon {
|
2015-09-04 13:32:20 -07:00
|
|
|
|
width: auto !important;
|
|
|
|
|
padding-right: .7em;
|
2015-09-04 10:34:50 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview paper-item-body {
|
|
|
|
|
min-height: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .mediaItem {
|
|
|
|
|
padding: 7px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 09:51:39 -07:00
|
|
|
|
.listviewImage {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
background-repeat: no-repeat;
|
2015-09-09 10:49:44 -07:00
|
|
|
|
background-size: contain;
|
2014-07-05 09:51:39 -07:00
|
|
|
|
background-position: center center;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 10:34:50 -07:00
|
|
|
|
.listviewImage.small {
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
background-repeat: no-repeat;
|
2015-09-09 10:49:44 -07:00
|
|
|
|
background-size: contain;
|
2015-09-04 10:34:50 -07:00
|
|
|
|
background-position: center center;
|
2015-06-07 14:21:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 10:34:50 -07:00
|
|
|
|
.ui-page-theme-b .listItem:hover {
|
2015-06-01 22:46:06 -07:00
|
|
|
|
background-color: rgba(51,51,51,.6) !important;
|
2014-08-15 09:35:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-07 14:21:30 -07:00
|
|
|
|
.listViewUserDataButtons {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
2015-09-04 10:34:50 -07:00
|
|
|
|
.listItem:hover .listViewUserDataButtons {
|
2015-06-07 14:21:30 -07:00
|
|
|
|
visibility: visible !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.listViewUserDataButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-24 08:48:06 -07:00
|
|
|
|
.tapHoldMenu li a, .playFlyout li a {
|
|
|
|
|
font-size: 14px;
|
2015-06-05 07:27:01 -07:00
|
|
|
|
font-weight: 500 !important;
|
|
|
|
|
color: #000 !important;
|
2014-08-24 08:48:06 -07:00
|
|
|
|
}
|
2015-01-22 11:05:32 -07:00
|
|
|
|
|
|
|
|
|
.userProfileSettingsForm {
|
|
|
|
|
max-width: 700px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userProfileSettingsForm .detailSectionContent {
|
2015-05-07 15:27:01 -07:00
|
|
|
|
padding: 0 .5em;
|
2015-01-22 11:05:32 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 700px) {
|
|
|
|
|
|
|
|
|
|
.userProfileSettingsForm .detailSection {
|
2015-05-07 15:27:01 -07:00
|
|
|
|
margin-left: .5em;
|
|
|
|
|
margin-right: .5em;
|
2015-01-22 11:05:32 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
2015-02-02 21:54:52 -07:00
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
|
|
|
|
.smallDetailImageContainer {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
}
|
2015-04-18 17:05:36 -07:00
|
|
|
|
}
|
2015-05-07 07:04:10 -07:00
|
|
|
|
|
|
|
|
|
.studioTabDisabled .tvStudiosTab, .studioTabDisabled .movieStudiosTab {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.peopleTabDisabled .tvPeopleTab, .peopleTabDisabled .moviePeopleTab {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tvEpisodesTabDisabled .tvEpisodesTab {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-07 15:27:01 -07:00
|
|
|
|
.movieTrailersTabDisabled .movieTrailersTab {
|
|
|
|
|
display: none !important;
|
2015-05-09 21:29:04 -07:00
|
|
|
|
}
|
2015-05-12 21:55:19 -07:00
|
|
|
|
|
2015-05-14 19:16:57 -07:00
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 280px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 360px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 400px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 340px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 440px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 600px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 540px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 700px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 640px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width:800px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenu {
|
|
|
|
|
width: 740px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuLeftButton {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
2015-05-28 16:37:43 -07:00
|
|
|
|
padding: 32px 15px;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuRightButton {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
2015-05-28 16:37:43 -07:00
|
|
|
|
padding: 32px 15px;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuHeaderWithLogo .detailsMenuLeftButton, .detailsMenuHeaderWithLogo .detailsMenuRightButton {
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuContentInner {
|
2015-05-24 11:33:28 -07:00
|
|
|
|
height: 220px;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuOverview {
|
|
|
|
|
max-height: 30px;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuButtons {
|
|
|
|
|
padding: 1em 0 .5em;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuButtons .btn {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuButtonContainer {
|
|
|
|
|
display: inline-block;
|
2015-05-15 08:46:20 -07:00
|
|
|
|
margin-left: .5em;
|
|
|
|
|
margin-right: .5em;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuButtonContainer span {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenu h3 {
|
2015-05-15 11:07:36 -07:00
|
|
|
|
padding: .7em 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuHeaderWithLogo h3 {
|
2015-05-14 19:16:57 -07:00
|
|
|
|
padding: 0 30px;
|
2015-05-18 09:40:20 -07:00
|
|
|
|
line-height: .5;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-05-24 11:33:28 -07:00
|
|
|
|
@media all and (max-height:500px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenuUserData {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-14 19:16:57 -07:00
|
|
|
|
@media all and (min-height:500px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenuContentInner {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuOverview {
|
2015-05-15 08:46:20 -07:00
|
|
|
|
max-height: 60px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height:540px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenuContentInner {
|
|
|
|
|
height: 340px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuOverview {
|
|
|
|
|
max-height: 100px;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height:600px) {
|
|
|
|
|
|
|
|
|
|
.detailsMenuContentInner {
|
|
|
|
|
height: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailsMenuOverview {
|
2015-05-15 08:46:20 -07:00
|
|
|
|
max-height: 160px;
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
2015-07-12 12:33:00 -07:00
|
|
|
|
}
|
2015-08-20 22:00:56 -07:00
|
|
|
|
|
|
|
|
|
.slideshowContainer {
|
|
|
|
|
background: #000;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideshowImage {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideshowImage.cover {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideshowImageText {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: .25em;
|
|
|
|
|
right: .5em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 1002;
|
|
|
|
|
font-size: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnStopSlideshow {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 1em;
|
|
|
|
|
right: 1em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 1002;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnStopSlideshow iron-icon {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width:1200px) {
|
|
|
|
|
|
|
|
|
|
.slideshowImageText {
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|