2015-09-23 22:31:40 -04:00
|
|
|
|
.hidingAnimatedTab {
|
2015-09-21 14:39:18 -04:00
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-17 14:24:27 -04:00
|
|
|
|
.headerArrowImage {
|
2014-03-09 18:14:44 -04:00
|
|
|
|
height: 20px;
|
2013-10-17 14:24:27 -04:00
|
|
|
|
margin-left: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-23 15:03:17 -04:00
|
|
|
|
.background-theme-b, .dialog.background-theme-b {
|
2016-06-16 08:59:11 -04:00
|
|
|
|
background-color: #19191A;
|
2015-10-19 12:00:00 -04:00
|
|
|
|
/*background: radial-gradient(circle, #282828, #141414);*/
|
2015-05-14 22:16:57 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-16 22:33:45 -04:00
|
|
|
|
.ui-body-b {
|
|
|
|
|
/* Need the important tag for paper dialogs with this class */
|
|
|
|
|
color: #fff !important;
|
2014-08-17 01:38:13 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 12:20:54 -04:00
|
|
|
|
.pageWithAbsoluteTabs {
|
|
|
|
|
background-color: transparent !important;
|
2015-07-06 10:20:23 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 02:28:13 -05:00
|
|
|
|
.backdropContainer {
|
2015-07-01 11:47:41 -04:00
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2015-09-05 12:58:27 -04:00
|
|
|
|
z-index: -1;
|
2015-07-01 11:47:41 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 02:28:13 -05:00
|
|
|
|
.pageBackground {
|
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: -1;
|
2015-07-01 11:47:41 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 02:28:13 -05:00
|
|
|
|
.withBackdrop .pageBackground {
|
2016-03-19 18:31:00 -04:00
|
|
|
|
background-color: rgba(6, 6,6, .9);
|
2016-03-12 02:28:13 -05:00
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageWithAbsoluteTabs neon-animatable {
|
|
|
|
|
z-index: 2;
|
2014-05-11 01:11:53 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 01:36:36 -04:00
|
|
|
|
.libraryPage .header {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-29 22:15:32 -04:00
|
|
|
|
.pageTabContent {
|
|
|
|
|
contain: style;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-09 15:27:38 -04:00
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent, .libraryPage > .ui-content {
|
2013-12-27 21:46:32 -05:00
|
|
|
|
padding-top: 10px;
|
2014-08-01 22:34:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-06 13:09:20 -05:00
|
|
|
|
/*.pageWithAbsoluteTabs .pageTabContent {
|
|
|
|
|
padding-left: .5em !important;
|
|
|
|
|
padding-right: .5em !important;
|
|
|
|
|
}*/
|
2015-07-02 01:08:05 -04:00
|
|
|
|
|
2016-05-09 15:27:38 -04:00
|
|
|
|
.flexPageTabContent.is-active {
|
2016-05-12 01:58:05 -04:00
|
|
|
|
display: flex !important;
|
2016-05-09 15:27:38 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-06 13:09:20 -05:00
|
|
|
|
@media all and (max-width: 600px) {
|
2014-08-01 22:34:45 -04:00
|
|
|
|
|
|
|
|
|
.libraryPage > .ui-content {
|
2015-02-02 23:54:52 -05:00
|
|
|
|
padding-left: .5em !important;
|
|
|
|
|
padding-right: .5em !important;
|
2014-08-05 22:26:12 -04:00
|
|
|
|
}
|
2013-12-17 15:02:12 -05:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-24 14:22:07 -05:00
|
|
|
|
.libraryPage .currentUsername {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2013-03-31 21:52:07 -04:00
|
|
|
|
|
2013-04-01 01:08:29 -04:00
|
|
|
|
.listHeader {
|
2015-06-16 00:52:01 -04:00
|
|
|
|
margin: .25em 0;
|
2014-08-02 22:16:37 -04:00
|
|
|
|
padding-left: 2px;
|
2015-07-12 15:33:00 -04:00
|
|
|
|
line-height: 1.25em;
|
|
|
|
|
line-height: initial;
|
2013-03-31 21:52:07 -04:00
|
|
|
|
}
|
2014-06-23 12:05:19 -04:00
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.listHeader {
|
|
|
|
|
padding-left: 5px;
|
2015-06-16 00:52:01 -04:00
|
|
|
|
}
|
2015-12-14 10:43:03 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-04 23:50:07 -04:00
|
|
|
|
.listHeader + button {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
margin-left: 2em;
|
|
|
|
|
}
|
2013-03-31 21:52:07 -04:00
|
|
|
|
|
2015-08-02 19:47:31 -04:00
|
|
|
|
.ehsContent, .ehsContent .pageTabContent {
|
2014-05-10 13:28:03 -04:00
|
|
|
|
margin: 0 auto;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-16 00:52:01 -04:00
|
|
|
|
.homePageSection {
|
2015-06-17 11:39:46 -04:00
|
|
|
|
margin-top: 20px;
|
2015-06-16 00:52:01 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 21:41:22 -04:00
|
|
|
|
.homePageSection + .homePageSection {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
2014-05-21 23:35:18 -04:00
|
|
|
|
|
2014-06-23 12:05:19 -04:00
|
|
|
|
.sectionHeaderButton {
|
|
|
|
|
vertical-align: middle;
|
2014-10-31 00:57:24 -04:00
|
|
|
|
margin: 0 0 .25em 1.5em;
|
2014-06-23 12:05:19 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
.viewPanelTabs {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 22:31:08 -04:00
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.hiddenSectionOnMobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-07 01:12:13 -04:00
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.hiddenSectionOnNonMobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-06 03:06:09 -04:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2014-11-18 21:45:12 -05:00
|
|
|
|
|
2015-01-23 01:15:15 -05:00
|
|
|
|
.paddedItemsContainer {
|
2014-11-26 14:29:49 -05:00
|
|
|
|
padding: 0 .8em;
|
2014-11-18 21:45:12 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 22:31:08 -04:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2014-05-13 20:46:45 -04:00
|
|
|
|
|
2015-08-02 19:47:31 -04:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-12-23 12:46:01 -05:00
|
|
|
|
width: 96%;
|
2014-08-10 18:13:17 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
@media all and (min-width: 2560px) {
|
2014-08-10 18:13:17 -04:00
|
|
|
|
|
2015-08-02 19:47:31 -04:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 96%;
|
2014-07-13 17:03:57 -04:00
|
|
|
|
}
|
2014-07-12 15:05:35 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-01 17:15:16 -04:00
|
|
|
|
.detailPageContent {
|
2013-05-15 00:05:52 -04:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border-collapse: collapse;
|
2013-03-31 21:52:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-01 23:28:20 -04:00
|
|
|
|
.viewSettings {
|
2013-10-17 12:24:35 -04:00
|
|
|
|
margin: 0 0 .25em;
|
2014-05-06 22:28:19 -04:00
|
|
|
|
text-align: center;
|
2013-04-01 23:28:20 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-08 17:05:00 -04:00
|
|
|
|
.listPaging {
|
|
|
|
|
text-align: center;
|
2015-08-25 22:13:28 -04:00
|
|
|
|
margin: .5em 0 .5em;
|
2013-04-08 17:05:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-03-17 10:48:16 -04:00
|
|
|
|
.viewControls + .listTopPaging {
|
2014-07-18 15:07:28 -04:00
|
|
|
|
margin-left: .5em !important;
|
2014-03-17 10:48:16 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 13:01:41 -04: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-15 00:05:52 -04:00
|
|
|
|
.criticRatingScore {
|
2013-05-15 23:39:15 -04:00
|
|
|
|
margin-bottom: .5em;
|
2013-05-06 00:50:40 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-06 23:00:24 -04:00
|
|
|
|
.itemTag {
|
|
|
|
|
display: inline-block;
|
2014-01-19 13:08:17 -05:00
|
|
|
|
background-color: #181818;
|
2013-05-06 23:00:24 -04:00
|
|
|
|
border-radius: 4px;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
padding: 5px 7px;
|
2013-05-07 09:06:01 -04:00
|
|
|
|
margin: 0 5px 5px 0;
|
2014-07-18 15:07:28 -04:00
|
|
|
|
color: #fff !important;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
text-decoration: none;
|
2014-07-18 15:07:28 -04:00
|
|
|
|
font-weight: normal !important;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.itemTag:hover {
|
|
|
|
|
background-color: #2489ce;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemLinks {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
2013-05-06 23:00:24 -04:00
|
|
|
|
}
|
2013-05-06 00:50:40 -04:00
|
|
|
|
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.itemLinks p {
|
|
|
|
|
margin: .5em 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-12 02:05:51 -04:00
|
|
|
|
.reviewerName {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewLink {
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewDate {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reviewScore {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: .8em;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-02 00:36:27 -05:00
|
|
|
|
span.itemCommunityRating:not(:empty) + .userDataIcons {
|
2014-01-15 00:01:58 -05:00
|
|
|
|
margin-left: 1.25em;
|
2013-12-21 13:37:34 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 02:12:58 -04:00
|
|
|
|
.userDataIcons paper-fab {
|
|
|
|
|
background: #444;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
2015-10-08 12:22:14 -04:00
|
|
|
|
padding: 8px;
|
2015-08-19 02:12:58 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.itemBackdrop {
|
|
|
|
|
background-size: cover;
|
2014-07-29 23:31:35 -04:00
|
|
|
|
background-position: center 15%;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
background-repeat: no-repeat;
|
2015-08-21 13:45:56 -04:00
|
|
|
|
height: 640px;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-24 14:22:44 -04:00
|
|
|
|
.smallBackdrop {
|
|
|
|
|
height: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 13:54:29 -04:00
|
|
|
|
.noSecondaryNavPage .itemBackdrop {
|
|
|
|
|
margin-top: -50px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.noBackdrop {
|
|
|
|
|
height: 170px;
|
|
|
|
|
background: #181818;
|
2015-08-18 13:54:29 -04:00
|
|
|
|
margin-top: 0 !important;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 02:28:13 -05:00
|
|
|
|
.withBackdrop .noBackdrop {
|
2015-08-30 13:26:30 -04:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.itemBackdropContent {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background-color: rgba(0,0,0,0.7);
|
2015-08-18 00:22:45 -04:00
|
|
|
|
min-height: 120px;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.noBackdrop .itemBackdropContent {
|
|
|
|
|
background-color: transparent;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailNameContainer {
|
2015-09-01 22:56:19 -04:00
|
|
|
|
margin-top: -120px;
|
|
|
|
|
height: 110px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-02-07 16:03:09 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.desktopMiscInfoContainer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
}
|
2015-02-07 16:03:09 -05:00
|
|
|
|
|
2013-05-19 13:35:00 -04:00
|
|
|
|
.lnkSibling {
|
2015-06-05 10:27:01 -04:00
|
|
|
|
position: absolute;
|
2015-08-18 13:54:29 -04:00
|
|
|
|
bottom: 0;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
text-decoration: none;
|
2014-07-18 15:07:28 -04:00
|
|
|
|
font-weight: normal !important;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
display: none;
|
2013-05-19 14:44:51 -04:00
|
|
|
|
background-color: rgba(0,0,0,0.6);
|
2014-07-18 15:07:28 -04:00
|
|
|
|
color: #ddd !important;
|
2013-12-23 10:26:36 -05:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 0;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 23:54:52 -05:00
|
|
|
|
.lnkSibling:not(.hide) {
|
|
|
|
|
display: block;
|
2014-01-24 13:09:50 -05:00
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
.detailUserDataIcons {
|
2015-08-24 14:22:44 -04:00
|
|
|
|
display: inline-block;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-20 00:06:49 -04:00
|
|
|
|
@media all and (min-width: 540px) {
|
2015-08-19 22:22:47 -04:00
|
|
|
|
|
|
|
|
|
.detailUserDataIcons {
|
2016-06-19 01:26:52 -04:00
|
|
|
|
margin-left: .5em;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 13:54:29 -04:00
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.lnkSibling {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-05-19 13:35:00 -04:00
|
|
|
|
|
|
|
|
|
.lnkPreviousItem {
|
2014-05-10 13:28:03 -04:00
|
|
|
|
left: 10px;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lnkNextItem {
|
2015-06-19 14:34:21 -04:00
|
|
|
|
right: 10px;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 23:54:52 -05:00
|
|
|
|
.detailImageContainer {
|
2015-08-18 00:22:45 -04:00
|
|
|
|
float: left;
|
|
|
|
|
margin-top: -140px;
|
2015-02-07 16:03:09 -05:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.itemDetailImage {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
border: solid 1px transparent;
|
2013-12-21 13:37:34 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
.itemDetailImage.loaded {
|
|
|
|
|
-moz-box-shadow: 0px 0 20px #000;
|
|
|
|
|
-webkit-box-shadow: 0px 0 20px #000;
|
|
|
|
|
box-shadow: 0px 0 20px #000;
|
|
|
|
|
border: solid 1px #222;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 280px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 140px;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-12 12:39:24 -04:00
|
|
|
|
.portraitDetailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 220px;
|
2015-09-12 12:39:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.squareDetailImageContainer {
|
|
|
|
|
margin-top: -150px;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.thumbDetailImageContainer {
|
|
|
|
|
margin-top: -130px;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-05 00:01:22 -04:00
|
|
|
|
.itemDetailGalleryLink img:hover {
|
2015-09-27 11:00:57 -04:00
|
|
|
|
-moz-box-shadow: 0 0 20px 3px #52B54B;
|
|
|
|
|
-webkit-box-shadow: 0 0 20px 3px #52B54B;
|
|
|
|
|
box-shadow: 0 0 20px 3px #52B54B;
|
2013-06-05 00:01:22 -04:00
|
|
|
|
}
|
2013-06-02 10:33:51 -04:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: .75em 0 0 1.5em;
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 66%;
|
2015-08-29 20:40:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
2015-09-05 12:58:27 -04:00
|
|
|
|
width: 74%;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.parentName {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: .5em;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailButtonsContainer {
|
|
|
|
|
font-size: 90%;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 14:51:18 -04:00
|
|
|
|
[is="emby-button"].detailFloatingButton {
|
|
|
|
|
width: 56px !important;
|
|
|
|
|
height: 56px !important;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
top: -28px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 25%;
|
|
|
|
|
background-color: #52B54B !important;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 14:51:18 -04:00
|
|
|
|
[is="emby-button"].btnFloatingRecord {
|
2015-08-18 00:22:45 -04:00
|
|
|
|
background-color: #cc3333 !important;
|
2014-08-17 01:38:13 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 00:08:03 -04:00
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
2015-08-29 20:40:52 -04:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 64%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 72%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 00:08:03 -04:00
|
|
|
|
.detailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 240px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 120px;
|
2015-08-19 00:08:03 -04:00
|
|
|
|
}
|
2015-08-29 20:40:52 -04:00
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 180px;
|
2015-08-29 20:40:52 -04:00
|
|
|
|
}
|
2015-08-19 00:08:03 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
@media all and (max-width: 800px) {
|
2013-05-15 00:05:52 -04:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.parentName {
|
|
|
|
|
margin-bottom: 1em;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
padding-top: 2.5em;
|
|
|
|
|
padding-left: 1em;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailNameContainer {
|
2015-09-01 22:56:19 -04:00
|
|
|
|
margin-top: auto;
|
|
|
|
|
height: auto;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.itemBackdropContent {
|
|
|
|
|
min-height: 0;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
@media all and (max-width: 600px) {
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailFloatingButton {
|
2016-06-07 02:14:23 -04:00
|
|
|
|
right: 15px !important;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-01 15:18:25 -04:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
@media all and (max-width: 400px) {
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.primaryDetailsContainer {
|
|
|
|
|
width: 60%;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
2015-09-01 15:18:25 -04:00
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
@media all and (min-width: 500px) {
|
2015-02-03 13:14:53 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.mobileDetails {
|
|
|
|
|
display: none;
|
2015-02-03 01:57:45 -05:00
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
@media all and (max-width: 500px) {
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.desktopDetails {
|
2016-05-12 01:58:05 -04:00
|
|
|
|
display: none !important;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-12 01:58:05 -04:00
|
|
|
|
.itemName {
|
|
|
|
|
font-weight: normal !important;
|
2016-05-12 15:21:43 -04:00
|
|
|
|
margin: .5em 0;
|
2013-12-01 15:17:40 -05:00
|
|
|
|
}
|
2013-05-15 00:05:52 -04:00
|
|
|
|
|
2014-08-17 01:38:13 -04:00
|
|
|
|
.empty {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 23:39:15 -04:00
|
|
|
|
.detailSection {
|
|
|
|
|
vertical-align: top;
|
2015-05-10 09:06:12 -04:00
|
|
|
|
margin-bottom: 3em;
|
2013-05-15 23:39:15 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-28 20:49:25 -04:00
|
|
|
|
.detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
|
|
|
|
|
margin-top: -2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailPageCollabsible {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-29 00:06:30 -04: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 20:49:25 -04:00
|
|
|
|
|
2015-07-29 13:16:00 -04:00
|
|
|
|
.detailSection h1 {
|
|
|
|
|
margin-bottom: .25em;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.detailSectionHeader {
|
2014-01-19 01:36:21 -05:00
|
|
|
|
background-clip: border-box;
|
2015-09-19 22:06:56 -04:00
|
|
|
|
padding: 0 0 .25em .25em;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
margin-bottom: .5em;
|
2013-05-15 18:55:24 -04:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2014-07-11 00:27:46 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-18 00:45:10 -05:00
|
|
|
|
.detailSectionHeader, .detailSectionHeader h3 {
|
2015-04-25 23:25:07 -04:00
|
|
|
|
font-size: 17px;
|
2015-01-18 00:45:10 -05:00
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-16 22:33:45 -04:00
|
|
|
|
.ui-body-a .detailSectionHeader {
|
2015-01-18 00:45:10 -05:00
|
|
|
|
border: 1px solid #ddd;
|
2015-03-07 17:43:53 -05:00
|
|
|
|
border-width: 0 0 1px 0;
|
2015-01-18 00:45:10 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-19 22:06:56 -04:00
|
|
|
|
.ui-body-b .detailSectionHeader {
|
|
|
|
|
border: 1px solid #444;
|
|
|
|
|
border-width: 0 0 1px 0;
|
2015-09-14 13:28:42 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-19 22:06:56 -04:00
|
|
|
|
.detailSectionHeader, .detailSectionHeader h3 {
|
|
|
|
|
font-size: 20px;
|
2015-01-18 00:45:10 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-04 23:50:07 -04:00
|
|
|
|
.detailSectionHeader button {
|
2015-09-19 22:06:56 -04:00
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 00:27:46 -04:00
|
|
|
|
.detailSectionHeaderButton {
|
2015-08-19 13:58:41 -04:00
|
|
|
|
margin-left: 1em;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 11:55:22 -04:00
|
|
|
|
.lblDetailTab {
|
2015-05-29 19:51:33 -04:00
|
|
|
|
border-color: #212121 !important;
|
2014-03-20 11:55:22 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-22 15:49:12 -04:00
|
|
|
|
.editMetadataForm {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-29 23:35:27 -05:00
|
|
|
|
.detailImageProgressContainer {
|
|
|
|
|
position: absolute;
|
2015-03-16 16:03:48 -04:00
|
|
|
|
bottom: 2px;
|
2013-12-29 23:35:27 -05:00
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-30 22:43:30 -05:00
|
|
|
|
.detailImageProgressContainer progress {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
2014-05-09 15:43:06 -04:00
|
|
|
|
height: 6px;
|
2013-12-30 22:43:30 -05:00
|
|
|
|
}
|
2013-12-29 23:35:27 -05:00
|
|
|
|
|
2014-03-13 22:05:33 -04:00
|
|
|
|
.viewControls, .listTopPaging {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-18 18:48:19 -04:00
|
|
|
|
@media all and (min-width: 600px) {
|
|
|
|
|
.inlineDetailSection:not(.hide) {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
@media all and (max-height: 900px), (max-width: 800px) {
|
2013-05-15 00:05:52 -04:00
|
|
|
|
|
2015-04-25 23:25:07 -04:00
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-09-23 12:16:06 -04:00
|
|
|
|
height: 500px;
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 800px), (max-width: 700px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 450px;
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 700px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 350px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 540px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 290px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 540px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 250px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 460px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 200px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 300px) {
|
|
|
|
|
|
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 150px;
|
2013-12-27 12:12:23 -05:00
|
|
|
|
}
|
2015-08-24 14:22:44 -04:00
|
|
|
|
|
|
|
|
|
.smallBackdrop:not(.noBackdrop) {
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
@media all and (max-height: 250px) {
|
2013-12-27 12:12:23 -05:00
|
|
|
|
|
2015-02-02 23:54:52 -05:00
|
|
|
|
.itemBackdrop:not(.noBackdrop) {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 120px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
|
|
|
|
.detailImageContainer {
|
|
|
|
|
padding-left: 15px;
|
2013-12-21 13:37:34 -05:00
|
|
|
|
}
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.editorMenuLink {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-12-21 13:37:34 -05:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.noBackdrop {
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailImageContainer {
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.squareDetailImageContainer {
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbDetailImageContainer {
|
|
|
|
|
margin-top: -80px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-01 23:02:44 -04:00
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.detailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 140px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 140px;
|
2013-12-21 13:37:34 -05:00
|
|
|
|
}
|
|
|
|
|
|
2015-02-02 23:54:52 -05:00
|
|
|
|
.primaryDetailPageContent p {
|
|
|
|
|
margin: 1em 0 !important;
|
2013-12-21 13:37:34 -05:00
|
|
|
|
}
|
2014-03-13 22:05:33 -04:00
|
|
|
|
|
2015-02-02 23:54:52 -05:00
|
|
|
|
.backdropDetailPageContent {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2014-03-19 13:44:55 -04:00
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.thumbDetailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 180px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2014-03-19 13:44:55 -04:00
|
|
|
|
}
|
2013-05-15 00:05:52 -04:00
|
|
|
|
}
|
2015-08-19 00:08:03 -04:00
|
|
|
|
|
2016-05-12 01:58:05 -04:00
|
|
|
|
.itemMiscInfo {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2016-05-12 15:21:43 -04:00
|
|
|
|
|
2016-05-12 01:58:05 -04:00
|
|
|
|
.mediaInfoItem {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
2015-09-01 23:02:44 -04:00
|
|
|
|
.portraitDetailImageContainer + .primaryDetailsContainer {
|
|
|
|
|
width: 65%;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.detailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 80px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbDetailImageContainer img {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
width: 180px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
2016-05-12 01:58:05 -04:00
|
|
|
|
|
2016-05-18 13:02:56 -04:00
|
|
|
|
.mobileDetails .itemMiscInfo {
|
2016-05-12 01:58:05 -04:00
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-18 13:02:56 -04:00
|
|
|
|
.itemMiscInfo .endsAt {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-06 16:44:14 -04:00
|
|
|
|
@media all and (min-width: 750px) {
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.detailPageContent {
|
2015-08-19 07:56:03 -04:00
|
|
|
|
max-width: 950px;
|
2013-05-04 14:21:29 -04:00
|
|
|
|
}
|
2013-04-06 16:44:14 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-17 23:53:19 -04:00
|
|
|
|
.detailPageParentLink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-06 22:25:23 -05:00
|
|
|
|
.mediaInfoContent {
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-09 14:38:58 -04:00
|
|
|
|
.mediaInfoStream {
|
2014-03-20 23:31:40 -04:00
|
|
|
|
margin: 1em 3em 1em 0;
|
2014-03-20 11:55:22 -04:00
|
|
|
|
display: inline-block;
|
2013-05-15 23:39:15 -04:00
|
|
|
|
color: #bbb;
|
2014-03-20 11:55:22 -04:00
|
|
|
|
vertical-align: top;
|
2013-04-09 14:38:58 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoStreamType {
|
2014-03-20 11:55:22 -04:00
|
|
|
|
display: block;
|
2013-05-15 23:39:15 -04:00
|
|
|
|
color: #fff;
|
2015-02-06 22:25:23 -05:00
|
|
|
|
margin-bottom: 1em;
|
2016-03-12 18:38:19 -05:00
|
|
|
|
font-size: 120%;
|
2013-05-15 23:39:15 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoAttribute {
|
|
|
|
|
color: #fff;
|
2014-03-20 21:26:00 -07:00
|
|
|
|
display: inline-block;
|
2013-04-09 14:38:58 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoLabel {
|
2014-03-20 11:55:22 -04:00
|
|
|
|
color: #aaa;
|
|
|
|
|
margin-right: 1em;
|
2014-03-20 21:26:00 -07:00
|
|
|
|
display: inline-block;
|
2013-04-09 14:38:58 -04:00
|
|
|
|
}
|
2013-04-10 00:38:04 -04:00
|
|
|
|
|
|
|
|
|
.posterRibbon {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2014-01-03 15:32:27 -05:00
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
2013-04-10 00:38:04 -04:00
|
|
|
|
text-align: center;
|
2014-01-03 15:32:27 -05:00
|
|
|
|
padding: 5px 6px;
|
|
|
|
|
border-radius: 10px;
|
2013-04-11 01:27:27 -04:00
|
|
|
|
color: #fff;
|
2013-10-03 11:51:05 -04:00
|
|
|
|
background: rgb(0, 143, 187);
|
|
|
|
|
background: rgba(0, 143, 187, .8);
|
2015-04-19 11:54:20 -04:00
|
|
|
|
line-height: initial;
|
2013-04-10 00:38:04 -04:00
|
|
|
|
}
|
2013-04-10 09:53:44 -04:00
|
|
|
|
|
2013-07-05 12:17:32 -04:00
|
|
|
|
.offlinePosterRibbon {
|
2014-01-03 15:32:27 -05:00
|
|
|
|
background: rgba(248, 58, 34, .8);
|
2013-10-16 22:43:55 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unairedPosterRibbon {
|
2014-01-03 15:32:27 -05:00
|
|
|
|
background: rgba(255, 106, 0, .8);
|
2013-10-16 22:43:55 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.missingPosterRibbon {
|
2014-01-03 15:32:27 -05:00
|
|
|
|
background: rgba(248, 58, 34, .8);
|
2013-07-05 12:17:32 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-02 01:46:06 -04:00
|
|
|
|
.syncIndicator {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2015-09-21 11:43:10 -04:00
|
|
|
|
top: 5px;
|
2015-06-02 01:46:06 -04:00
|
|
|
|
right: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 24px;
|
2015-08-14 10:42:40 -04:00
|
|
|
|
height: 24px;
|
2015-06-02 01:46:06 -04:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
2015-09-19 22:06:56 -04:00
|
|
|
|
line-height: 19px;
|
2015-09-24 13:08:10 -04:00
|
|
|
|
background-color: #52B54B;
|
2015-06-02 13:46:44 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-05-09 23:36:43 -04:00
|
|
|
|
.seriesTimerIndicator {
|
|
|
|
|
color: #cc3333;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
2016-06-19 13:41:49 -04:00
|
|
|
|
font-size: 200%;
|
2016-05-09 23:36:43 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-21 11:43:10 -04:00
|
|
|
|
.playedIndicator + .syncIndicator {
|
|
|
|
|
top: 32px;
|
2015-06-02 13:46:44 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-03 22:22:57 -04:00
|
|
|
|
.playedIndicator {
|
2015-10-04 23:24:24 -04:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2015-10-17 12:29:42 -04:00
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: rgb(82, 181, 75);
|
2015-10-04 23:24:24 -04:00
|
|
|
|
background: rgba(82, 181, 75, .95);
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
line-height: initial;
|
2015-10-04 18:04:56 -04:00
|
|
|
|
font-weight: 500;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-19 01:26:52 -04:00
|
|
|
|
.playedIndicator i, .syncIndicator i {
|
|
|
|
|
font-size: 180%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-22 12:16:43 -04:00
|
|
|
|
.mediaSourceIndicator {
|
2014-03-16 00:23:58 -04: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 15:59:59 -04:00
|
|
|
|
line-height: 1.2;
|
2014-03-16 00:23:58 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-10 09:53:44 -04:00
|
|
|
|
.itemProgress {
|
2013-04-15 22:36:12 -04:00
|
|
|
|
vertical-align: top;
|
2013-04-16 08:30:50 -04:00
|
|
|
|
font-size: 19px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
font-weight: bold;
|
2013-04-10 09:53:44 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 15:34:25 -04: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 16:50:13 -04:00
|
|
|
|
height: 14px;
|
2014-03-11 22:11:01 -04:00
|
|
|
|
border: 0 solid #222;
|
2013-05-03 22:33:44 -04:00
|
|
|
|
border-radius: 0;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
width: 50px;
|
2013-05-04 14:21:29 -04:00
|
|
|
|
margin-right: 5px;
|
2013-04-11 01:27:27 -04:00
|
|
|
|
}
|
2013-04-17 13:04:57 -04:00
|
|
|
|
|
2013-05-03 15:34:25 -04:00
|
|
|
|
/* Polyfill */
|
|
|
|
|
.itemProgressBar[role]:after {
|
|
|
|
|
background-image: none; /* removes default background from polyfill */
|
2013-04-23 22:50:43 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 15:34:25 -04:00
|
|
|
|
/*
|
|
|
|
|
* Background of the progress bar background
|
|
|
|
|
*/
|
2013-04-23 22:50:43 -04:00
|
|
|
|
|
2013-05-03 15:34:25 -04:00
|
|
|
|
/* Firefox and Polyfill */
|
|
|
|
|
.itemProgressBar {
|
2013-12-22 12:16:24 -05:00
|
|
|
|
background: #000 !important; /* !important only needed in polyfill */
|
2013-04-23 19:21:49 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 15:34:25 -04:00
|
|
|
|
/* Chrome */
|
|
|
|
|
.itemProgressBar::-webkit-progress-bar {
|
2013-12-22 12:16:24 -05:00
|
|
|
|
background: #000;
|
2013-04-23 22:50:43 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 12:16:24 -05:00
|
|
|
|
.pare
|
|
|
|
|
/*
|
2013-05-03 15:34:25 -04:00
|
|
|
|
* Background of the progress bar value
|
|
|
|
|
*/
|
2013-12-22 12:16:24 -05:00
|
|
|
|
/* Firefox */
|
|
|
|
|
.itemProgressBar::-moz-progress-bar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 12:16:24 -05:00
|
|
|
|
}
|
2013-04-23 19:21:49 -04:00
|
|
|
|
|
2013-12-22 12:16:24 -05:00
|
|
|
|
/* Chrome */
|
|
|
|
|
.itemProgressBar::-webkit-progress-value {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 12:16:24 -05:00
|
|
|
|
}
|
2013-04-23 22:50:43 -04:00
|
|
|
|
|
2013-12-22 12:16:24 -05:00
|
|
|
|
/* Polyfill */
|
|
|
|
|
.itemProgressBar[aria-valuenow]:before {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background-image: none;
|
2013-12-29 12:07:29 -05:00
|
|
|
|
background-color: #52B54B;
|
2013-12-22 12:16:24 -05:00
|
|
|
|
}
|
2013-04-23 22:50:43 -04:00
|
|
|
|
|
2014-01-14 15:24:56 -05: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 16:50:13 -04:00
|
|
|
|
.tileItem .itemProgressBar {
|
|
|
|
|
top: 2px;
|
2013-05-03 15:34:25 -04:00
|
|
|
|
width: 40px;
|
2013-05-04 14:21:29 -04:00
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-15 08:05:07 -04:00
|
|
|
|
.timelineHeader {
|
|
|
|
|
margin-bottom: .25em;
|
2015-05-10 00:29:04 -04:00
|
|
|
|
line-height: 1.25em;
|
2015-04-18 20:05:36 -04:00
|
|
|
|
line-height: initial;
|
2013-05-15 08:05:07 -04:00
|
|
|
|
}
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
2014-05-06 22:28:19 -04:00
|
|
|
|
.itemsContainer {
|
2014-11-18 21:45:12 -05:00
|
|
|
|
margin: 0 auto;
|
2015-04-18 20:05:36 -04:00
|
|
|
|
line-height: 0;
|
2014-05-06 22:28:19 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-16 15:00:42 -04:00
|
|
|
|
.alphabetPicker {
|
|
|
|
|
position: fixed;
|
2016-06-07 02:14:23 -04:00
|
|
|
|
right: 0;
|
2016-03-20 23:04:44 -04:00
|
|
|
|
bottom: 0;
|
2015-02-19 19:34:05 -05:00
|
|
|
|
z-index: 999;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
text-align: center;
|
2016-03-12 18:38:19 -05:00
|
|
|
|
font-size: 90%;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
display: none;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-24 00:24:16 -04:00
|
|
|
|
.layout-desktop .absolutePageTabContent .alphabetPicker {
|
2016-04-25 14:33:17 -04:00
|
|
|
|
right: 20px;
|
2016-04-24 00:24:16 -04:00
|
|
|
|
}
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
|
|
|
|
.selectedCharacter {
|
2015-09-28 23:35:50 -04:00
|
|
|
|
color: #52B54B !important;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 10:50:39 -05:00
|
|
|
|
.itemOverlayHtml {
|
|
|
|
|
max-height: 100px;
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-17 21:45:41 -04:00
|
|
|
|
.itemSelectionPanel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2015-09-27 19:32:09 -04:00
|
|
|
|
top: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, .3);
|
2015-02-19 19:34:05 -05:00
|
|
|
|
z-index: 999;
|
2015-10-07 21:49:40 -04:00
|
|
|
|
border: 1px solid #43A047;
|
2015-09-27 19:32:09 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemSelectionPanel #checkbox {
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectionCommandsPanel {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 50px;
|
2015-10-14 22:55:19 -04:00
|
|
|
|
background: #43A047;
|
2015-09-27 19:32:09 -04:00
|
|
|
|
z-index: 1000;
|
2015-10-08 12:22:14 -04:00
|
|
|
|
padding: 0 .75em 0 .25em;
|
2015-12-14 10:43:03 -05:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2016-05-07 13:47:41 -04:00
|
|
|
|
color: #fff;
|
2014-03-17 21:45:41 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-27 19:32:09 -04:00
|
|
|
|
.itemSelectionCount {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
color: #fff;
|
2015-09-27 20:59:30 -04:00
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-top: 1px;
|
2015-09-27 19:32:09 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-07 01:42:26 -04:00
|
|
|
|
@media all and (max-height: 480px) {
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
2016-06-08 01:24:25 -04:00
|
|
|
|
display: none !important;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
}
|
2016-06-07 01:42:26 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 480px) {
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
|
|
|
|
.itemsContainerWithAlphaPicker {
|
2015-12-14 10:43:03 -05:00
|
|
|
|
margin-right: 20px;
|
2015-01-23 01:15:15 -05:00
|
|
|
|
}
|
2016-04-24 00:24:16 -04:00
|
|
|
|
|
|
|
|
|
.absolutePageTabContent .itemsContainerWithAlphaPicker {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-20 23:04:44 -04:00
|
|
|
|
@media all and (min-height: 500px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-18 02:23:44 -04:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2015-01-23 01:15:15 -05:00
|
|
|
|
|
2016-04-24 00:24:16 -04:00
|
|
|
|
.itemsContainerWithAlphaPicker, .absolutePageTabContent .itemsContainerWithAlphaPicker {
|
2015-06-18 02:23:44 -04:00
|
|
|
|
margin-right: 0;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-09 12:13:25 -04:00
|
|
|
|
@media all and (max-height: 700px) {
|
2016-06-07 02:14:23 -04:00
|
|
|
|
|
|
|
|
|
.vertical.alphabetPicker .alphaPickerButton {
|
|
|
|
|
padding-top: 1px !important;
|
|
|
|
|
padding-bottom: 1px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-09 12:13:25 -04:00
|
|
|
|
@media all and (max-height: 600px) {
|
2016-06-07 02:14:23 -04:00
|
|
|
|
|
|
|
|
|
.vertical.alphabetPicker .alphaPickerButton {
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-11 11:56:15 -04:00
|
|
|
|
@media all and (max-height: 530px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
2016-06-14 15:21:26 -04:00
|
|
|
|
font-size: 80%;
|
2016-06-11 11:56:15 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-14 23:12:32 -04:00
|
|
|
|
@media all and (max-height: 480px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
|
|
|
|
font-size: 76%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-01 13:26:31 -05:00
|
|
|
|
@media all and (min-height: 900px) {
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
2014-01-01 13:26:31 -05:00
|
|
|
|
bottom: 120px;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-01 13:26:31 -05:00
|
|
|
|
@media all and (min-height: 1000px) {
|
2013-05-16 15:00:42 -04:00
|
|
|
|
|
2014-01-01 13:26:31 -05:00
|
|
|
|
.alphabetPicker {
|
|
|
|
|
bottom: 200px;
|
2013-05-16 15:00:42 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-19 15:51:56 -04:00
|
|
|
|
.channelHeader {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
text-align: center;
|
2014-05-20 20:56:24 -04:00
|
|
|
|
border-bottom: 1px solid #333;
|
2014-05-19 15:51:56 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.channelHeader a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2014-07-05 01:21:13 -04:00
|
|
|
|
|
2014-08-15 12:35:41 -04:00
|
|
|
|
.itemsListview {
|
2014-07-18 15:07:28 -04:00
|
|
|
|
margin: 0 auto !important;
|
2015-09-04 13:34:50 -04:00
|
|
|
|
max-width: 1000px;
|
2014-07-05 12:51:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 13:34:50 -04:00
|
|
|
|
.itemsListview {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .listItem {
|
|
|
|
|
border-bottom: 1px solid #303030;
|
|
|
|
|
padding-left: 0;
|
2015-09-04 13:40:56 -04:00
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .listviewMenuButton {
|
|
|
|
|
margin-right: 0 !important;
|
2015-09-04 13:34:50 -04:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 12:51:39 -04:00
|
|
|
|
.itemsListview .ui-li-count {
|
2014-07-05 15:57:18 -04:00
|
|
|
|
right: 1em;
|
2014-07-05 12:51:39 -04:00
|
|
|
|
top: 70%;
|
|
|
|
|
background: rgba(82, 181, 75, .8);
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 17:15:25 -04:00
|
|
|
|
.itemsListview .playedIndicator {
|
2014-08-17 01:38:13 -04:00
|
|
|
|
left: 55px;
|
|
|
|
|
top: 2px;
|
2015-06-03 11:26:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .syncIndicator, .itemsListview .pieIndicator {
|
|
|
|
|
left: 55px;
|
2014-07-05 17:15:25 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 13:34:50 -04:00
|
|
|
|
.itemsListview .content-icon {
|
2015-09-04 16:32:20 -04:00
|
|
|
|
width: auto !important;
|
|
|
|
|
padding-right: .7em;
|
2015-09-04 13:34:50 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
.itemsListview.paperList {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 13:34:50 -04:00
|
|
|
|
.itemsListview paper-item-body {
|
|
|
|
|
min-height: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemsListview .mediaItem {
|
|
|
|
|
padding: 7px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 12:51:39 -04:00
|
|
|
|
.listviewImage {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
background-repeat: no-repeat;
|
2015-09-09 13:49:44 -04:00
|
|
|
|
background-size: contain;
|
2014-07-05 12:51:39 -04:00
|
|
|
|
background-position: center center;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-04 13:34:50 -04:00
|
|
|
|
.listviewImage.small {
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
background-repeat: no-repeat;
|
2015-09-09 13:49:44 -04:00
|
|
|
|
background-size: contain;
|
2015-09-04 13:34:50 -04:00
|
|
|
|
background-position: center center;
|
2015-06-07 17:21:30 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.listViewUserDataButtons {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
2015-09-04 13:34:50 -04:00
|
|
|
|
.listItem:hover .listViewUserDataButtons {
|
2015-06-07 17:21:30 -04:00
|
|
|
|
visibility: visible !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.listViewUserDataButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-22 13:05:32 -05:00
|
|
|
|
.userProfileSettingsForm {
|
|
|
|
|
max-width: 700px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 700px) {
|
|
|
|
|
|
|
|
|
|
.userProfileSettingsForm .detailSection {
|
2015-05-07 18:27:01 -04:00
|
|
|
|
margin-left: .5em;
|
|
|
|
|
margin-right: .5em;
|
2015-01-22 13:05:32 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1000px) {
|
|
|
|
|
|
|
|
|
|
.smallDetailImageContainer {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
}
|
2015-04-18 20:05:36 -04:00
|
|
|
|
}
|
2015-05-07 10:04:10 -04:00
|
|
|
|
|
2015-09-24 13:08:10 -04:00
|
|
|
|
.homeFavoritesDisabled .homeFavoritesTab {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
#criticReviewsContent.hiddenScrollX {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#criticReviewsContent.hiddenScrollX .paperList {
|
|
|
|
|
min-width: 240px;
|
|
|
|
|
width: 90%;
|
|
|
|
|
max-width: 500px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
margin: 0 4px 0 0;
|
|
|
|
|
}
|