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

159 lines
2.5 KiB
CSS
Raw Normal View History

2015-06-26 13:40:30 -07:00
html {
2015-06-15 21:52:01 -07:00
font-family: Helvetica Neue;
2015-06-17 23:23:44 -07:00
/* Setting it here will help prevent white flashes */
background-color: #1c1c1c;
2015-06-15 21:52:01 -07:00
}
2015-06-26 13:40:30 -07:00
html, body {
font-family: Helvetica Neue;
}
2015-06-16 10:37:49 -07:00
.viewMenuBar, .libraryViewNav {
background-color: rgba(28,28,28,.97);
}
2015-06-18 21:23:55 -07:00
.backdropPage.ui-page-theme-b {
background-color: rgba(28,28,28,.92) !important;
}
2015-06-16 10:37:49 -07:00
.ui-page-theme-b {
2015-06-15 21:52:01 -07:00
background-color: #1c1c1c;
}
2015-06-16 10:37:49 -07:00
.libraryViewNav a {
font-weight: 400;
text-transform: none;
color: #ccc !important;
2015-06-17 18:41:22 -07:00
padding-top: 16px;
2015-06-16 10:37:49 -07:00
}
2015-06-15 21:52:01 -07:00
2015-06-18 12:43:47 -07:00
@media all and (max-width: 600px) {
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
2015-06-16 10:37:49 -07:00
.libraryViewNav .ui-btn-active {
border-bottom-color: transparent;
2015-06-17 23:23:44 -07:00
color: #539FFD !important;
2015-06-16 10:37:49 -07:00
}
2015-06-15 21:52:01 -07:00
.libraryViewNav {
border-top: 1px solid #333;
font-size: 12px;
}
.viewMenuBar {
border-bottom: 1px solid #333;
}
.barsMenuButton .fa {
2015-06-17 23:23:44 -07:00
color: #539FFD !important;
2015-06-15 21:52:01 -07:00
}
.pageTitle {
font-family: Helvetica Neue;
}
.ui-btn {
font-family: Helvetica Neue;
}
.ui-loader h1 {
font-family: Helvetica Neue;
}
h1, h1 a {
font-weight: 400 !important;
}
.btnNotificationsInner {
font-weight: 400;
}
.channelList {
font-weight: 400;
}
.channelHeaderCellInner {
font-weight: 400;
}
.libraryMenuButtonText {
font-weight: 500 !important;
position: relative;
top: 2px;
}
.libraryPanelHeader span {
font-weight: 400;
}
.visualCardBox {
background: none !important;
-moz-box-shadow: none;
-ms-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.visualCardBox .outerCardFooter {
padding: 0;
}
2015-06-16 12:17:12 -07:00
.viewMenuSearch {
background: #1c1c1c;
}
2015-06-17 08:39:46 -07:00
.libraryMenuButtonText {
position: absolute;
2015-06-17 18:41:22 -07:00
left: 100px;
right: 100px;
2015-06-17 08:39:46 -07:00
text-align: center;
2015-06-17 18:41:22 -07:00
font-size: 16px;
margin: 0 auto !important;
}
.libraryViewNav .material-icons {
display: block;
2015-06-18 12:43:47 -07:00
margin-top: -6px;
2015-06-18 11:29:44 -07:00
font-size: 15px;
2015-06-17 23:23:44 -07:00
}
.btnActiveCast i {
color: #539FFD !important;
}
2015-06-18 12:43:47 -07:00
2015-06-18 11:29:44 -07:00
.libraryViewNav a:not(.ui-btn-active):hover {
color: #539FFD !important;
2015-06-18 12:43:47 -07:00
}
2015-06-18 21:23:55 -07:00
@media (min-width: 600px) {
/* This needs a little extra space to account for the longer date format */
.channelHeaderCell, .channelTimeslotHeader {
width: 209px;
}
.programGrid, .timeslotHeaders {
margin-left: 210px;
}
}
2015-06-19 09:36:51 -07:00
.bottomFab {
bottom: 70px;
}
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);
}