jellyfin-web/dashboard-ui/themes/ios.css
Luke Pulverenti 02b433a97f update menus
2015-06-22 11:43:19 -04:00

149 lines
2.3 KiB
CSS

html, body {
font-family: Helvetica Neue;
/* Setting it here will help prevent white flashes */
background-color: #1c1c1c;
}
.viewMenuBar, .libraryViewNav {
background-color: rgba(28,28,28,.97);
}
.backdropPage.ui-page-theme-b {
background-color: rgba(28,28,28,.92) !important;
}
.ui-page-theme-b {
background-color: #1c1c1c;
}
.libraryViewNav a {
font-weight: 400;
text-transform: none;
color: #ccc !important;
padding-top: 16px;
}
@media all and (max-width: 600px) {
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
.libraryViewNav .ui-btn-active {
border-bottom-color: transparent;
color: #539FFD !important;
}
.libraryViewNav {
border-top: 1px solid #333;
font-size: 12px;
}
.viewMenuBar {
border-bottom: 1px solid #333;
}
.barsMenuButton .fa {
color: #539FFD !important;
}
.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;
}
.viewMenuSearch {
background: #1c1c1c;
}
.libraryMenuButtonText {
position: absolute;
left: 100px;
right: 100px;
text-align: center;
font-size: 16px;
margin: 0 auto !important;
}
.libraryViewNav .material-icons {
display: block;
margin-top: -6px;
font-size: 15px;
}
.btnActiveCast i {
color: #539FFD !important;
}
.libraryViewNav a:not(.ui-btn-active):hover {
color: #539FFD !important;
}
@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;
}
}
.bottomFab {
bottom: 70px;
}
.sidebarLinkText {
font-weight: 400 !important;
}