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-08-04 00:39:19 -04:00
|
|
|
|
.background-theme-b .backgroundContainer, .dialog.background-theme-b {
|
2016-10-14 12:22:04 -04:00
|
|
|
|
background-color: #121314;
|
2015-05-14 22:16:57 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-08-04 00:39:19 -04:00
|
|
|
|
.background-theme-b .backgroundContainer.withBackdrop {
|
2016-12-09 02:26:39 -05:00
|
|
|
|
background-color: rgba(6, 6,6, .74);
|
2016-08-04 00:39:19 -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;
|
2016-12-03 02:58:48 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backdropImage {
|
|
|
|
|
/*-webkit-filter: blur(20px);
|
2016-12-02 03:03:38 -05:00
|
|
|
|
-moz-filter: blur(20px);
|
|
|
|
|
-o-filter: blur(20px);
|
|
|
|
|
-ms-filter: blur(20px);
|
2016-12-03 02:58:48 -05:00
|
|
|
|
filter: blur(20px);*/
|
2015-07-01 11:47:41 -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-10-28 15:42:15 -04:00
|
|
|
|
.libraryPage > .ui-content {
|
2013-12-27 21:46:32 -05:00
|
|
|
|
padding-top: 10px;
|
2014-08-01 22:34:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-11-05 13:39:12 -04:00
|
|
|
|
.pageWithAbsoluteTabs .pageTabContent {
|
2016-12-01 12:38:13 -05:00
|
|
|
|
padding-top: 2.6em;
|
2016-11-05 13:39:12 -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-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 {
|
2016-11-05 13:39:12 -04:00
|
|
|
|
margin-bottom: 3.6em;
|
2015-06-16 00:52:01 -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;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-15 18:12:16 -04:00
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
|
|
|
|
width: 98%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
|
|
|
|
width: 96%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-14 12:22:04 -04:00
|
|
|
|
.homePageSection h1 {
|
2016-11-05 13:39:12 -04:00
|
|
|
|
padding-left: .55em;
|
2016-10-14 12:22:04 -04:00
|
|
|
|
}
|
2014-05-13 20:46:45 -04:00
|
|
|
|
|
2016-10-14 12:22:04 -04:00
|
|
|
|
.homePageSection .itemsContainer {
|
2016-11-05 13:39:12 -04:00
|
|
|
|
padding-left: .7em;
|
|
|
|
|
padding-right: .7em;
|
2014-08-10 18:13:17 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-10-11 02:46:59 -04:00
|
|
|
|
@media all and (min-width: 1200px) {
|
2014-08-10 18:13:17 -04:00
|
|
|
|
|
2016-10-14 12:22:04 -04:00
|
|
|
|
.homePageSection h1 {
|
|
|
|
|
padding-left: 2.2vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homePageSection .itemsContainer {
|
|
|
|
|
padding-left: 2vw;
|
|
|
|
|
padding-right: 2vw;
|
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
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
2016-12-02 15:10:35 -05:00
|
|
|
|
background-color: #333;
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-06-13 02:42:30 +02:00
|
|
|
|
.itemOverview {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
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;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
height: 300px;
|
2013-05-15 00:05:52 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 13:54:29 -04:00
|
|
|
|
.noSecondaryNavPage .itemBackdrop {
|
|
|
|
|
margin-top: -50px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-18 00:22:45 -04:00
|
|
|
|
.noBackdrop {
|
|
|
|
|
background: #181818;
|
2016-12-04 16:30:07 -05:00
|
|
|
|
height: 170px !important;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-07-27 01:19:56 -04:00
|
|
|
|
.withBackdrop + .mainDrawerPanel .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
|
|
|
|
.desktopMiscInfoContainer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
}
|
2015-02-07 16:03:09 -05:00
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
.detailUserDataIcons {
|
2016-12-02 03:03:38 -05:00
|
|
|
|
margin-left: .5em;
|
2016-12-09 20:58:52 -05:00
|
|
|
|
white-space: nowrap;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.detailImageContainer {
|
|
|
|
|
margin-right: 2em;
|
2016-12-08 00:59:43 -05:00
|
|
|
|
width: 280px;
|
|
|
|
|
flex-shrink: 0;
|
2015-08-19 22:22:47 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-03 02:58:48 -05:00
|
|
|
|
.detailPagePrimaryContent {
|
|
|
|
|
position: relative;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailLogo {
|
|
|
|
|
width: 300px;
|
2016-12-03 15:00:41 -05:00
|
|
|
|
height: 70px;
|
2016-12-03 02:58:48 -05:00
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10%;
|
|
|
|
|
right: 20%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1400px) {
|
|
|
|
|
|
|
|
|
|
.detailLogo {
|
2016-12-09 20:58:52 -05:00
|
|
|
|
right: 5%;
|
2016-12-03 02:58:48 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-09 20:58:52 -05:00
|
|
|
|
@media all and (max-width: 1200px) {
|
2016-12-03 02:58:48 -05:00
|
|
|
|
|
|
|
|
|
.detailLogo {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemDetailImage {
|
|
|
|
|
border: solid 1px transparent;
|
2016-12-08 00:59:43 -05:00
|
|
|
|
width: 100%;
|
2015-08-18 13:54:29 -04:00
|
|
|
|
}
|
2013-05-19 13:35:00 -04:00
|
|
|
|
|
2016-12-08 00:59:43 -05:00
|
|
|
|
.thumbDetailImageContainer {
|
2016-12-02 03:03:38 -05:00
|
|
|
|
width: 400px;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -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;
|
2013-05-19 13:35:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemDetailGalleryLink img:hover {
|
|
|
|
|
-moz-box-shadow: 0 0 20px 3px #52B54B;
|
|
|
|
|
-webkit-box-shadow: 0 0 20px 3px #52B54B;
|
|
|
|
|
box-shadow: 0 0 20px 3px #52B54B;
|
2015-02-07 16:03:09 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
@media all and (max-width: 800px) {
|
2013-12-21 13:37:34 -05:00
|
|
|
|
|
2016-12-04 16:30:07 -05:00
|
|
|
|
.detailPageContent {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.detailImageContainer {
|
|
|
|
|
position: absolute;
|
2016-12-05 13:46:38 -05:00
|
|
|
|
top: -90px;
|
|
|
|
|
left: 5%;
|
2016-12-08 00:59:43 -05:00
|
|
|
|
width: auto;
|
2015-12-14 10:43:03 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemDetailImage {
|
|
|
|
|
height: 120px;
|
2016-12-03 02:58:48 -05:00
|
|
|
|
width: auto !important;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
}
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.btnPlaySimple {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
2015-09-12 12:39:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
@media all and (min-width: 800px) {
|
2015-02-02 23:54:52 -05:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-05-15 00:05:52 -04:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.detailPagePrimaryContainer {
|
|
|
|
|
display: flex;
|
2016-12-03 15:00:41 -05:00
|
|
|
|
margin-bottom: 3.6em;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
}
|
2016-12-15 15:03:57 -05:00
|
|
|
|
|
|
|
|
|
.shadedDetailSection, .detailPagePrimaryContainer {
|
|
|
|
|
background: rgba(0,0,0,.7);
|
|
|
|
|
padding: 1em;
|
|
|
|
|
box-shadow: 0 0 10px 1px black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailSection h1 {
|
|
|
|
|
opacity: .9;
|
|
|
|
|
}
|
2013-06-05 00:01:22 -04:00
|
|
|
|
}
|
2013-06-02 10:33:51 -04:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
@media all and (max-width: 1200px) {
|
2015-08-29 20:40:52 -04:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.lnkSibling {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
.emby-button.detailFloatingButton {
|
2016-06-05 14:51:18 -04:00
|
|
|
|
width: 56px !important;
|
|
|
|
|
height: 56px !important;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
bottom: -28px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
position: absolute;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
right: 5%;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
background-color: #52B54B !important;
|
2016-12-05 13:46:38 -05:00
|
|
|
|
z-index: 1;
|
2015-02-02 23:54:52 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
.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-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
|
|
|
|
.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-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;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
2016-09-25 14:39:13 -04:00
|
|
|
|
margin: 1.5em 0 1em;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2014-07-11 00:27:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-09-25 14:39:13 -04:00
|
|
|
|
.detailSectionHeader > h1 {
|
|
|
|
|
margin: 0;
|
2015-09-19 22:06:56 -04:00
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.mainDetailButtons {
|
|
|
|
|
padding: 1em 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mainDetailButtons button, .recordingFields button {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-05 13:46:38 -05:00
|
|
|
|
.mainDetailButtons.hide + .recordingFields {
|
|
|
|
|
margin-top: 1.5em !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-29 23:35:27 -05:00
|
|
|
|
.detailImageProgressContainer {
|
|
|
|
|
position: absolute;
|
2016-07-30 19:23:57 -04:00
|
|
|
|
bottom: 4px;
|
|
|
|
|
right: 1px;
|
|
|
|
|
left: 1px;
|
2013-12-29 23:35:27 -05:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-13 22:05:33 -04:00
|
|
|
|
.viewControls, .listTopPaging {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
@media all and (max-height: 540px) {
|
2015-08-18 00:22:45 -04:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 290px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
@media all and (max-height: 500px) {
|
2015-08-18 00:22:45 -04:00
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
|
|
|
|
height: 240px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 460px) {
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 200px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 300px) {
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 150px;
|
2013-12-27 12:12:23 -05:00
|
|
|
|
}
|
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
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.itemBackdrop {
|
2015-08-19 00:08:03 -04:00
|
|
|
|
height: 120px;
|
2015-08-18 00:22:45 -04:00
|
|
|
|
}
|
2015-04-25 23:25:07 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.editorMenuLink {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
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
|
|
|
|
|
2015-08-19 22:22:47 -04:00
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 03:03:38 -05:00
|
|
|
|
.detailPageContent {
|
2016-12-05 13:46:38 -05:00
|
|
|
|
padding: 3em 3% 0;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-06 16:44:14 -04:00
|
|
|
|
@media all and (min-width: 750px) {
|
2013-05-15 00:05:52 -04:00
|
|
|
|
.detailPageContent {
|
2016-12-05 13:46:38 -05:00
|
|
|
|
padding: 3em 3% 0;
|
2016-12-02 03:03:38 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
.detailPageContent {
|
2016-12-05 13:46:38 -05:00
|
|
|
|
padding: 3em 5% 0;
|
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 {
|
2016-12-02 03:03:38 -05:00
|
|
|
|
font-weight: inherit !important;
|
2013-04-17 23:53:19 -04:00
|
|
|
|
}
|
|
|
|
|
|
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;
|
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
|
|
|
|
}
|
|
|
|
|
|
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-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;
|
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;
|
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
|
|
|
|
|
2016-11-19 00:52:49 -05:00
|
|
|
|
@media all and (max-height: 500px) {
|
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
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 00:52:49 -05:00
|
|
|
|
@media all and (min-height: 500px) {
|
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
|
|
|
|
|
2016-08-03 13:26:42 -04:00
|
|
|
|
.alphaPicker-vertical .alphaPickerButton {
|
2016-06-07 02:14:23 -04:00
|
|
|
|
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
|
|
|
|
|
2016-08-03 13:26:42 -04:00
|
|
|
|
.alphaPicker-vertical .alphaPickerButton {
|
2016-06-07 02:14:23 -04:00
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-07 17:21:30 -04:00
|
|
|
|
@media all and (max-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.listViewUserDataButtons {
|
2016-07-06 01:13:26 -04:00
|
|
|
|
display: none !important;
|
2015-06-07 17:21:30 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
|
2016-12-15 01:41:10 -05:00
|
|
|
|
@media all and (max-width: 800px) {
|
2016-12-10 02:16:15 -05:00
|
|
|
|
|
|
|
|
|
.detailsHiddenOnMobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
2016-07-30 19:23:57 -04:00
|
|
|
|
|
2016-08-12 11:54:37 -04:00
|
|
|
|
.btnSyncComplete {
|
|
|
|
|
background: #673AB7 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-26 13:24:04 -04:00
|
|
|
|
.btnSyncComplete i {
|
|
|
|
|
border-radius: 1000px;
|
|
|
|
|
}
|
2016-12-09 02:26:39 -05:00
|
|
|
|
|
|
|
|
|
.bulletSeparator {
|
|
|
|
|
margin: 0 .35em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoIcons {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2016-12-09 20:58:52 -05:00
|
|
|
|
margin: 1.5em 0 1em;
|
|
|
|
|
flex-wrap: wrap;
|
2016-12-09 02:26:39 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoText {
|
|
|
|
|
background: rgba(31,31,31,.7);
|
2016-12-13 18:38:26 -05:00
|
|
|
|
padding: .25em .5em;
|
2016-12-09 02:26:39 -05:00
|
|
|
|
border-radius: .25em;
|
|
|
|
|
color: #ddd;
|
|
|
|
|
margin-right: .5em;
|
2016-12-09 20:58:52 -05:00
|
|
|
|
margin-bottom: .5em;
|
2016-12-09 02:26:39 -05:00
|
|
|
|
font-size: 94%;
|
|
|
|
|
background: rgba(170,170,190, .2);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2016-12-09 20:58:52 -05:00
|
|
|
|
white-space: nowrap;
|
2016-12-09 02:26:39 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaInfoText-upper {
|
|
|
|
|
text-transform: uppercase;
|
2016-12-15 15:03:57 -05:00
|
|
|
|
}
|