1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/devices/ios/ios.css

141 lines
2.3 KiB
CSS
Raw Normal View History

2016-03-12 15:16:42 -05:00
html {
2015-09-24 13:08:10 -04:00
font-size: 15px;
}
2016-04-28 15:11:43 -04:00
body:not(.dashboardDocument) .mainDrawerButton {
display: none !important;
}
2015-09-24 13:08:10 -04:00
.ui-body-b select {
-webkit-appearance: none;
2015-09-23 12:16:06 -04:00
}
2015-09-25 01:15:29 -04:00
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 88px !important;
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 85px !important;
}
2015-09-11 12:26:06 -04:00
.backdropContainer {
/* This isn't implemented right and ends up looking terrible */
background-attachment: initial;
}
2016-08-04 00:39:19 -04:00
.background-theme-b .backgroundContainer:not(.withBackdrop), .dialog.background-theme-b {
2015-10-10 20:39:30 -04:00
background: #181818;
2015-06-16 00:52:01 -04:00
}
2015-09-23 12:42:35 -04:00
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
}
2016-07-09 17:09:21 -04:00
.libraryDocument .viewMenuBar, .libraryViewNav {
background-color: #000 !important;
box-shadow: none !important;
2015-06-16 13:37:49 -04:00
}
2016-07-12 13:17:15 -04:00
.viewMenuBar.semiTransparent {
background-color: #000;
}
2015-08-18 13:54:29 -04:00
2016-08-20 15:58:57 -04:00
.emby-tab-button {
2016-07-12 13:17:15 -04:00
font-weight: 400;
2016-08-22 14:28:24 -04:00
text-transform: none!important;
2016-08-20 02:27:48 -04:00
border-color: transparent !important;
2016-08-20 15:58:57 -04:00
border-width: 0 !important;
2016-08-20 02:27:48 -04:00
}
2015-12-14 10:43:03 -05:00
.criticReviewPaperList {
background-color: #262626;
}
2015-09-23 22:31:40 -04:00
.settingsMenuHeader {
display: none;
}
2015-06-18 15:43:47 -04:00
@media all and (max-width: 600px) {
2015-07-14 12:39:34 -04:00
2015-06-18 15:43:47 -04:00
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
2016-05-10 01:15:06 -04:00
.libraryViewNav {
2015-06-16 00:52:01 -04:00
font-size: 12px;
}
h1, h1 a {
font-weight: 400 !important;
}
.btnNotificationsInner {
font-weight: 400;
}
.libraryMenuButtonText {
font-weight: 500 !important;
2015-09-23 12:16:06 -04:00
position: absolute;
left: 100px;
right: 100px;
2016-03-30 12:37:29 -04:00
top: 12px;
2015-09-23 12:16:06 -04:00
text-align: center;
font-size: 16px;
margin: 0 auto !important;
2015-09-24 13:08:10 -04:00
padding: 0 !important;
2016-03-30 12:37:29 -04:00
justify-content: center;
2015-09-25 12:08:13 -04:00
}
2015-09-23 12:16:06 -04:00
.noSecondaryNavPage .itemBackdrop {
margin-top: 0;
}
2016-08-01 16:06:30 -04:00
.cardImageContainer {
2015-08-28 00:19:08 -04:00
border-radius: 10px;
}
2015-06-16 15:17:12 -04:00
2015-06-22 11:43:19 -04:00
.sidebarLinkText {
font-weight: 400 !important;
}
2015-06-27 19:18:09 -04:00
2015-09-24 13:08:10 -04:00
.nowPlayingPageBackButton {
display: none !important;
}
2015-09-25 22:31:13 -04:00
.nowPlayingPage .libraryViewNav {
top: 0 !important;
}
.nowPlayingPage {
2015-09-26 10:51:26 -04:00
padding-top: 50px !important;
2015-09-25 22:31:13 -04:00
}
2016-02-25 01:09:10 -05:00
.videoSubtitles {
2016-02-25 21:41:43 -05:00
font-size: 200% !important;
2016-02-25 01:09:10 -05:00
}
2016-06-08 01:24:25 -04:00
.alphabetPicker {
right: 5px !important;
}
2016-06-08 17:04:52 -04:00
2016-07-09 17:09:21 -04:00
.searchBackButton {
display: none !important;
2016-06-08 17:04:52 -04:00
}
2016-07-12 13:17:15 -04:00
2016-07-15 15:54:34 -04:00
.txtSearch {
padding-bottom: .5em !important;
text-indent: 0 !important;
}
.searchInputContainer {
margin-left: 5%;
margin-right: 5%;
2016-07-12 13:17:15 -04:00
}
2016-07-21 14:40:49 -04:00
.categorySyncButton {
display: none !important;
}