jellyfin-web/dashboard-ui/css/librarybrowser.css

1009 lines
17 KiB
CSS
Raw Normal View History

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 {
height: 20px;
2013-10-17 11:24:27 -07:00
margin-left: .5em;
}
2016-08-03 21:39:19 -07:00
.background-theme-b .backgroundContainer, .dialog.background-theme-b {
2016-07-22 23:04:18 -07:00
background-color: #121314;
2015-10-19 09:00:00 -07:00
/*background: radial-gradient(circle, #282828, #141414);*/
2015-05-14 19:16:57 -07:00
}
2016-08-03 21:39:19 -07:00
.background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6,6, .9);
/*background: radial-gradient(circle, #282828, #141414);*/
}
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
.pageWithAbsoluteTabs neon-animatable {
z-index: 2;
2014-05-10 22:11:53 -07:00
}
.libraryPage .header {
padding-bottom: 0;
}
2016-05-29 19:15:32 -07:00
.pageTabContent {
contain: style;
}
2016-07-21 21:59:58 -07:00
.textActionButton {
border: 0 !important;
background: transparent;
border: 0 !important;
padding: 0 !important;
cursor: pointer;
outline: none !important;
color: inherit;
vertical-align: middle;
font-family: inherit;
font-size: inherit;
}
.textActionButton:hover {
text-decoration: underline;
opacity: 1;
}
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-03-31 22:08:29 -07:00
.listHeader {
2015-06-15 21:52:01 -07:00
margin: .25em 0;
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;
}
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 {
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 {
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 {
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;
}
.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;
background-color: #181818;
2013-05-06 20:00:24 -07:00
border-radius: 4px;
padding: 5px 7px;
2013-05-07 06:06:01 -07:00
margin: 0 5px 5px 0;
color: #fff !important;
text-decoration: none;
font-weight: normal !important;
}
2016-06-12 17:42:30 -07:00
.itemOverview {
white-space: pre-wrap;
}
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
.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
}
.itemBackdrop {
background-size: cover;
2014-07-29 20:31:35 -07:00
background-position: center 15%;
background-repeat: no-repeat;
height: 640px;
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-07-26 22:19:56 -07:00
.withBackdrop + .mainDrawerPanel .noBackdrop {
2015-08-30 10:26:30 -07:00
background-color: transparent;
}
.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;
}
2015-08-17 21:22:45 -07:00
.noBackdrop .itemBackdropContent {
background-color: transparent;
}
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-08-17 21:22:45 -07:00
.desktopMiscInfoContainer {
position: absolute;
bottom: 10px;
}
.lnkSibling {
2015-06-05 07:27:01 -07:00
position: absolute;
2015-08-18 10:54:29 -07:00
bottom: 0;
text-decoration: none;
font-weight: normal !important;
display: none;
2013-05-19 11:44:51 -07:00
background-color: rgba(0,0,0,0.6);
color: #ddd !important;
2013-12-23 08:26:36 -07:00
background-color: transparent;
padding: 0;
}
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 {
2016-06-18 22:26:52 -07:00
margin-left: .5em;
2015-08-19 19:22:47 -07:00
}
}
2015-08-18 10:54:29 -07:00
@media all and (max-width: 1200px) {
.lnkSibling {
display: none !important;
}
}
.lnkPreviousItem {
2014-05-10 10:28:03 -07:00
left: 10px;
}
.lnkNextItem {
2015-06-19 11:34:21 -07:00
right: 10px;
}
2015-02-02 21:54:52 -07:00
.detailImageContainer {
2015-08-17 21:22:45 -07:00
float: left;
margin-top: -140px;
}
.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-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
}
2016-08-04 23:10:24 -07:00
.emby-button.detailFloatingButton {
2016-06-05 11:51:18 -07:00
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-08-04 23:10:24 -07:00
.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) {
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
}
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
}
.detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
margin-top: -2em;
}
.detailPageCollabsible {
margin-top: 0;
}
2015-07-29 10:16:00 -07:00
.detailSection h1 {
margin-bottom: .25em;
position: relative;
}
.detailSectionHeader {
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-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;
2016-08-04 23:10:24 -07:00
font-weight: 400;
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-12-29 21:35:27 -07:00
.detailImageProgressContainer {
position: absolute;
2016-07-30 16:23:57 -07:00
bottom: 4px;
right: 1px;
left: 1px;
2013-12-29 21:35:27 -07:00
text-align: center;
}
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) {
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
}
}
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) {
.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
}
.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;
2013-05-15 20:39:15 -07:00
}
.mediaInfoAttribute {
color: #fff;
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;
display: inline-block;
2013-04-09 11:38:58 -07:00
}
2013-04-09 21:38:04 -07:00
.posterRibbon {
display: block;
position: absolute;
top: 5px;
right: 5px;
2013-04-09 21:38:04 -07:00
text-align: center;
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
.offlinePosterRibbon {
background: rgba(248, 58, 34, .8);
2013-10-16 19:43:55 -07:00
}
.unairedPosterRibbon {
background: rgba(255, 106, 0, .8);
2013-10-16 19:43:55 -07:00
}
.missingPosterRibbon {
background: rgba(248, 58, 34, .8);
}
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-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
}
2014-05-06 19:28:19 -07:00
.itemsContainer {
2014-11-18 19:45:12 -07:00
margin: 0 auto;
2014-05-06 19:28:19 -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;
text-align: center;
2016-03-12 16:38:19 -07:00
font-size: 90%;
display: none;
line-height: 1;
}
.layout-desktop .absolutePageTabContent .alphabetPicker {
2016-04-25 11:33:17 -07:00
right: 20px;
}
2016-06-06 22:42:26 -07:00
@media all and (max-height: 480px) {
.alphabetPicker {
2016-06-07 22:24:25 -07:00
display: none !important;
}
2016-06-06 22:42:26 -07:00
}
@media all and (min-height: 480px) {
.itemsContainerWithAlphaPicker {
2015-12-14 08:43:03 -07:00
margin-right: 20px;
2015-01-22 23:15:15 -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
.itemsContainerWithAlphaPicker, .absolutePageTabContent .itemsContainerWithAlphaPicker {
2015-06-17 23:23:44 -07:00
margin-right: 0;
}
}
2016-06-09 09:13:25 -07:00
@media all and (max-height: 700px) {
2016-06-06 23:14:23 -07:00
2016-08-03 10:26:42 -07:00
.alphaPicker-vertical .alphaPickerButton {
2016-06-06 23:14:23 -07:00
padding-top: 1px !important;
padding-bottom: 1px !important;
}
}
2016-06-09 09:13:25 -07:00
@media all and (max-height: 600px) {
2016-06-06 23:14:23 -07:00
2016-08-03 10:26:42 -07:00
.alphaPicker-vertical .alphaPickerButton {
2016-06-06 23:14:23 -07:00
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
2016-06-11 08:56:15 -07:00
@media all and (max-height: 530px) {
.alphabetPicker {
2016-06-14 12:21:26 -07:00
font-size: 80%;
2016-06-11 08:56:15 -07:00
}
}
2016-06-14 20:12:32 -07:00
@media all and (max-height: 480px) {
.alphabetPicker {
font-size: 76%;
}
}
@media all and (min-height: 900px) {
.alphabetPicker {
bottom: 120px;
}
}
@media all and (min-height: 1000px) {
.alphabetPicker {
bottom: 200px;
}
}
2015-06-07 14:21:30 -07:00
@media all and (max-width: 1200px) {
.listViewUserDataButtons {
2016-07-05 22:13:26 -07:00
display: none !important;
2015-06-07 14:21:30 -07:00
}
}
2015-01-22 11:05:32 -07:00
.userProfileSettingsForm {
max-width: 700px;
}
@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;
}
2016-07-30 16:23:57 -07:00
@media all and (min-width: 1000px) {
2016-08-26 10:24:04 -07:00
.itemDetailPage .portraitCard-scalable {
2016-07-30 16:23:57 -07:00
width: 25% !important;
}
2016-08-26 10:24:04 -07:00
.itemDetailPage .squareCard-scalable {
2016-07-30 16:23:57 -07:00
width: 25% !important;
}
2016-08-26 10:24:04 -07:00
.itemDetailPage .backdropCard-scalable, .itemDetailPage .smallBackdropCard-scalable {
2016-07-30 16:23:57 -07:00
width: 33.3333333333333333% !important;
}
2016-07-30 21:11:23 -07:00
.itemDetailPage .personCard.portraitCard {
width: 16.666666666666666666666666666667% !important;
}
2016-07-30 16:23:57 -07:00
}
2016-08-12 08:54:37 -07:00
.btnSyncComplete {
background: #673AB7 !important;
}
2016-08-26 10:24:04 -07:00
.btnSyncComplete i {
border-radius: 1000px;
}