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

123 lines
1.9 KiB
CSS
Raw Normal View History

2015-06-17 23:23:44 -07:00
html, body {
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-16 10:37:49 -07:00
.viewMenuBar, .libraryViewNav {
background-color: rgba(28,28,28,.97);
}
.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-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
}
.btn, .btn-large {
font-family: Helvetica Neue !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;
}
.librarySidebarLinks a {
font-weight: 400 !important;
}
.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;
margin-top: -5px;
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 11:29:44 -07:00
.libraryViewNav a:not(.ui-btn-active):hover {
color: #539FFD !important;
}