2015-09-23 19:31:40 -07:00
|
|
|
|
.hidingAnimatedTab {
|
2015-09-21 11:39:18 -07:00
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-23 12:03:17 -07:00
|
|
|
|
.background-theme-b, .dialog.background-theme-b {
|
2016-03-06 23:53:38 -07:00
|
|
|
|
background-color: #181818;
|
2015-10-19 09:00:00 -07:00
|
|
|
|
/*background: radial-gradient(circle, #282828, #141414);*/
|
2015-05-14 19:16:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-16 19:33:45 -07:00
|
|
|
|
.ui-body-b {
|
|
|
|
|
/* Need the important tag for paper dialogs with this class */
|
|
|
|
|
color: #fff !important;
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 00:28:13 -07:00
|
|
|
|
.backdropContainer {
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 00:28:13 -07:00
|
|
|
|
.pageBackground {
|
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: -1;
|
2015-07-01 08:47:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 00:28:13 -07:00
|
|
|
|
.withBackdrop .pageBackground {
|
2016-03-19 15:31:00 -07:00
|
|
|
|
background-color: rgba(6, 6,6, .9);
|
2016-03-12 00:28:13 -07:00
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageWithAbsoluteTabs neon-animatable {
|
|
|
|
|
z-index: 2;
|
2014-05-10 22:11:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-13 22:36:36 -07:00
|
|
|
|
.libraryPage .header {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-29 19:15:32 -07:00
|
|
|
|
.pageTabContent {
|
|
|
|
|
contain: style;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-09 12:27:38 -07:00
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent, .libraryPage > .ui-content {
|
2013-12-27 19:46:32 -07:00
|
|
|
|
padding-top: 10px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-06 11:09:20 -07:00
|
|
|
|
/*.pageWithAbsoluteTabs .pageTabContent {
|
|
|
|
|
padding-left: .5em !important;
|
|
|
|
|
padding-right: .5em !important;
|
|
|
|
|
}*/
|
2015-07-01 22:08:05 -07:00
|
|
|
|
|
2016-05-09 12:27:38 -07:00
|
|
|
|
.flexPageTabContent.is-active {
|
2016-05-11 22:58:05 -07:00
|
|
|
|
display: flex !important;
|
2016-05-09 12:27:38 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-03-06 11:09:20 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
|
|
|
|
|
.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
|
|
|
|
}
|
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-12-14 08:43:03 -07:00
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.listHeader {
|
|
|
|
|
padding-left: 5px;
|
2015-06-15 21:52:01 -07:00
|
|
|
|
}
|
2015-12-14 08:43:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-04 20:50:07 -07:00
|
|
|
|
.listHeader + button {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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-12-23 10:46:01 -07:00
|
|
|
|
width: 96%;
|
2014-08-10 15:13:17 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 08:43:03 -07:00
|
|
|
|
@media all and (min-width: 2560px) {
|
2014-08-10 15:13:17 -07:00
|
|
|
|
|
2015-08-02 16:47:31 -07:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 96%;
|
2014-07-13 14:03:57 -07:00
|
|
|
|
}
|
2014-07-12 12:05:35 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-01 14:15:16 -07:00
|
|
|
|
.detailPageContent {
|
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
|
|
|
|
}
|
|
|
|
|
|
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-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-14 21:05:52 -07:00
|
|
|
|
.criticRatingScore {
|
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;
|
2015-10-08 09:22:14 -07:00
|
|
|
|
padding: 8px;
|
2015-08-18 23:12:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-03-12 00:28:13 -07:00
|
|
|
|
.withBackdrop .noBackdrop {
|
2015-08-30 10:26:30 -07:00
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
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 {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
border: solid 1px transparent;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 08:43:03 -07: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-17 21:22:45 -07:00
|
|
|
|
.detailImageContainer img {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 280px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 140px;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-12 09:39:24 -07:00
|
|
|
|
.portraitDetailImageContainer img {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 220px;
|
2015-09-12 09:39:24 -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 {
|
2015-09-27 08:00:57 -07: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-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-12-14 08:43:03 -07:00
|
|
|
|
width: 66%;
|
2015-08-29 17:40:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 11:51:18 -07:00
|
|
|
|
[is="emby-button"].detailFloatingButton {
|
|
|
|
|
width: 56px !important;
|
|
|
|
|
height: 56px !important;
|
2015-08-17 21:22:45 -07:00
|
|
|
|
top: -28px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 25%;
|
|
|
|
|
background-color: #52B54B !important;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 11:51:18 -07:00
|
|
|
|
[is="emby-button"].btnFloatingRecord {
|
2015-08-17 21:22:45 -07:00
|
|
|
|
background-color: #cc3333 !important;
|
2014-08-16 22:38:13 -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 {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 240px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 120px;
|
2015-08-18 21:08:03 -07:00
|
|
|
|
}
|
2015-08-29 17:40:52 -07:00
|
|
|
|
|
|
|
|
|
.portraitDetailImageContainer img {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 180px;
|
2015-08-29 17:40:52 -07:00
|
|
|
|
}
|
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 {
|
2016-06-06 23:14:23 -07:00
|
|
|
|
right: 15px !important;
|
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 {
|
2016-05-11 22:58:05 -07:00
|
|
|
|
display: none !important;
|
2015-02-02 21:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-11 22:58:05 -07:00
|
|
|
|
.itemName {
|
|
|
|
|
font-weight: normal !important;
|
2016-05-12 12:21:43 -07:00
|
|
|
|
margin: .5em 0;
|
2013-12-01 13:17:40 -07:00
|
|
|
|
}
|
2013-05-14 21:05:52 -07:00
|
|
|
|
|
2014-08-16 22:38:13 -07:00
|
|
|
|
.empty {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
2015-09-19 19:06:56 -07:00
|
|
|
|
padding: 0 0 .25em .25em;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
margin-bottom: .5em;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-16 19:33:45 -07:00
|
|
|
|
.ui-body-a .detailSectionHeader {
|
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;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
.ui-body-b .detailSectionHeader {
|
|
|
|
|
border: 1px solid #444;
|
|
|
|
|
border-width: 0 0 1px 0;
|
2015-09-14 10:28:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
.detailSectionHeader, .detailSectionHeader h3 {
|
|
|
|
|
font-size: 20px;
|
2015-01-17 22:45:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-04 20:50:07 -07:00
|
|
|
|
.detailSectionHeader button {
|
2015-09-19 19:06:56 -07:00
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
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-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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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-09-23 09:16:06 -07:00
|
|
|
|
height: 500px;
|
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-12-14 08:43:03 -07:00
|
|
|
|
width: 140px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 140px;
|
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 {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 180px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2014-03-19 10:44:55 -07:00
|
|
|
|
}
|
2013-05-14 21:05:52 -07:00
|
|
|
|
}
|
2015-08-18 21:08:03 -07:00
|
|
|
|
|
2016-05-11 22:58:05 -07:00
|
|
|
|
.itemMiscInfo {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2016-05-12 12:21:43 -07:00
|
|
|
|
|
2016-05-11 22:58:05 -07:00
|
|
|
|
.mediaInfoItem {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-19 19:22:47 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
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 {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 80px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbDetailImageContainer img {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
width: 180px;
|
|
|
|
|
/* This is just to make sure it always takes up some space */
|
|
|
|
|
min-height: 60px;
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
2016-05-11 22:58:05 -07:00
|
|
|
|
|
2016-05-18 10:02:56 -07:00
|
|
|
|
.mobileDetails .itemMiscInfo {
|
2016-05-11 22:58:05 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-18 10:02:56 -07:00
|
|
|
|
.itemMiscInfo .endsAt {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2015-08-19 19:22:47 -07:00
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
2016-03-12 16:38:19 -07:00
|
|
|
|
font-size: 120%;
|
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;
|
2015-09-21 08:43:10 -07:00
|
|
|
|
top: 5px;
|
2015-06-01 22:46:06 -07:00
|
|
|
|
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-09-19 19:06:56 -07:00
|
|
|
|
line-height: 19px;
|
2015-09-24 10:08:10 -07:00
|
|
|
|
background-color: #52B54B;
|
2015-06-02 10:46:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-05-09 20:36:43 -07:00
|
|
|
|
.seriesTimerIndicator {
|
|
|
|
|
color: #cc3333;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-21 08:43:10 -07:00
|
|
|
|
.playedIndicator + .syncIndicator {
|
|
|
|
|
top: 32px;
|
2015-06-02 10:46:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-03 19:22:57 -07:00
|
|
|
|
.playedIndicator {
|
2015-10-04 20:24:24 -07:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2015-10-17 09:29:42 -07:00
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: rgb(82, 181, 75);
|
2015-10-04 20:24:24 -07:00
|
|
|
|
background: rgba(82, 181, 75, .95);
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
line-height: initial;
|
2015-10-04 15:04:56 -07:00
|
|
|
|
font-weight: 500;
|
2013-12-29 10:07:29 -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
|
|
|
|
}
|
|
|
|
|
|
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-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;
|
2016-06-06 23:14:23 -07:00
|
|
|
|
right: 0;
|
2016-03-20 20:04:44 -07:00
|
|
|
|
bottom: 0;
|
2015-02-19 17:34:05 -07:00
|
|
|
|
z-index: 999;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
text-align: center;
|
2016-03-12 16:38:19 -07:00
|
|
|
|
font-size: 90%;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
display: none;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-23 21:24:16 -07:00
|
|
|
|
.layout-desktop .absolutePageTabContent .alphabetPicker {
|
2016-04-25 11:33:17 -07:00
|
|
|
|
right: 20px;
|
2016-04-23 21:24:16 -07:00
|
|
|
|
}
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
|
|
|
|
.selectedCharacter {
|
2015-09-28 20:35:50 -07:00
|
|
|
|
color: #52B54B !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
|
|
|
|
.itemSelectionPanel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2015-09-27 16:32:09 -07:00
|
|
|
|
top: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, .3);
|
2015-02-19 17:34:05 -07:00
|
|
|
|
z-index: 999;
|
2015-10-07 18:49:40 -07:00
|
|
|
|
border: 1px solid #43A047;
|
2015-09-27 16:32:09 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemSelectionPanel #checkbox {
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectionCommandsPanel {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 50px;
|
2015-10-14 19:55:19 -07:00
|
|
|
|
background: #43A047;
|
2015-09-27 16:32:09 -07:00
|
|
|
|
z-index: 1000;
|
2015-10-08 09:22:14 -07:00
|
|
|
|
padding: 0 .75em 0 .25em;
|
2015-12-14 08:43:03 -07:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2016-05-07 10:47:41 -07:00
|
|
|
|
color: #fff;
|
2014-03-17 18:45:41 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-27 16:32:09 -07:00
|
|
|
|
.itemSelectionCount {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
color: #fff;
|
2015-09-27 17:59:30 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-top: 1px;
|
2015-09-27 16:32:09 -07:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-06 22:42:26 -07:00
|
|
|
|
@media all and (max-height: 480px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
2016-06-07 22:24:25 -07:00
|
|
|
|
display: none !important;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
2016-06-06 22:42:26 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 480px) {
|
2013-05-16 12:00:42 -07:00
|
|
|
|
|
|
|
|
|
.itemsContainerWithAlphaPicker {
|
2015-12-14 08:43:03 -07:00
|
|
|
|
margin-right: 20px;
|
2015-01-22 23:15:15 -07:00
|
|
|
|
}
|
2016-04-23 21:24:16 -07:00
|
|
|
|
|
|
|
|
|
.absolutePageTabContent .itemsContainerWithAlphaPicker {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-20 20:04:44 -07:00
|
|
|
|
@media all and (min-height: 500px) {
|
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-17 23:23:44 -07:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2015-01-22 23:15:15 -07:00
|
|
|
|
|
2016-04-23 21:24:16 -07:00
|
|
|
|
.itemsContainerWithAlphaPicker, .absolutePageTabContent .itemsContainerWithAlphaPicker {
|
2015-06-17 23:23:44 -07:00
|
|
|
|
margin-right: 0;
|
2013-05-16 12:00:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-06 23:14:23 -07:00
|
|
|
|
@media all and (max-height: 650px) {
|
|
|
|
|
|
|
|
|
|
.vertical.alphabetPicker .alphaPickerButton {
|
2016-06-07 22:24:25 -07:00
|
|
|
|
padding-top: 2px !important;
|
|
|
|
|
padding-bottom: 2px !important;
|
2016-06-06 23:14:23 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 600px) {
|
|
|
|
|
|
|
|
|
|
.vertical.alphabetPicker .alphaPickerButton {
|
|
|
|
|
padding-top: 1px !important;
|
|
|
|
|
padding-bottom: 1px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 550px) {
|
|
|
|
|
|
|
|
|
|
.vertical.alphabetPicker .alphaPickerButton {
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 08:43:03 -07:00
|
|
|
|
.itemsListview.paperList {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
|
2015-09-24 10:08:10 -07:00
|
|
|
|
.homeFavoritesDisabled .homeFavoritesTab {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 08:43:03 -07: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;
|
|
|
|
|
}
|