2016-03-12 15:16:42 -05:00
|
|
|
|
html {
|
2015-09-24 13:08:10 -04:00
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-28 15:11:43 -04:00
|
|
|
|
body:not(.dashboardDocument) .mainDrawerButton {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-24 13:08:10 -04:00
|
|
|
|
.ui-body-b select {
|
|
|
|
|
-webkit-appearance: none;
|
2015-09-23 12:16:06 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-25 01:15:29 -04:00
|
|
|
|
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
|
|
|
|
|
padding-top: 88px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPage:not(.noSecondaryNavPage) {
|
|
|
|
|
padding-top: 85px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-11 12:26:06 -04:00
|
|
|
|
.backdropContainer {
|
|
|
|
|
/* This isn't implemented right and ends up looking terrible */
|
|
|
|
|
background-attachment: initial;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-04 00:39:19 -04:00
|
|
|
|
.background-theme-b .backgroundContainer:not(.withBackdrop), .dialog.background-theme-b {
|
2015-10-10 20:39:30 -04:00
|
|
|
|
background: #181818;
|
2015-06-16 00:52:01 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-23 12:42:35 -04:00
|
|
|
|
.viewMenuBar {
|
|
|
|
|
/* It needs this in order to retain height since we're positioning the contents absolutely */
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-09 17:09:21 -04:00
|
|
|
|
.libraryDocument .viewMenuBar, .libraryViewNav {
|
|
|
|
|
background-color: #000 !important;
|
|
|
|
|
box-shadow: none !important;
|
2015-06-16 13:37:49 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-07-12 13:17:15 -04:00
|
|
|
|
.viewMenuBar.semiTransparent {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
2015-08-18 13:54:29 -04:00
|
|
|
|
|
2016-07-12 13:17:15 -04:00
|
|
|
|
.libraryViewNav .pageTabButton {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
}
|
2015-07-02 01:08:05 -04:00
|
|
|
|
|
2016-05-17 13:44:17 -04:00
|
|
|
|
.pageTabButton.is-active .pageTabButtonSelectionBar {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
2015-07-02 01:08:05 -04:00
|
|
|
|
|
2016-05-17 13:44:17 -04:00
|
|
|
|
.libraryViewNav .pageTabButton.is-active {
|
|
|
|
|
color: #52B54B !important;
|
|
|
|
|
}
|
2015-09-07 21:00:46 -04:00
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
.ui-body-b .paperList:not(.criticReviewPaperList) {
|
2015-09-23 22:31:40 -04:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 10:43:03 -05:00
|
|
|
|
.criticReviewPaperList {
|
|
|
|
|
background-color: #262626;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-23 22:31:40 -04:00
|
|
|
|
.settingsMenuHeader {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-18 15:43:47 -04:00
|
|
|
|
@media all and (max-width: 600px) {
|
2015-07-14 12:39:34 -04:00
|
|
|
|
|
2015-06-18 15:43:47 -04:00
|
|
|
|
.libraryViewNav a {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-10 01:15:06 -04:00
|
|
|
|
.btnActiveCast {
|
2015-09-27 11:00:57 -04:00
|
|
|
|
color: #52B54B !important;
|
2015-09-25 01:15:29 -04:00
|
|
|
|
}
|
2015-06-16 00:52:01 -04:00
|
|
|
|
|
2016-05-10 01:15:06 -04:00
|
|
|
|
.libraryViewNav {
|
2015-06-16 00:52:01 -04:00
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h1 a {
|
|
|
|
|
font-weight: 400 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnNotificationsInner {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryMenuButtonText {
|
|
|
|
|
font-weight: 500 !important;
|
2015-09-23 12:16:06 -04:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: 100px;
|
|
|
|
|
right: 100px;
|
2016-03-30 12:37:29 -04:00
|
|
|
|
top: 12px;
|
2015-09-23 12:16:06 -04:00
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0 auto !important;
|
2015-09-24 13:08:10 -04:00
|
|
|
|
padding: 0 !important;
|
2016-03-30 12:37:29 -04:00
|
|
|
|
justify-content: center;
|
2015-09-25 12:08:13 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-23 12:16:06 -04:00
|
|
|
|
.noSecondaryNavPage .itemBackdrop {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-01 16:06:30 -04:00
|
|
|
|
.cardImageContainer {
|
2015-08-28 00:19:08 -04:00
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
2015-06-16 15:17:12 -04:00
|
|
|
|
|
2015-06-22 11:43:19 -04:00
|
|
|
|
.sidebarLinkText {
|
|
|
|
|
font-weight: 400 !important;
|
|
|
|
|
}
|
2015-06-27 19:18:09 -04:00
|
|
|
|
|
2015-09-24 13:08:10 -04:00
|
|
|
|
.nowPlayingPageBackButton {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
2015-09-25 22:31:13 -04:00
|
|
|
|
|
|
|
|
|
.nowPlayingPage .libraryViewNav {
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingPage {
|
2015-09-26 10:51:26 -04:00
|
|
|
|
padding-top: 50px !important;
|
2015-09-25 22:31:13 -04:00
|
|
|
|
}
|
2015-10-03 14:13:53 -04:00
|
|
|
|
|
2015-10-02 02:14:04 -04:00
|
|
|
|
.localSyncStatus .labelSyncStatus {
|
|
|
|
|
display: none !important;
|
2015-10-03 14:13:53 -04:00
|
|
|
|
}
|
2016-02-25 01:09:10 -05:00
|
|
|
|
|
|
|
|
|
.videoSubtitles {
|
2016-02-25 21:41:43 -05:00
|
|
|
|
font-size: 200% !important;
|
2016-02-25 01:09:10 -05:00
|
|
|
|
}
|
2016-06-08 01:24:25 -04:00
|
|
|
|
|
|
|
|
|
.alphabetPicker {
|
|
|
|
|
right: 5px !important;
|
|
|
|
|
}
|
2016-06-08 17:04:52 -04:00
|
|
|
|
|
2016-07-09 17:09:21 -04:00
|
|
|
|
.searchBackButton {
|
|
|
|
|
display: none !important;
|
2016-06-08 17:04:52 -04:00
|
|
|
|
}
|
2016-07-12 13:17:15 -04:00
|
|
|
|
|
2016-07-15 15:54:34 -04:00
|
|
|
|
.txtSearch {
|
|
|
|
|
padding-bottom: .5em !important;
|
|
|
|
|
text-indent: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchInputContainer {
|
|
|
|
|
margin-left: 5%;
|
|
|
|
|
margin-right: 5%;
|
2016-07-12 13:17:15 -04:00
|
|
|
|
}
|
2016-07-21 14:40:49 -04:00
|
|
|
|
|
|
|
|
|
.categorySyncButton {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|