jellyfin-web/dashboard-ui/themes/ios.css

236 lines
4.0 KiB
CSS
Raw Normal View History

2015-09-04 09:20:54 -07:00
html, body, .ui-btn, .pageTitle {
font-family: San Francisco, Helvetica Neue;
}
2015-09-23 09:16:06 -07:00
body {
2015-09-24 10:08:10 -07:00
font-size: 15px;
}
.ui-body-b a:visited {
color: #007AFF /*{b-link-visited}*/;
}
.ui-body-b a {
color: #007AFF /*{b-link-color}*/;
font-weight: 500;
}
.ui-body-b select {
-webkit-appearance: none;
2015-09-23 09:16:06 -07:00
}
2015-09-24 22:15:29 -07:00
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 88px !important;
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 85px !important;
}
2015-09-11 09:26:06 -07:00
.backdropContainer {
/* This isn't implemented right and ends up looking terrible */
background-attachment: initial;
}
2015-09-04 09:20:54 -07:00
.background-theme-b {
2015-09-24 10:08:10 -07:00
background-color: #161616;
2015-06-15 21:52:01 -07:00
}
2015-09-04 09:20:54 -07:00
.backdropContainer .pageBackground {
background-color: rgba(28,28,28,.92) !important;
2015-06-26 13:40:30 -07:00
}
2015-09-24 10:08:10 -07:00
.homeTopViews .defaultBackground .cardImage {
background-color: #303030;
}
2015-09-23 09:42:35 -07:00
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
}
2015-07-01 22:08:05 -07:00
.viewMenuBar, .libraryViewNav, paper-tabs {
2015-09-23 09:16:06 -07:00
background-color: #000;
2015-06-16 10:37:49 -07:00
}
2015-08-18 10:54:29 -07:00
.viewMenuBar.semiTransparent {
2015-09-23 09:16:06 -07:00
background-color: #000;
2015-08-18 10:54:29 -07:00
}
2015-09-04 09:20:54 -07:00
.libraryViewNav a {
font-weight: 400;
text-transform: none;
color: #ccc !important;
padding: 12px 13px 8px;
}
2015-07-01 22:08:05 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav .tab-content {
display: block !important;
}
2015-07-01 22:08:05 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav paper-tabs {
2015-09-07 18:00:46 -07:00
flex-grow: 0 !important;
2015-09-23 09:16:06 -07:00
height: 36px;
2015-09-04 09:20:54 -07:00
}
2015-08-17 09:52:56 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav paper-tab {
height: auto !important;
2015-09-07 18:00:46 -07:00
flex-grow: 0 !important;
2015-09-04 09:20:54 -07:00
}
2015-07-01 22:08:05 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav #selectionBar {
background-color: transparent !important;
}
2015-06-15 21:52:01 -07:00
2015-09-07 18:00:46 -07:00
.libraryViewNav #tabsContainer {
flex-grow: 0 !important;
}
2015-09-23 19:31:40 -07:00
.ui-body-b .paperList {
background-color: transparent;
box-shadow: none;
}
.settingsMenuHeader {
display: none;
}
2015-06-18 12:43:47 -07:00
@media all and (max-width: 600px) {
2015-07-14 09:39:34 -07:00
2015-06-18 12:43:47 -07:00
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
2015-07-01 22:08:05 -07:00
.libraryViewNav a {
border-bottom: 0;
}
2015-09-24 22:15:29 -07:00
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected, .btnActiveCast {
color: #007AFF !important;
}
2015-06-15 21:52:01 -07:00
2015-07-20 21:22:46 -07:00
.channelTimeslotHeader {
2015-09-24 22:15:29 -07:00
border-right-color: #007AFF !important;
2015-07-20 21:22:46 -07:00
}
.channelTimeslotHeader, .timeslotHeader {
2015-09-24 22:15:29 -07:00
background: #007AFF !important;
2015-07-20 21:22:46 -07:00
}
2015-07-01 22:08:05 -07:00
.libraryViewNav, paper-tabs {
2015-06-15 21:52:01 -07:00
font-size: 12px;
}
h1, h1 a {
font-weight: 400 !important;
}
.btnNotificationsInner {
font-weight: 400;
}
.channelList {
font-weight: 400;
}
.channelHeaderCellInner {
font-weight: 400;
}
2015-09-23 09:16:06 -07:00
.tvGuideHeader {
2015-09-24 10:08:10 -07:00
top: 86px !important;
2015-09-23 09:16:06 -07:00
}
2015-06-15 21:52:01 -07:00
.libraryMenuButtonText {
font-weight: 500 !important;
2015-09-23 09:16:06 -07:00
position: absolute;
left: 100px;
right: 100px;
text-align: center;
font-size: 16px;
margin: 0 auto !important;
2015-09-24 10:08:10 -07:00
padding: 0 !important;
2015-06-15 21:52:01 -07:00
}
2015-09-25 09:08:13 -07:00
@media all and (max-width: 400px) {
.libraryMenuButtonText {
display: block;
}
}
2015-06-15 21:52:01 -07:00
.libraryPanelHeader span {
font-weight: 400;
}
2015-09-23 09:16:06 -07:00
.noSecondaryNavPage .itemBackdrop {
margin-top: 0;
}
2015-07-01 22:08:05 -07:00
paper-tab {
text-transform: none !important;
}
2015-06-15 21:52:01 -07:00
.visualCardBox {
background: none !important;
-moz-box-shadow: none;
-ms-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
2015-07-14 09:39:34 -07:00
.visualCardBox .outerCardFooter {
padding: 0;
}
2015-06-16 12:17:12 -07:00
2015-08-27 21:19:08 -07:00
.cardBox {
margin: 5px;
}
.cardImage {
border-radius: 10px;
}
2015-06-16 12:17:12 -07:00
.viewMenuSearch {
background: #1c1c1c;
}
2015-06-17 08:39:46 -07:00
2015-06-18 21:23:55 -07:00
@media (min-width: 600px) {
2015-07-14 09:39:34 -07:00
2015-06-18 21:23:55 -07:00
/* This needs a little extra space to account for the longer date format */
.channelHeaderCell, .channelTimeslotHeader {
width: 209px;
}
2015-07-14 09:39:34 -07:00
2015-06-18 21:23:55 -07:00
.programGrid, .timeslotHeaders {
margin-left: 210px;
}
}
2015-06-19 09:36:51 -07:00
.bottomFab {
2015-08-17 11:04:58 -07:00
bottom: 120px !important;
2015-06-19 09:36:51 -07:00
}
2015-06-22 08:43:19 -07:00
.sidebarLinkText {
font-weight: 400 !important;
}
2015-06-27 16:18:09 -07:00
#footer {
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
background-color: rgb(26,26,26);
2015-09-21 18:05:33 -07:00
}
2015-09-24 10:08:10 -07:00
.nowPlayingPageBackButton {
display: none !important;
}
2015-09-25 19:31:13 -07:00
.nowPlayingPage .libraryViewNav {
top: 0 !important;
}
.nowPlayingPage {
padding-top: 40px !important;
}