UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

1,938 lines 599 kB
/** * Framework7 3.6.0 * Full featured mobile HTML framework for building iOS & Android apps * http://framework7.io/ * * Copyright 2014-2018 Vladimir Kharlampidi * * Released under the MIT License * * Released on: December 7, 2018 */ html { direction: rtl; } html, body, .framework7-root { position: relative; height: 100%; width: 100%; overflow-x: hidden; } body { margin: 0; padding: 0; font-size: 14px; width: 100%; background: #fff; overflow: hidden; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; } .framework7-root { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; } .framework7-initializing *, .framework7-initializing *:before, .framework7-initializing *:after { -webkit-transition-duration: 0ms !important; transition-duration: 0ms !important; } /* a, button, input, textarea, .link, .button, label, .sortable-handler { touch-action: manipulation; -ms-touch-action: manipulation; } */ @media (width: 1024px) and (height: 691px) and (orientation: landscape) { html, body, .framework7-root { height: 671px; } } @media (width: 1024px) and (height: 692px) and (orientation: landscape) { html, body, .framework7-root { height: 672px; } } * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; } a, input, textarea, select { outline: 0; } a { cursor: pointer; text-decoration: none; } p { margin: 1em 0; } .disabled { opacity: 0.55 !important; pointer-events: none !important; } .ios body { font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif; color: #000; line-height: 1.4; } .ios .md-only, .ios .if-md { display: none !important; } .ios a { color: #007aff; } @media (width: 1024px) and (height: 691px) and (orientation: landscape) { .ios, .ios body, .ios .framework7-root { height: 671px; } } @media (width: 1024px) and (height: 692px) and (orientation: landscape) { .ios, .ios body, .ios .framework7-root { height: 672px; } } .ios .theme-dark { color: #fff; } .ios .color-theme-red a { color: #ff3b30; } .ios .color-theme-green a { color: #4cd964; } .ios .color-theme-blue a { color: #007aff; } .ios .color-theme-pink a { color: #ff2d55; } .ios .color-theme-yellow a { color: #ffcc00; } .ios .color-theme-orange a { color: #ff9500; } .ios .color-theme-gray a { color: #8e8e93; } .ios .color-theme-white a { color: #ffffff; } .ios .color-theme-black a { color: #000000; } .ios a.color-red { color: #ff3b30; } .ios a.color-green { color: #4cd964; } .ios a.color-blue { color: #007aff; } .ios a.color-pink { color: #ff2d55; } .ios a.color-yellow { color: #ffcc00; } .ios a.color-orange { color: #ff9500; } .ios a.color-gray { color: #8e8e93; } .ios a.color-white { color: #ffffff; } .ios a.color-black { color: #000000; } /* === Statusbar === */ .statusbar { position: absolute; left: 0; top: 0; width: 100%; z-index: 10000; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; } html.device-ios .statusbar, html.ios:not(.device-ios):not(.device-android) .statusbar { height: 20px; } html.device-android .statusbar, html.md:not(.device-ios):not(.device-android) .statusbar { height: 24px; } html.device-ios.device-iphone-x .statusbar { height: constant(safe-area-inset-top); height: env(safe-area-inset-top); } html.with-statusbar .statusbar { display: block; } html.with-statusbar.device-ios .framework7-root, html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root { padding-top: 20px; } html.with-statusbar.device-android .framework7-root, html.with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root { padding-top: 24px; } html.with-statusbar.device-iphone-x .framework7-root { padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); } .ios .statusbar { background: #f7f7f8; } .ios .theme-dark .statusbar { background-color: #1b1b1b; } /* === Views === */ .views, .view { position: relative; height: 100%; z-index: 5000; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; } /* === Pages === */ .pages { position: relative; width: 100%; height: 100%; overflow: hidden; } .page { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .page.stacked { display: none; } .page-previous { pointer-events: none; } .page-content { overflow: auto; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; position: relative; z-index: 1; } .ios .page-shadow-effect { position: absolute; top: 0; width: 16px; bottom: 0; z-index: -1; content: ''; opacity: 0; left: 100%; background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2))); background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); } .ios .page-opacity-effect { position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.1); width: 100%; bottom: 0; content: ''; opacity: 0; z-index: 10000; } .ios .router-dynamic-navbar-inside .page-shadow-effect, .ios .router-dynamic-navbar-inside .page-opacity-effect { top: 44px; } .ios .page { background: #efeff4; } .ios .page-previous { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } .ios .page-next { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .ios .page-previous .page-opacity-effect { opacity: 1; } .ios .page-previous:after { opacity: 1; } .ios .page-current .page-shadow-effect { opacity: 1; } .ios .page-transitioning, .ios .page-transitioning .page-shadow-effect, .ios .page-transitioning .page-opacity-effect { -webkit-transition-duration: 400ms; transition-duration: 400ms; } .ios .router-transition-forward .page-next, .ios .router-transition-backward .page-next, .ios .router-transition-forward .page-current, .ios .router-transition-backward .page-current, .ios .router-transition-forward .page-previous:not(.stacked), .ios .router-transition-backward .page-previous:not(.stacked) { pointer-events: none; } .ios .router-transition-css-forward .page-next { -webkit-animation: ios-page-next-to-current 400ms forwards; animation: ios-page-next-to-current 400ms forwards; } .ios .router-transition-css-forward .page-next:before { position: absolute; top: 0; width: 16px; bottom: 0; z-index: -1; content: ''; opacity: 0; left: 100%; background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2))); background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); -webkit-animation: ios-page-next-to-current-shadow 400ms forwards; animation: ios-page-next-to-current-shadow 400ms forwards; } .ios .router-transition-css-forward .page-current { -webkit-animation: ios-page-current-to-previous 400ms forwards; animation: ios-page-current-to-previous 400ms forwards; } .ios .router-transition-css-forward .page-current:after { position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.1); width: 100%; bottom: 0; content: ''; opacity: 0; z-index: 10000; -webkit-animation: ios-page-current-to-previous-opacity 400ms forwards; animation: ios-page-current-to-previous-opacity 400ms forwards; } .ios .router-transition-css-forward.router-dynamic-navbar-inside .page-next:before, .ios .router-transition-css-forward.router-dynamic-navbar-inside .page-current:after { top: 44px; } .ios .router-transition-css-backward .page-previous, .ios .router-transition-css-backward .page-current { pointer-events: none; } .ios .router-transition-css-backward .page-previous { -webkit-animation: ios-page-previous-to-current 400ms forwards; animation: ios-page-previous-to-current 400ms forwards; } .ios .router-transition-css-backward .page-previous:after { position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.1); width: 100%; bottom: 0; content: ''; opacity: 0; z-index: 10000; -webkit-animation: ios-page-previous-to-current-opacity 400ms forwards; animation: ios-page-previous-to-current-opacity 400ms forwards; } .ios .router-transition-css-backward .page-current { -webkit-animation: ios-page-current-to-next 400ms forwards; animation: ios-page-current-to-next 400ms forwards; } .ios .router-transition-css-backward .page-current:before { position: absolute; top: 0; width: 16px; bottom: 0; z-index: -1; content: ''; opacity: 0; left: 100%; background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2))); background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%); -webkit-animation: ios-page-current-to-next-shadow 400ms forwards; animation: ios-page-current-to-next-shadow 400ms forwards; } .ios .router-transition-css-backward.router-dynamic-navbar-inside .page-current:before, .ios .router-transition-css-backward.router-dynamic-navbar-inside .page-previous:after { top: 44px; } .ios .theme-dark .page, .page.ios .theme-dark { background: #171717; } @-webkit-keyframes ios-page-next-to-current { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } } @keyframes ios-page-next-to-current { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } } @-webkit-keyframes ios-page-previous-to-current { from { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } to { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } } @keyframes ios-page-previous-to-current { from { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } to { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } } @-webkit-keyframes ios-page-current-to-previous { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } } @keyframes ios-page-current-to-previous { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } } @-webkit-keyframes ios-page-current-to-next { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes ios-page-current-to-next { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @-webkit-keyframes ios-page-next-to-current-shadow { from { opacity: 0; } to { opacity: 1; } } @keyframes ios-page-next-to-current-shadow { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes ios-page-previous-to-current-opacity { from { opacity: 1; } to { opacity: 0; } } @keyframes ios-page-previous-to-current-opacity { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes ios-page-current-to-previous-opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes ios-page-current-to-previous-opacity { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes ios-page-current-to-next-shadow { from { opacity: 1; } to { opacity: 0; } } @keyframes ios-page-current-to-next-shadow { from { opacity: 1; } to { opacity: 0; } } /* === Link === */ .link, .tab-link { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1; } .ios .link { -webkit-transition: opacity 300ms; transition: opacity 300ms; } .ios .link i + span, .ios .link i + i, .ios .link span + i, .ios .link span + span { margin-right: 7px; } .ios .link.active-state { opacity: 0.3; -webkit-transition-duration: 0ms; transition-duration: 0ms; } /* === Navbar === */ .navbar { position: relative; left: 0; top: 0; width: 100%; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar b { font-weight: 500; } .navbar a.link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .navbar .title, .navbar .left, .navbar .right { position: relative; z-index: 1; } .navbar .title { text-align: center; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-flex-shrink: 10; -ms-flex-negative: 10; flex-shrink: 10; font-weight: 500; display: inline-block; } .navbar .subtitle { display: block; } .navbar .left, .navbar .right { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar .right:first-child { position: absolute; height: 100%; } .navbar-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .navbar-inner.stacked { display: none; } .views > .navbar, .view > .navbar, .page > .navbar { position: absolute; } .ios .navbar { height: 44px; font-size: 17px; background: #f7f7f8; } .ios .navbar.no-hairline:after { display: none !important; } .ios .navbar:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .ios .navbar a.link { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; line-height: 44px; height: 44px; } .ios .navbar a.icon-only { width: 44px; margin: 0; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .ios .navbar .title { font-size: 17px; margin: 0; line-height: 1.2; } .ios .navbar .subtitle { color: #6d6d72; line-height: 1; font-size: 10px; text-align: center; font-weight: normal; } .ios .navbar .left a + a, .ios .navbar .right a + a { margin-right: 15px; } .ios .navbar b, .ios .navbar .title { font-weight: 600; } .ios .navbar .left { margin-left: 10px; } .ios .navbar .right { margin-right: 10px; } .ios .navbar .right:first-child { left: 8px; } .ios .navbar:after { content: ''; position: absolute; background-color: #c4c4c4; display: block; z-index: 15; top: auto; right: auto; bottom: 0; left: 0; height: 1px; width: 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .ios.device-pixel-ratio-2 .navbar:after { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .ios.device-pixel-ratio-3 .navbar:after { -webkit-transform: scaleY(0.33); transform: scaleY(0.33); } .ios .navbar-inner { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 8px; } .ios .navbar ~ *:not(.no-navbar) .page-content, .ios .navbar ~ .page-content { padding-top: 44px; } .ios .navbar-previous { pointer-events: none; } .ios .navbar-previous .left, .ios .navbar-previous .right, .ios .navbar-previous > .title, .ios .navbar-previous .subnavbar, .ios .navbar-previous .fading { opacity: 0; } .ios .navbar-previous .sliding { opacity: 0; } .ios .navbar-previous .subnavbar.sliding, .ios .navbar-previous.sliding .subnavbar { opacity: 1; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .ios .navbar-next { pointer-events: none; } .ios .navbar-next .left, .ios .navbar-next .right, .ios .navbar-next > .title, .ios .navbar-next .subnavbar, .ios .navbar-next .fading { opacity: 0; } .ios .navbar-next .sliding { opacity: 0; } .ios .navbar-next.sliding .left, .ios .navbar-next.sliding .right, .ios .navbar-next.sliding > .title, .ios .navbar-next.sliding .subnavbar { opacity: 0; } .ios .navbar-next .subnavbar.sliding, .ios .navbar-next.sliding .subnavbar { opacity: 1; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .ios .navbar-transitioning { -webkit-transition-duration: 400ms; transition-duration: 400ms; } .ios .navbar-hidden { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } .ios .router-transition-css-forward .navbar-current .left, .ios .router-transition-css-backward .navbar-current .left, .ios .router-transition-css-forward .navbar-current > .title, .ios .router-transition-css-backward .navbar-current > .title, .ios .router-transition-css-forward .navbar-current .right, .ios .router-transition-css-backward .navbar-current .right, .ios .router-transition-css-forward .navbar-current .subnavbar, .ios .router-transition-css-backward .navbar-current .subnavbar { -webkit-animation: ios-navbar-element-fade-out 400ms forwards; animation: ios-navbar-element-fade-out 400ms forwards; } .ios .router-transition-css-forward .navbar-current .sliding, .ios .router-transition-css-backward .navbar-current .sliding, .ios .router-transition-css-forward .navbar-current .left.sliding .icon, .ios .router-transition-css-backward .navbar-current .left.sliding .icon, .ios .router-transition-css-forward .navbar-current.sliding .left, .ios .router-transition-css-backward .navbar-current.sliding .left, .ios .router-transition-css-forward .navbar-current.sliding .left .icon, .ios .router-transition-css-backward .navbar-current.sliding .left .icon, .ios .router-transition-css-forward .navbar-current.sliding > .title, .ios .router-transition-css-backward .navbar-current.sliding > .title, .ios .router-transition-css-forward .navbar-current.sliding .right, .ios .router-transition-css-backward .navbar-current.sliding .right { -webkit-transition-duration: 400ms; transition-duration: 400ms; opacity: 0 !important; -webkit-animation: none; animation: none; } .ios .router-transition-css-forward .navbar-current.sliding .subnavbar, .ios .router-transition-css-backward .navbar-current.sliding .subnavbar, .ios .router-transition-css-forward .navbar-current .sliding.subnavbar, .ios .router-transition-css-backward .navbar-current .sliding.subnavbar { -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-animation: none; animation: none; opacity: 1; } .ios .router-transition-css-forward .navbar-next .left, .ios .router-transition-css-backward .navbar-previous .left, .ios .router-transition-css-forward .navbar-next > .title, .ios .router-transition-css-backward .navbar-previous > .title, .ios .router-transition-css-forward .navbar-next .right, .ios .router-transition-css-backward .navbar-previous .right, .ios .router-transition-css-forward .navbar-next .subnavbar, .ios .router-transition-css-backward .navbar-previous .subnavbar { -webkit-animation: ios-navbar-element-fade-in 400ms forwards; animation: ios-navbar-element-fade-in 400ms forwards; } .ios .router-transition-css-forward .navbar-next .sliding, .ios .router-transition-css-backward .navbar-previous .sliding, .ios .router-transition-css-forward .navbar-next .left.sliding .icon, .ios .router-transition-css-backward .navbar-previous .left.sliding .icon, .ios .router-transition-css-forward .navbar-next.sliding .left, .ios .router-transition-css-backward .navbar-previous.sliding .left, .ios .router-transition-css-forward .navbar-next.sliding .left .icon, .ios .router-transition-css-backward .navbar-previous.sliding .left .icon, .ios .router-transition-css-forward .navbar-next.sliding > .title, .ios .router-transition-css-backward .navbar-previous.sliding > .title, .ios .router-transition-css-forward .navbar-next.sliding .right, .ios .router-transition-css-backward .navbar-previous.sliding .right, .ios .router-transition-css-forward .navbar-next.sliding .subnavbar, .ios .router-transition-css-backward .navbar-previous.sliding .subnavbar { -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-animation: none; animation: none; -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; opacity: 1 !important; } .ios .theme-dark .navbar, .navbar.ios .theme-dark { background: #1b1b1b; } .ios .theme-dark .navbar:after, .navbar.ios .theme-dark:after { background-color: #282829; } .ios .theme-dark .navbar .subtitle, .navbar.ios .theme-dark .subtitle { color: #8e8e93; } @media (orientation: landscape) { .ios.device-iphone-x .ios-left-edge .navbar-inner, .ios.device-iphone-x .ios-edges .navbar-inner, .ios.device-iphone-x .popup .navbar-inner, .ios.device-iphone-x .sheet-modal .navbar-inner, .ios.device-iphone-x .panel-left .navbar-inner { padding-left: calc(8px + constant(safe-area-inset-right)); padding-left: calc(8px + env(safe-area-inset-right)); } .ios.device-iphone-x .ios-right-edge .navbar-inner, .ios.device-iphone-x .ios-edges .navbar-inner, .ios.device-iphone-x .popup .navbar-inner, .ios.device-iphone-x .sheet-modal .navbar-inner, .ios.device-iphone-x .panel-right .navbar-inner { padding-right: calc(8px + constant(safe-area-inset-right)); padding-right: calc(8px + env(safe-area-inset-right)); } } @-webkit-keyframes ios-navbar-element-fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes ios-navbar-element-fade-in { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes ios-navbar-element-fade-out { from { opacity: 1; } to { opacity: 0; } } @keyframes ios-navbar-element-fade-out { from { opacity: 1; } to { opacity: 0; } } /* === Toolbar === */ .toolbar { width: 100%; position: relative; margin: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 500; -webkit-box-sizing: border-box; box-sizing: border-box; left: 0; } .toolbar b { font-weight: 500; } .toolbar a { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; position: relative; white-space: nowrap; text-overflow: ellipsis; } .toolbar a.link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .toolbar i.icon { display: block; } .toolbar-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; } .views > .tabbar, .views > .tabbar-labels { z-index: 5001; } .tabbar a.link, .tabbar-labels a.link { line-height: 1.4; } .tabbar a.tab-link, .tabbar-labels a.tab-link, .tabbar a.link, .tabbar-labels a.link { height: 100%; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .tabbar-labels a.tab-link, .tabbar-labels a.link { height: 100%; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .tabbar-labels a.tab-link .tabbar-label, .tabbar-labels a.link .tabbar-label { display: block; line-height: 1; margin: 0; position: relative; text-overflow: ellipsis; white-space: nowrap; } .tabbar-scrollable .toolbar-inner { overflow: auto; -webkit-overflow-scrolling: touch; } .tabbar-scrollable .toolbar-inner::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; -webkit-appearance: none; opacity: 0 !important; } .tabbar-scrollable a.tab-link, .tabbar-scrollable a.link { width: auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .views > .toolbar, .view > .toolbar, .page > .toolbar { position: absolute; } .ios .toolbar { height: 44px; font-size: 17px; background: #f7f7f8; bottom: 0; } .ios .toolbar:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .ios .toolbar a.link { line-height: 44px; height: 44px; } .ios .toolbar a.link i + span, .ios .toolbar a.link i + i, .ios .toolbar a.link span + i, .ios .toolbar a.link span + span { margin-right: 7px; } .ios .toolbar a.icon-only { min-height: 44px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0; min-width: 44px; } .ios .toolbar b { font-weight: 600; } .ios .toolbar.no-hairline:before { display: none !important; } .ios .toolbar:before { content: ''; position: absolute; background-color: #c4c4c4; display: block; z-index: 15; top: 0; right: auto; bottom: auto; left: 0; height: 1px; width: 100%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .ios.device-pixel-ratio-2 .toolbar:before { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .ios.device-pixel-ratio-3 .toolbar:before { -webkit-transform: scaleY(0.33); transform: scaleY(0.33); } .ios .toolbar-inner { padding: 0 8px; } .ios .tabbar, .ios .tabbar-labels { color: #929292; } .ios .tabbar a, .ios .tabbar-labels a { color: #929292; } .ios .tabbar a.tab-link-active, .ios .tabbar-labels a.tab-link-active { color: #007aff; } .ios .tabbar i.icon, .ios .tabbar-labels i.icon { height: 30px; } .ios .tabbar-labels { height: 50px; } .ios .tabbar-labels a.tab-link, .ios .tabbar-labels a.link { padding-top: 4px; padding-bottom: 4px; } .ios .tabbar-labels a.tab-link i + span, .ios .tabbar-labels a.link i + span { margin: 0; } .ios .tabbar-labels .tabbar-label { letter-spacing: 0.01em; font-size: 10px; } @media (min-width: 768px) { .ios .tabbar .toolbar-inner, .ios .tabbar-labels .toolbar-inner { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .ios .tabbar a.tab-link, .ios .tabbar-labels a.tab-link, .ios .tabbar a.link, .ios .tabbar-labels a.link { width: auto; min-width: 105px; } .ios .tabbar-labels { height: 56px; } .ios .tabbar-labels .tabbar-label { font-size: 14px; } } .ios .tabbar-scrollable .toolbar-inner { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .ios .tabbar-scrollable a.tab-link, .ios .tabbar-scrollable a.link { padding: 0 8px; } .ios .toolbar ~ * .page-content, .ios .toolbar ~ .page-content { padding-bottom: 44px; } .ios .tabbar-labels ~ * .page-content, .ios .tabbar-labels ~ .page-content { padding-bottom: 50px; } @media (min-width: 768px) { .ios .tabbar-labels ~ * .page-content, .ios .tabbar-labels ~ .page-content { padding-bottom: 56px; } } .ios .toolbar-transitioning { -webkit-transition-duration: 400ms; transition-duration: 400ms; } .ios .toolbar-hidden { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } .ios .theme-dark .toolbar, .toolbar.ios .theme-dark { background: #1b1b1b; } .ios .theme-dark .toolbar:before, .toolbar.ios .theme-dark:before { background-color: #282829; } .ios .color-theme-red .tabbar a.tab-link-active, .ios .color-theme-red .tabbar-labels a.tab-link-active, .ios .color-theme-red.tabbar-labels a.tab-link-active, .ios .color-theme-red.tabbar a.tab-link-active { color: #ff3b30; } .ios .color-theme-green .tabbar a.tab-link-active, .ios .color-theme-green .tabbar-labels a.tab-link-active, .ios .color-theme-green.tabbar-labels a.tab-link-active, .ios .color-theme-green.tabbar a.tab-link-active { color: #4cd964; } .ios .color-theme-blue .tabbar a.tab-link-active, .ios .color-theme-blue .tabbar-labels a.tab-link-active, .ios .color-theme-blue.tabbar-labels a.tab-link-active, .ios .color-theme-blue.tabbar a.tab-link-active { color: #007aff; } .ios .color-theme-pink .tabbar a.tab-link-active, .ios .color-theme-pink .tabbar-labels a.tab-link-active, .ios .color-theme-pink.tabbar-labels a.tab-link-active, .ios .color-theme-pink.tabbar a.tab-link-active { color: #ff2d55; } .ios .color-theme-yellow .tabbar a.tab-link-active, .ios .color-theme-yellow .tabbar-labels a.tab-link-active, .ios .color-theme-yellow.tabbar-labels a.tab-link-active, .ios .color-theme-yellow.tabbar a.tab-link-active { color: #ffcc00; } .ios .color-theme-orange .tabbar a.tab-link-active, .ios .color-theme-orange .tabbar-labels a.tab-link-active, .ios .color-theme-orange.tabbar-labels a.tab-link-active, .ios .color-theme-orange.tabbar a.tab-link-active { color: #ff9500; } .ios .color-theme-gray .tabbar a.tab-link-active, .ios .color-theme-gray .tabbar-labels a.tab-link-active, .ios .color-theme-gray.tabbar-labels a.tab-link-active, .ios .color-theme-gray.tabbar a.tab-link-active { color: #8e8e93; } .ios .color-theme-white .tabbar a.tab-link-active, .ios .color-theme-white .tabbar-labels a.tab-link-active, .ios .color-theme-white.tabbar-labels a.tab-link-active, .ios .color-theme-white.tabbar a.tab-link-active { color: #ffffff; } .ios .color-theme-black .tabbar a.tab-link-active, .ios .color-theme-black .tabbar-labels a.tab-link-active, .ios .color-theme-black.tabbar-labels a.tab-link-active, .ios .color-theme-black.tabbar a.tab-link-active { color: #000000; } .ios .tabbar-labels.color-red a.tab-link-active, .ios .tabbar.color-red a.tab-link-active { color: #ff3b30; } .ios .tabbar-labels.color-green a.tab-link-active, .ios .tabbar.color-green a.tab-link-active { color: #4cd964; } .ios .tabbar-labels.color-blue a.tab-link-active, .ios .tabbar.color-blue a.tab-link-active { color: #007aff; } .ios .tabbar-labels.color-pink a.tab-link-active, .ios .tabbar.color-pink a.tab-link-active { color: #ff2d55; } .ios .tabbar-labels.color-yellow a.tab-link-active, .ios .tabbar.color-yellow a.tab-link-active { color: #ffcc00; } .ios .tabbar-labels.color-orange a.tab-link-active, .ios .tabbar.color-orange a.tab-link-active { color: #ff9500; } .ios .tabbar-labels.color-gray a.tab-link-active, .ios .tabbar.color-gray a.tab-link-active { color: #8e8e93; } .ios .tabbar-labels.color-white a.tab-link-active, .ios .tabbar.color-white a.tab-link-active { color: #ffffff; } .ios .tabbar-labels.color-black a.tab-link-active, .ios .tabbar.color-black a.tab-link-active { color: #000000; } .ios.device-iphone-x .views > .toolbar, .ios.device-iphone-x .view > .toolbar, .ios.device-iphone-x .page > .toolbar, .ios.device-iphone-x .popup > .toolbar, .ios.device-iphone-x .panel > .toolbar, .ios.device-iphone-x .login-screen > .toolbar { height: calc(44px + constant(safe-area-inset-bottom)); height: calc(44px + env(safe-area-inset-bottom)); } .ios.device-iphone-x .views > .toolbar .toolbar-inner, .ios.device-iphone-x .view > .toolbar .toolbar-inner, .ios.device-iphone-x .page > .toolbar .toolbar-inner, .ios.device-iphone-x .popup > .toolbar .toolbar-inner, .ios.device-iphone-x .panel > .toolbar .toolbar-inner, .ios.device-iphone-x .login-screen > .toolbar .toolbar-inner { height: auto; bottom: constant(safe-area-inset-bottom); bottom: env(safe-area-inset-bottom); } .ios.device-iphone-x .views > .tabbar-labels, .ios.device-iphone-x .view > .tabbar-labels, .ios.device-iphone-x .page > .tabbar-labels, .ios.device-iphone-x .popup > .tabbar-labels, .ios.device-iphone-x .panel > .tabbar-labels, .ios.device-iphone-x .login-screen > .tabbar-labels { height: calc(50px + constant(safe-area-inset-bottom)); height: calc(50px + env(safe-area-inset-bottom)); } @media (min-width: 768px) { .ios.device-iphone-x .views > .tabbar-labels, .ios.device-iphone-x .view > .tabbar-labels, .ios.device-iphone-x .page > .tabbar-labels, .ios.device-iphone-x .popup > .tabbar-labels, .ios.device-iphone-x .panel > .tabbar-labels, .ios.device-iphone-x .login-screen > .tabbar-labels { height: calc(56px + constant(safe-area-inset-bottom)); height: calc(56px + env(safe-area-inset-bottom)); } } .ios.device-iphone-x .toolbar ~ * .page-content, .ios.device-iphone-x .toolbar ~ .page-content { padding-bottom: calc(44px + constant(safe-area-inset-bottom)); padding-bottom: calc(44px + env(safe-area-inset-bottom)); } .ios.device-iphone-x .tabbar-labels ~ * .page-content, .ios.device-iphone-x .tabbar-labels ~ .page-content { padding-bottom: calc(50px + constant(safe-area-inset-bottom)); padding-bottom: calc(50px + env(safe-area-inset-bottom)); } @media (min-width: 768px) { .ios.device-iphone-x .tabbar-labels ~ * .page-content, .ios.device-iphone-x .tabbar-labels ~ .page-content { padding-bottom: calc(56px + constant(safe-area-inset-bottom)); padding-bottom: calc(56px + env(safe-area-inset-bottom)); } } @media (orientation: landscape) { .ios.device-iphone-x .ios-left-edge .toolbar-inner, .ios.device-iphone-x .ios-edges .toolbar-inner, .ios.device-iphone-x .popup .toolbar-inner, .ios.device-iphone-x .sheet-modal .toolbar-inner, .ios.device-iphone-x .panel-left .toolbar-inner { padding-left: calc(8px + constant(safe-area-inset-left)); padding-left: calc(8px + env(safe-area-inset-left)); } .ios.device-iphone-x .ios-right-edge .toolbar-inner, .ios.device-iphone-x .ios-edges .toolbar-inner, .ios.device-iphone-x .popup .toolbar-inner, .ios.device-iphone-x .sheet-modal .toolbar-inner, .ios.device-iphone-x .panel-right .toolbar-inner { padding-right: calc(8px + constant(safe-area-inset-right)); padding-right: calc(8px + env(safe-area-inset-right)); } } /* === Subnavbar === */ .subnavbar { width: 100%; position: absolute; left: 0; top: 0; z-index: 500; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .subnavbar .title { position: relative; overflow: hidden; text-overflow: ellpsis; white-space: nowrap; } .subnavbar .left, .subnavbar .right { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .subnavbar .right:first-child { position: absolute; height: 100%; } .subnavbar-inner { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .subnavbar-inner.stacked { display: none; } .navbar .subnavbar { top: 100%; } .views > .navbar, .view > .navbar, .page > .navbar { position: absolute; } .ios .subnavbar { height: 45px; margin-top: -1px; padding-top: 1px; background: #f7f7f8; } .ios .subnavbar.no-hairline:after { display: none !important; } .ios .subnavbar .title { font-weight: 700; line-height: 1; overflow: visible; font-size: 34px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; -webkit-flex-shrink: 10; -ms-flex-negative: 10; flex-shrink: 10; letter-spacing: -0.03em; } .ios .subnavbar .title { margin-right: 7px; } .ios .subnavbar .left a + a, .ios .subnavbar .right a + a { margin-right: 15px; } .ios .subnavbar .left { margin-left: 10px; } .ios .subnavbar .right { margin-right: 10px; } .ios .subnavbar .right:first-child { left: 8px; } .ios .subnavbar a.link { line-height: 44px; height: 44px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .ios .subnavbar a.icon-only { min-width: 44px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 0; } .ios .subnavbar:after { content: ''; position: absolute; background-color: #c4c4c4; display: block; z-index: 15; top: auto; right: auto; bottom: 0; left: 0; height: 1px; width: 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .ios.device-pixel-ratio-2 .subnavbar:after { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .ios.device-pixel-ratio-3 .subnavbar:after { -webkit-transform: scaleY(0.33); transform: scaleY(0.33); } .ios .subnavbar-inner { padding: 0 8px; } .ios .navbar ~ .page-with-subnavbar:not(.no-navbar) .subnavbar, .ios .navbar ~ .subnavbar { top: 44px; } .ios .page-with-subnavbar .page-content, .ios .subnavbar ~ .page-content, .ios .subnavbar ~ * .page-content { padding-top: 44px; } .ios .navbar ~ .page-with-subnavbar:not(.no-navbar) .page-content, .ios .page-with-subnavbar .navbar ~ .page-content, .ios .navbar ~ *:not(.no-navbar) .subnavbar ~ .page-content, .ios .navbar ~ *:not(.no-navbar) .subnavbar ~ * .page-content { padding-top: 88px; } .ios .theme-dark .subnavbar, .subnavbar.ios .theme-dark { background: #1b1b1b; } .ios .theme-dark .subnavbar:after, .subnavbar.ios .theme-dark:after { background-color: #282829; } @media (orientation: landscape) { .ios.device-iphone-x .ios-left-edge .subnavbar-inner, .ios.device-iphone-x .ios-edges .subnavbar-inner, .ios.device-iphone-x .popup .subnavbar-inner, .ios.device-iphone-x .sheet-modal .subnavbar-inner, .ios.device-iphone-x .panel-left .subnavbar-inner { padding-left: calc(8px + constant(safe-area-inset-left)); padding-left: calc(8px + env(safe-area-inset-left)); } .ios.device-iphone-x .ios-right-edge .subnavbar-inner, .ios.device-iphone-x .ios-edges .subnavbar-inner, .ios.device-iphone-x .popup .subnavbar-inner, .ios.device-iphone-x .sheet-modal .subnavbar-inner, .ios.device-iphone-x .panel-right .subnavbar-inner { padding-right: calc(8px + constant(safe-area-inset-right)); padding-right: calc(8px + env(safe-area-inset-right)); } } /* === Content Block === */ .block { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; } .block.no-hairlines:before, .block.no-hairlines ul:before, .md .block.no-hairlines-md:before, .md .block.no-hairlines-md ul:before, .ios .block.no-hairlines-ios:before, .ios .block.no-hairlines-ios ul:before { display: none !important; } .block.no-hairlines:after, .block.no-hairlines ul:after, .md .block.no-hairlines-md:after, .md .block.no-hairlines-md ul:after, .ios .block.no-hairlines-ios:after, .ios .block.no-hairlines-ios ul:after { display: none !important; } .block.no-hairline-top:before, .block.no-hairline-top ul:before, .md .block.no-hairline-top-md:before, .md .block.no-hairline-top-md ul:before, .ios .block.no-hairline-top-ios:before, .ios .block.no-hairline-top-ios ul:before { display: none !important; } .block.no-hairline-bottom:after, .block.no-hairline-bottom ul:after, .md .block.no-hairline-bottom-md:after, .md .block.no-hairline-bottom-md ul:after, .ios .block.no-hairline-bottom-ios:after, .ios .block.no-hairline-bottom-ios ul:after { display: none !important; } .block > h1:first-child, .block > h2:first-child, .block > h3:first-child, .block > h4:first-child, .block > p:first-child { margin-top: 0; } .block > h1:last-child, .block > h2:last-child, .block > h3:last-child, .block > h4:last-child, .block > p:last-child { margin-bottom: 0; } .block-title { position: relative; overflow: hidden; margin: 0; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; line-height: 1; } .block-strong.inset { border-radius: 7px; } .block-strong.inset:before { display: none !important; } .block-strong.inset:after { display: none !important; } .block-footer, .block-header { font-size: 14px; } .block-footer ul:first-child, .block-header ul:first-child, .block-footer p:first-child, .block-header p:first-child, .block-footer h1:first-child, .block-header h1:first-child, .block-footer h2:first-child, .block-header h2:first-child, .block-footer h3:first-child, .block-header h3:first-child, .block-footer h4:first-child, .block-header h4:first-child { margin-top: 0; } .block-footer ul:last-child, .block-header ul:last-child, .block-footer p:last-child, .block-header p:last-child, .block-footer h1:last-child, .block-header h1:last-child, .block-footer h2:last-child, .block-header h2:last-child, .block-footer h3:last-child, .block-header h3:last-child, .block-footer h4:last-child, .block-header h4:last-child { margin-bottom: 0; } .block-footer ul:first-child:last-child, .block-header ul:first-child:last-child, .block-footer p:first-child:last-child, .block-header p:first-child:last-child, .block-footer h1:first-child:last-child, .block-header h1:first-child:last-child, .block-footer h2:first-child:last-child, .block-header h2:first-child:last-child, .block-footer h3:first-child:last-child, .block-header h3:first-child:last-child, .block-footer h4:first-child:last-child, .block-header h4:first-child:last-child { margin-top: 0; margin-bottom: 0; } .block-header { margin-bottom: 10px; } .block-footer { margin-top: 10px; } @media (min-width: 768px) { .block-strong.tablet-inset:before { display: none !important; } .block-strong.tablet-inset:after { display: none !important; } } /* === Content Block === */ .ios .block { margin: 35px 0; padding: 0 15px; color: #6d6d72; } .ios .block-title { text-transform: uppercase; color: #6d6d72; margin: 35px 15px 10px; line-height: 17px; } .ios .block-title + .list, .ios .block-title + .block, .ios .block-title + .card, .ios .block-title + .timeline, .ios .block-title + .block-header { margin-top: 10px; } .ios .block-strong { color: #000; background: #fff; padding: 15px 15px; } .ios .block-strong:before { content: ''; position: absolute; background-color: #c8c7cc; display: block; z-index: 15; top: 0; right: auto; bottom: auto; left: 0; height: 1px; width: 100%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .ios.device-pixel-ratio-2 .block-strong:before { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .ios.device-pixel-ratio-3 .block-strong:before { -webkit-transform: scaleY(0.33); transform: scaleY(0.33); } .ios .block-strong:after { content: ''; position: absolute; background-color: #c8c7cc; display: block; z-index: 15; top: auto; right: auto; bottom: 0; left: 0; height: 1px; width: 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .ios.device-pixel-ratio-2 .block-strong:after { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .ios.device-pixel-ratio-3 .block-strong:after { -webkit-transform: scaleY(0.33); transform: scaleY(0.33); } .ios .block.inset { margin-left: 15px; margin-right: 15px; } .ios .block-strong-inset { border-radius: 7px; } .ios .block-header, .ios .block-footer { padding: 0 15px; color: #8f8f94; } .ios .block .block-header, .ios .block .block-footer { padding: 0 !important; } .ios .block-header { margin-top: 35px; } .ios .block-header + .list, .ios .block-header + .block, .ios .block-header + .card, .ios .block-header + .timeline { margin-top: 10px; } .ios .block-footer { margin-bottom: 35px; } .ios .list .block-header, .ios .block .block-header, .ios .card .block-header, .ios .timeline .block-header { margin-top: 0; } .ios .list .block-footer, .ios .block .block-footer, .ios .card .block-footer, .ios .timeline .block-footer { margin-bottom: 0; } .ios .list + .block-footer, .ios .block + .block-footer, .ios .card + .block-footer, .ios .timeline + .block-footer { margin-top: -25px; } .ios .block + .block-footer { margin-top: -25px; margin-bottom: 35px; } @media (min-width: 768px) { .ios .block.tablet-inset { margin-left: 15px; margin-right: 15px; border-radius: 7px; } .ios .block-strong.tablet-inset { border-radius: 7px; } } .ios .theme-dark .block-title, .ios .theme-dark .block-header, .ios .theme-dark .block-footer { color: #8E8E93; } .ios .theme-dark .block { color: #8E8E93; } .ios .theme-dark .block-strong, .ios .theme-dark.block-strong { background-color: #1c1c1d; color: #fff; } .ios .theme-dark .block-strong:before, .ios .theme-dark.block-strong:before { background-color: #282829; } .ios .theme-dark .block-strong:after, .ios .theme-dark.block-strong:after { background-color: #282829; } @media (orientation: landscape) { .ios.device-iphone-x .ios-left-edge .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge), .ios.device-iphone-x .ios-edges .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge), .ios.device-iphone-x .popup .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge), .ios.device-iphone-x .sheet-modal .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge), .ios.device-iphone-x .panel-left .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge), .ios.device-iphone-x .ios-left-edge .block-header, .ios.device-iphone-x .ios-edges .block-header, .ios.device-iphone-x .popup .block-header, .ios.device-iphone-x .sheet-modal .block-header, .ios.device-iphone-x .panel-left .block-header, .ios.device-iphone-x .ios-left-edge .block-footer, .ios.device-iphone-x .ios-edges .block-footer, .ios.device-iphone-x .popup .block-footer, .ios.device-iphone-x .sheet-modal .block-footer, .ios.device-iphone-x .panel-left .block-footer { padding-left: calc(15px + constant(safe-area-inset-left)); padding-left: calc(15px + env(safe-area-inset-left)); } .ios.device-iphone-x .ios-left-edge .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header, .ios.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-left