|
|
@ -60,8 +60,6 @@ body { |
|
|
|
background-color: #0a1855; |
|
|
|
background-color: #0a1855; |
|
|
|
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0a1855), color-stop(100%, #da0024)); |
|
|
|
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0a1855), color-stop(100%, #da0024)); |
|
|
|
background-image: -webkit-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
background-image: -webkit-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
background-image: -moz-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
|
|
|
|
background-image: -ms-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
|
|
|
|
background-image: -o-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
background-image: -o-linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1855', endColorstr='#da0024', GradientType=1 ); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1855', endColorstr='#da0024', GradientType=1 ); |
|
|
@ -75,10 +73,10 @@ body { |
|
|
|
position: relative !important; |
|
|
|
position: relative !important; |
|
|
|
margin-top: 0 !important; |
|
|
|
margin-top: 0 !important; |
|
|
|
-webkit-animation-name: fadeintext; |
|
|
|
-webkit-animation-name: fadeintext; |
|
|
|
-moz-animation-name: fadeintext; |
|
|
|
-o-animation-name: fadeintext; |
|
|
|
animation-name: fadeintext; |
|
|
|
animation-name: fadeintext; |
|
|
|
-webkit-animation-duration: 2s; |
|
|
|
-webkit-animation-duration: 2s; |
|
|
|
-moz-animation-duration: 2s; |
|
|
|
-o-animation-duration: 2s; |
|
|
|
animation-duration: 2s; |
|
|
|
animation-duration: 2s; |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-header .version { |
|
|
|
.docs-header .version { |
|
|
@ -112,6 +110,7 @@ body { |
|
|
|
margin-top: 0 !important; |
|
|
|
margin-top: 0 !important; |
|
|
|
-webkit-transform: translateY(-50%) !important; |
|
|
|
-webkit-transform: translateY(-50%) !important; |
|
|
|
-ms-transform: translateY(-50%) !important; |
|
|
|
-ms-transform: translateY(-50%) !important; |
|
|
|
|
|
|
|
-o-transform: translateY(-50%) !important; |
|
|
|
transform: translateY(-50%) !important; |
|
|
|
transform: translateY(-50%) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -131,6 +130,7 @@ body { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
-webkit-transform: translateX(-50%); |
|
|
|
-webkit-transform: translateX(-50%); |
|
|
|
-ms-transform: translateX(-50%); |
|
|
|
-ms-transform: translateX(-50%); |
|
|
|
|
|
|
|
-o-transform: translateX(-50%); |
|
|
|
transform: translateX(-50%); |
|
|
|
transform: translateX(-50%); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -171,7 +171,7 @@ body { |
|
|
|
.docs-nav-item { |
|
|
|
.docs-nav-item { |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
-webkit-transition: opacity .2s linear; |
|
|
|
-webkit-transition: opacity .2s linear; |
|
|
|
-moz-transition: opacity .2s linear; |
|
|
|
-o-transition: opacity .2s linear; |
|
|
|
transition: opacity .2s linear; |
|
|
|
transition: opacity .2s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-title a:active, .docs-title a:focus, |
|
|
|
.docs-title a:active, .docs-title a:focus, |
|
|
@ -188,6 +188,7 @@ body { |
|
|
|
font-weight: 300; |
|
|
|
font-weight: 300; |
|
|
|
-webkit-transform: translateX(0); |
|
|
|
-webkit-transform: translateX(0); |
|
|
|
-ms-transform: translateX(0); |
|
|
|
-ms-transform: translateX(0); |
|
|
|
|
|
|
|
-o-transform: translateX(0); |
|
|
|
transform: translateX(0); |
|
|
|
transform: translateX(0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -218,7 +219,7 @@ body { |
|
|
|
color: #777; |
|
|
|
color: #777; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
-webkit-transition: opacity .2 linear; |
|
|
|
-webkit-transition: opacity .2 linear; |
|
|
|
-moz-transition: opacity .2 linear; |
|
|
|
-o-transition: opacity .2 linear; |
|
|
|
transition: opacity .2 linear; |
|
|
|
transition: opacity .2 linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-jump-menu:hover { |
|
|
|
.docs-jump-menu:hover { |
|
|
@ -244,6 +245,7 @@ body { |
|
|
|
padding-top: 10px; |
|
|
|
padding-top: 10px; |
|
|
|
padding-bottom: 10px; |
|
|
|
padding-bottom: 10px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
-webkit-background-clip: padding-box; |
|
|
|
background-clip: padding-box; |
|
|
|
background-clip: padding-box; |
|
|
|
border: 1px solid rgba(0, 0, 0, .2); |
|
|
|
border: 1px solid rgba(0, 0, 0, .2); |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
@ -289,10 +291,10 @@ body { |
|
|
|
padding: 50px 10px; |
|
|
|
padding: 50px 10px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
-webkit-animation-name: fadeintext; |
|
|
|
-webkit-animation-name: fadeintext; |
|
|
|
-moz-animation-name: fadeintext; |
|
|
|
-o-animation-name: fadeintext; |
|
|
|
animation-name: fadeintext; |
|
|
|
animation-name: fadeintext; |
|
|
|
-webkit-animation-duration: 2s; |
|
|
|
-webkit-animation-duration: 2s; |
|
|
|
-moz-animation-duration: 2s; |
|
|
|
-o-animation-duration: 2s; |
|
|
|
animation-duration: 2s; |
|
|
|
animation-duration: 2s; |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-header-content .btn { |
|
|
|
.docs-header-content .btn { |
|
|
@ -304,7 +306,7 @@ body { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|
-webkit-transition: all .2s linear; |
|
|
|
-webkit-transition: all .2s linear; |
|
|
|
-moz-transition: all .2s linear; |
|
|
|
-o-transition: all .2s linear; |
|
|
|
transition: all .2s linear; |
|
|
|
transition: all .2s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-header-content .btn:hover { |
|
|
|
.docs-header-content .btn:hover { |
|
|
@ -330,6 +332,7 @@ body { |
|
|
|
top: 30%; |
|
|
|
top: 30%; |
|
|
|
-webkit-transform: translateY(-50%); |
|
|
|
-webkit-transform: translateY(-50%); |
|
|
|
-ms-transform: translateY(-50%); |
|
|
|
-ms-transform: translateY(-50%); |
|
|
|
|
|
|
|
-o-transform: translateY(-50%); |
|
|
|
transform: translateY(-50%); |
|
|
|
transform: translateY(-50%); |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-header-content .btn { |
|
|
|
.docs-header-content .btn { |
|
|
@ -537,7 +540,7 @@ body { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
-webkit-transition: -webkit-transform .5s; |
|
|
|
-webkit-transition: -webkit-transform .5s; |
|
|
|
-moz-transition: -moz-transform .5s; |
|
|
|
-o-transition: -o-transform .5s; |
|
|
|
transition: transform .5s; |
|
|
|
transition: transform .5s; |
|
|
|
-webkit-transform: translate3d(0, -55px, 0); |
|
|
|
-webkit-transform: translate3d(0, -55px, 0); |
|
|
|
-ms-transform: translate3d(0, -55px, 0); |
|
|
|
-ms-transform: translate3d(0, -55px, 0); |
|
|
@ -713,7 +716,7 @@ code { |
|
|
|
padding-left: 0; |
|
|
|
padding-left: 0; |
|
|
|
opacity: .3; |
|
|
|
opacity: .3; |
|
|
|
-webkit-transition: opacity .2s ease-in-out; |
|
|
|
-webkit-transition: opacity .2s ease-in-out; |
|
|
|
-moz-transition: opacity .2s ease-in-out; |
|
|
|
-o-transition: opacity .2s ease-in-out; |
|
|
|
transition: opacity .2s ease-in-out; |
|
|
|
transition: opacity .2s ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
.component.active { |
|
|
|
.component.active { |
|
|
@ -863,9 +866,10 @@ code { |
|
|
|
background-image: url("../img/device-sprite.png"); |
|
|
|
background-image: url("../img/device-sprite.png"); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 0 0; |
|
|
|
background-position: 0 0; |
|
|
|
|
|
|
|
-webkit-background-size: 300% 300%; |
|
|
|
background-size: 300%; |
|
|
|
background-size: 300%; |
|
|
|
-webkit-transition: background-image .1s linear; |
|
|
|
-webkit-transition: background-image .1s linear; |
|
|
|
-moz-transition: background-image .1s linear; |
|
|
|
-o-transition: background-image .1s linear; |
|
|
|
transition: background-image .1s linear; |
|
|
|
transition: background-image .1s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.device.device-fixed { |
|
|
|
.device.device-fixed { |
|
|
@ -997,13 +1001,13 @@ hr { |
|
|
|
background-color: rgba(247, 247, 247, .98); |
|
|
|
background-color: rgba(247, 247, 247, .98); |
|
|
|
border: 1px solid #929292; |
|
|
|
border: 1px solid #929292; |
|
|
|
-webkit-transition: all; |
|
|
|
-webkit-transition: all; |
|
|
|
-moz-transition: all; |
|
|
|
-o-transition: all; |
|
|
|
transition: all; |
|
|
|
transition: all; |
|
|
|
-webkit-transition-timing-function: linear; |
|
|
|
-webkit-transition-timing-function: linear; |
|
|
|
-moz-transition-timing-function: linear; |
|
|
|
-o-transition-timing-function: linear; |
|
|
|
transition-timing-function: linear; |
|
|
|
transition-timing-function: linear; |
|
|
|
-webkit-transition-duration: .2s; |
|
|
|
-webkit-transition-duration: .2s; |
|
|
|
-moz-transition-duration: .2s; |
|
|
|
-o-transition-duration: .2s; |
|
|
|
transition-duration: .2s; |
|
|
|
transition-duration: .2s; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .btn:active, .platform-ios .btn.active { |
|
|
|
.platform-ios .btn:active, .platform-ios .btn.active { |
|
|
@ -1234,7 +1238,7 @@ hr { |
|
|
|
color: #929292; |
|
|
|
color: #929292; |
|
|
|
border-color: #929292; |
|
|
|
border-color: #929292; |
|
|
|
-webkit-transition: background-color .1s linear; |
|
|
|
-webkit-transition: background-color .1s linear; |
|
|
|
-moz-transition: background-color .1s linear; |
|
|
|
-o-transition: background-color .1s linear; |
|
|
|
transition: background-color .1s linear; |
|
|
|
transition: background-color .1s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .segmented-control .control-item:active { |
|
|
|
.platform-ios .segmented-control .control-item:active { |
|
|
@ -1289,7 +1293,6 @@ hr { |
|
|
|
.platform-ios .popover { |
|
|
|
.platform-ios .popover { |
|
|
|
border-radius: 12px; |
|
|
|
border-radius: 12px; |
|
|
|
-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-moz-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; |
|
|
|
|
|
|
|
transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; |
|
|
|
transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .popover:before { |
|
|
|
.platform-ios .popover:before { |
|
|
@ -1308,12 +1311,12 @@ hr { |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .modal { |
|
|
|
.platform-ios .modal { |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-o-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .modal.active { |
|
|
|
.platform-ios .modal.active { |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-o-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .toggle { |
|
|
|
.platform-ios .toggle { |
|
|
@ -1322,10 +1325,10 @@ hr { |
|
|
|
-webkit-box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
-webkit-box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
-webkit-transition-duration: .2s; |
|
|
|
-webkit-transition-duration: .2s; |
|
|
|
-moz-transition-duration: .2s; |
|
|
|
-o-transition-duration: .2s; |
|
|
|
transition-duration: .2s; |
|
|
|
transition-duration: .2s; |
|
|
|
-webkit-transition-property: box-shadow, border; |
|
|
|
-webkit-transition-property: -webkit-box-shadow, border; |
|
|
|
-moz-transition-property: box-shadow, border; |
|
|
|
-o-transition-property: box-shadow, border; |
|
|
|
transition-property: box-shadow, border; |
|
|
|
transition-property: box-shadow, border; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .toggle .toggle-handle { |
|
|
|
.platform-ios .toggle .toggle-handle { |
|
|
@ -1333,7 +1336,7 @@ hr { |
|
|
|
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .08); |
|
|
|
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .08); |
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .08); |
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .08); |
|
|
|
-webkit-transition-property: -webkit-transform, border, width; |
|
|
|
-webkit-transition-property: -webkit-transform, border, width; |
|
|
|
-moz-transition-property: -moz-transform, border, width; |
|
|
|
-o-transition-property: -o-transform, border, width; |
|
|
|
transition-property: transform, border, width; |
|
|
|
transition-property: transform, border, width; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .toggle:before { |
|
|
|
.platform-ios .toggle:before { |
|
|
@ -1355,25 +1358,25 @@ hr { |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .content.fade { |
|
|
|
.platform-ios .content.fade { |
|
|
|
-webkit-transition: opacity .2s ease-in-out; |
|
|
|
-webkit-transition: opacity .2s ease-in-out; |
|
|
|
-moz-transition: opacity .2s ease-in-out; |
|
|
|
-o-transition: opacity .2s ease-in-out; |
|
|
|
transition: opacity .2s ease-in-out; |
|
|
|
transition: opacity .2s ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .content.sliding { |
|
|
|
.platform-ios .content.sliding { |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
-o-transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
transition-timing-function: cubic-bezier(.1, .5, .1, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .content.sliding.sliding-in, .platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
.platform-ios .content.sliding.sliding-in, .platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
-webkit-animation-name: fadeOverlay; |
|
|
|
-webkit-animation-name: fadeOverlay; |
|
|
|
-moz-animation-name: fadeOverlay; |
|
|
|
-o-animation-name: fadeOverlay; |
|
|
|
animation-name: fadeOverlay; |
|
|
|
animation-name: fadeOverlay; |
|
|
|
-webkit-animation-duration: .4s; |
|
|
|
-webkit-animation-duration: .4s; |
|
|
|
-moz-animation-duration: .4s; |
|
|
|
-o-animation-duration: .4s; |
|
|
|
animation-duration: .4s; |
|
|
|
animation-duration: .4s; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
.platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
-webkit-animation-direction: reverse; |
|
|
|
-webkit-animation-direction: reverse; |
|
|
|
-moz-animation-direction: reverse; |
|
|
|
-o-animation-direction: reverse; |
|
|
|
animation-direction: reverse; |
|
|
|
animation-direction: reverse; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .content.sliding.left { |
|
|
|
.platform-ios .content.sliding.left { |
|
|
@ -1841,10 +1844,11 @@ hr { |
|
|
|
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2); |
|
|
|
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2); |
|
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .2); |
|
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .2); |
|
|
|
-webkit-transition: -webkit-transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-webkit-transition: -webkit-transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-moz-transition: -moz-transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-o-transition: -o-transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
transition: transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
transition: transform .1s ease-in-out, opacity .2s ease-in-out; |
|
|
|
-webkit-transform: scale(.75); |
|
|
|
-webkit-transform: scale(.75); |
|
|
|
-ms-transform: scale(.75); |
|
|
|
-ms-transform: scale(.75); |
|
|
|
|
|
|
|
-o-transform: scale(.75); |
|
|
|
transform: scale(.75); |
|
|
|
transform: scale(.75); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-android .popover:before { |
|
|
|
.platform-android .popover:before { |
|
|
@ -1853,6 +1857,7 @@ hr { |
|
|
|
.platform-android .popover.visible { |
|
|
|
.platform-android .popover.visible { |
|
|
|
-webkit-transform: scale(1); |
|
|
|
-webkit-transform: scale(1); |
|
|
|
-ms-transform: scale(1); |
|
|
|
-ms-transform: scale(1); |
|
|
|
|
|
|
|
-o-transform: scale(1); |
|
|
|
transform: scale(1); |
|
|
|
transform: scale(1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-android .backdrop { |
|
|
|
.platform-android .backdrop { |
|
|
@ -1966,6 +1971,7 @@ hr { |
|
|
|
.platform-android .device .popover { |
|
|
|
.platform-android .device .popover { |
|
|
|
-webkit-transform: scale(1); |
|
|
|
-webkit-transform: scale(1); |
|
|
|
-ms-transform: scale(1); |
|
|
|
-ms-transform: scale(1); |
|
|
|
|
|
|
|
-o-transform: scale(1); |
|
|
|
transform: scale(1); |
|
|
|
transform: scale(1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-android .bar ~ .content { |
|
|
|
.platform-android .bar ~ .content { |
|
|
|