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

138 lines
2.2 KiB
CSS
Raw Normal View History

2015-06-15 21:52:01 -07:00
body {
font-family: Helvetica Neue;
}
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;
color: #2ad !important;
}
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 {
color: #2ad !important;
}
.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;
font-size: 14px;
}
paper-button[raised].submit {
background: none !important;
color: #2ad !important;
border: 1px solid #2ad !important;
2015-06-17 08:39:46 -07:00
}
2015-06-17 18:41:22 -07:00
paper-button[raised].more {
background: none !important;
color: orange !important;
border: 1px solid orange !important;
}
paper-button[raised].secondary {
background: none !important;
color: green !important;
border: 1px solid green !important;
}
paper-button[raised].cancel {
background: none !important;
color: #666 !important;
border: 1px solid #666 !important;
}