|
@ -55,6 +55,16 @@ |
|
|
overflow-x: hidden; |
|
|
overflow-x: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
|
|
Fixed |
|
|
|
|
|
---------------*/ |
|
|
|
|
|
|
|
|
|
|
|
.pushable > .ui.fixed { |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
transition: transform @duration @easing; |
|
|
|
|
|
z-index: @fixedLayer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Pusher |
|
|
Pusher |
|
|
---------------*/ |
|
|
---------------*/ |
|
@ -62,7 +72,7 @@ |
|
|
.pushable > .pusher { |
|
|
.pushable > .pusher { |
|
|
background: @canvasBackground; |
|
|
background: @canvasBackground; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
z-index: 1002; |
|
|
|
|
|
|
|
|
z-index: @middleLayer; |
|
|
transition: transform @duration @easing; |
|
|
transition: transform @duration @easing; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -192,31 +202,6 @@ |
|
|
transition: transform @duration @easing; |
|
|
transition: transform @duration @easing; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
|
|
Push |
|
|
|
|
|
---------------*/ |
|
|
|
|
|
|
|
|
|
|
|
/* Set-Up */ |
|
|
|
|
|
.pushable.push > .pusher { |
|
|
|
|
|
transform: translate3d(0px, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.push > .visible.ui.sidebar { |
|
|
|
|
|
transform: translate3d(-100%, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.push.pushed > .visible.ui.sidebar { |
|
|
|
|
|
transform: translate3d(0%, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.push.pushed > .pusher { |
|
|
|
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.pushable.push.show > .visible.ui.sidebar, |
|
|
|
|
|
.pushable.push.hide > .visible.ui.sidebar { |
|
|
|
|
|
transition: transform @duration @easing; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Safe Mode |
|
|
Safe Mode |
|
|
---------------*/ |
|
|
---------------*/ |
|
@ -243,14 +228,44 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
|
|
Push |
|
|
|
|
|
---------------*/ |
|
|
|
|
|
|
|
|
|
|
|
/* Set-Up */ |
|
|
|
|
|
.pushable.push > .fixed, |
|
|
|
|
|
.pushable.push > .pusher { |
|
|
|
|
|
transform: translate3d(0px, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.push > .visible.ui.sidebar { |
|
|
|
|
|
transform: translate3d(-100%, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.push.pushed > .visible.ui.sidebar { |
|
|
|
|
|
transform: translate3d(0%, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.push.pushed > .fixed, |
|
|
|
|
|
.pushable.push.pushed > .pusher { |
|
|
|
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.pushable.push.show > .visible.ui.sidebar, |
|
|
|
|
|
.pushable.push.hide > .visible.ui.sidebar { |
|
|
|
|
|
transition: transform @duration @easing; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Reveal |
|
|
Reveal |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
/* Set-up */ |
|
|
/* Set-up */ |
|
|
|
|
|
.pushable.reveal > .fixed, |
|
|
.pushable.reveal > .pusher { |
|
|
.pushable.reveal > .pusher { |
|
|
transform: translate3d(0px, 0, 0); |
|
|
transform: translate3d(0px, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.reveal > .pusher { |
|
|
z-index: @bottomLayer; |
|
|
z-index: @bottomLayer; |
|
|
} |
|
|
} |
|
|
.pushable.reveal > .visible.ui.sidebar { |
|
|
.pushable.reveal > .visible.ui.sidebar { |
|
@ -258,6 +273,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.reveal.pushed > .fixed, |
|
|
.pushable.reveal.pushed > .pusher { |
|
|
.pushable.reveal.pushed > .pusher { |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
} |
|
|
} |
|
@ -268,8 +284,11 @@ |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
/* Set-up */ |
|
|
/* Set-up */ |
|
|
|
|
|
.pushable.slide.along > .fixed, |
|
|
.pushable.slide.along > .pusher { |
|
|
.pushable.slide.along > .pusher { |
|
|
transform: translate3d(0px, 0, 0); |
|
|
transform: translate3d(0px, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
.pushable.slide.along > .pusher { |
|
|
z-index: @bottomLayer; |
|
|
z-index: @bottomLayer; |
|
|
} |
|
|
} |
|
|
.pushable.slide.along > .visible.ui.sidebar { |
|
|
.pushable.slide.along > .visible.ui.sidebar { |
|
@ -277,6 +296,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.slide.along.pushed > .fixed, |
|
|
.pushable.slide.along.pushed > .pusher { |
|
|
.pushable.slide.along.pushed > .pusher { |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
} |
|
|
} |
|
@ -295,6 +315,7 @@ |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
/* Set-up */ |
|
|
/* Set-up */ |
|
|
|
|
|
.pushable.slide.out > .fixed, |
|
|
.pushable.slide.out > .pusher { |
|
|
.pushable.slide.out > .pusher { |
|
|
transform: translate3d(0px, 0, 0); |
|
|
transform: translate3d(0px, 0, 0); |
|
|
} |
|
|
} |
|
@ -303,6 +324,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.slide.out.pushed > .fixed, |
|
|
.pushable.slide.out.pushed > .pusher { |
|
|
.pushable.slide.out.pushed > .pusher { |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
} |
|
|
} |
|
@ -322,6 +344,9 @@ |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
/* Set-up */ |
|
|
/* Set-up */ |
|
|
|
|
|
.pushable.scale.down > .fixed { |
|
|
|
|
|
transform: translate3d(0px, 0, 0); |
|
|
|
|
|
} |
|
|
.pushable.scale.down > .pusher { |
|
|
.pushable.scale.down > .pusher { |
|
|
z-index: @bottomLayer; |
|
|
z-index: @bottomLayer; |
|
|
transform-origin: 75% 50%; |
|
|
transform-origin: 75% 50%; |
|
@ -339,6 +364,9 @@ |
|
|
.pushable.scale.down.pushed > .visible.ui.sidebar { |
|
|
.pushable.scale.down.pushed > .visible.ui.sidebar { |
|
|
transform: translate3d(0, 0, 0); |
|
|
transform: translate3d(0, 0, 0); |
|
|
} |
|
|
} |
|
|
|
|
|
.pushable.scale.down.pushed > .fixed { |
|
|
|
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* 3D transition cant have duration set until animation */ |
|
|
/* 3D transition cant have duration set until animation */ |
|
|
.pushable.scale.down.show > .visible.ui.sidebar, |
|
|
.pushable.scale.down.show > .visible.ui.sidebar, |
|
@ -361,6 +389,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Pushed */ |
|
|
/* Pushed */ |
|
|
|
|
|
.pushable.scale.up.pushed > .fixed, |
|
|
.pushable.scale.up.pushed > .pusher { |
|
|
.pushable.scale.up.pushed > .pusher { |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
transform: translate3d(@sidebarWidth, 0, 0); |
|
|
} |
|
|
} |
|
@ -439,6 +468,10 @@ |
|
|
transform: translate3d(-100%, 0, 0) rotateY(0deg); |
|
|
transform: translate3d(-100%, 0, 0) rotateY(0deg); |
|
|
transition: transform @duration ease 0s; |
|
|
transition: transform @duration ease 0s; |
|
|
} |
|
|
} |
|
|
|
|
|
.pushable.rotate.in.active, |
|
|
|
|
|
.pushable.rotate.in.hide { |
|
|
|
|
|
overflow-y: hidden; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Animation */ |
|
|
/* Animation */ |
|
|
.pushable.rotate.in.show > .ui.sidebar, |
|
|
.pushable.rotate.in.show > .ui.sidebar, |
|
|