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

184 lines
3.2 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;
}
.background-theme-b {
2015-06-17 23:23:44 -07:00
background-color: #1c1c1c;
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-07-01 22:08:05 -07:00
.viewMenuBar, .libraryViewNav, paper-tabs {
2015-06-16 10:37:49 -07:00
background-color: rgba(28,28,28,.97);
}
2015-08-18 10:54:29 -07:00
.viewMenuBar.semiTransparent {
background-color: rgba(28, 28, 28, .8);
}
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 {
height: 58px !important;
}
2015-08-17 09:52:56 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav paper-tab {
height: auto !important;
}
2015-07-01 22:08:05 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav iron-icon {
width: 22px;
height: 22px;
display: block;
margin: 0 auto 6px;
}
2015-07-01 22:08:05 -07:00
2015-09-04 09:20:54 -07:00
.libraryViewNav paper-tabs iron-icon {
margin: 6px auto 6px;
}
2015-08-27 12:59:42 -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-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-07-14 09:39:34 -07:00
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected, .barsMenuButton .fa, .btnActiveCast, .libraryViewNav a:not(.ui-btn-active):hover {
2015-07-19 20:43:13 -07:00
color: #FF2D55 !important;
2015-07-14 09:39:34 -07:00
}
2015-06-15 21:52:01 -07:00
2015-07-20 11:32:55 -07:00
.viewMenuBar .headerButtonLeft {
2015-07-19 20:43:13 -07:00
color: #FF2D55 !important;
}
2015-07-20 21:22:46 -07:00
.channelTimeslotHeader {
border-right-color: #FF2D55 !important;
}
.channelTimeslotHeader, .timeslotHeader {
background: #FF2D55 !important;
}
2015-06-15 21:52:01 -07:00
.libraryViewNav {
2015-07-01 22:08:05 -07:00
border-top: 1px solid #333 !important;
}
.libraryViewNav, paper-tabs {
2015-06-15 21:52:01 -07:00
font-size: 12px;
}
.viewMenuBar {
border-bottom: 1px solid #333;
}
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;
}
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
.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;
}
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-07-14 09:39:34 -07:00
}