|
@ -41,6 +41,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Make sure hovered element is on top of other reveal */ |
|
|
/* Make sure hovered element is on top of other reveal */ |
|
|
|
|
|
.ui.active.reveal .visible.content, |
|
|
.ui.reveal:hover .visible.content { |
|
|
.ui.reveal:hover .visible.content { |
|
|
z-index: @activeZIndex !important; |
|
|
z-index: @activeZIndex !important; |
|
|
} |
|
|
} |
|
@ -80,9 +81,11 @@ |
|
|
width: 100% !important; |
|
|
width: 100% !important; |
|
|
transform: translateX(100%) !important; |
|
|
transform: translateX(100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.active.reveal > .visible.content, |
|
|
.ui.slide.reveal:hover > .visible.content { |
|
|
.ui.slide.reveal:hover > .visible.content { |
|
|
transform: translateX(-100%) !important; |
|
|
transform: translateX(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.active.reveal > .hidden.content, |
|
|
.ui.slide.reveal:hover > .hidden.content { |
|
|
.ui.slide.reveal:hover > .hidden.content { |
|
|
transform: translateX(0%) !important; |
|
|
transform: translateX(0%) !important; |
|
|
} |
|
|
} |
|
@ -93,9 +96,11 @@ |
|
|
.ui.slide.right.reveal > .hidden.content { |
|
|
.ui.slide.right.reveal > .hidden.content { |
|
|
transform: translateX(-100%) !important; |
|
|
transform: translateX(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.right.active.reveal > .visible.content, |
|
|
.ui.slide.right.reveal:hover > .visible.content { |
|
|
.ui.slide.right.reveal:hover > .visible.content { |
|
|
transform: translateX(100%) !important; |
|
|
transform: translateX(100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.right.active.reveal > .hidden.content, |
|
|
.ui.slide.right.reveal:hover > .hidden.content { |
|
|
.ui.slide.right.reveal:hover > .hidden.content { |
|
|
transform: translateX(0%) !important; |
|
|
transform: translateX(0%) !important; |
|
|
} |
|
|
} |
|
@ -103,9 +108,11 @@ |
|
|
.ui.slide.up.reveal > .hidden.content { |
|
|
.ui.slide.up.reveal > .hidden.content { |
|
|
transform: translateY(100%) !important; |
|
|
transform: translateY(100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.up.active.reveal > .visible.content, |
|
|
.ui.slide.up.reveal:hover > .visible.content { |
|
|
.ui.slide.up.reveal:hover > .visible.content { |
|
|
transform: translateY(-100%) !important; |
|
|
transform: translateY(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.up.active.reveal > .hidden.content, |
|
|
.ui.slide.up.reveal:hover > .hidden.content { |
|
|
.ui.slide.up.reveal:hover > .hidden.content { |
|
|
transform: translateY(0%) !important; |
|
|
transform: translateY(0%) !important; |
|
|
} |
|
|
} |
|
@ -113,9 +120,11 @@ |
|
|
.ui.slide.down.reveal > .hidden.content { |
|
|
.ui.slide.down.reveal > .hidden.content { |
|
|
transform: translateY(-100%) !important; |
|
|
transform: translateY(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.down.active.reveal > .visible.content, |
|
|
.ui.slide.down.reveal:hover > .visible.content { |
|
|
.ui.slide.down.reveal:hover > .visible.content { |
|
|
transform: translateY(100%) !important; |
|
|
transform: translateY(100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.slide.down.active.reveal > .hidden.content, |
|
|
.ui.slide.down.reveal:hover > .hidden.content { |
|
|
.ui.slide.down.reveal:hover > .hidden.content { |
|
|
transform: translateY(0%) !important; |
|
|
transform: translateY(0%) !important; |
|
|
} |
|
|
} |
|
@ -128,6 +137,7 @@ |
|
|
.ui.fade.reveal > .visible.content { |
|
|
.ui.fade.reveal > .visible.content { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.fade.active.reveal > .visible.content, |
|
|
.ui.fade.reveal:hover > .visible.content { |
|
|
.ui.fade.reveal:hover > .visible.content { |
|
|
opacity: 0; |
|
|
opacity: 0; |
|
|
} |
|
|
} |
|
@ -161,15 +171,19 @@ |
|
|
left: 0% !important; |
|
|
left: 0% !important; |
|
|
width: 100% !important; |
|
|
width: 100% !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.move.active.reveal > .visible.content, |
|
|
.ui.move.reveal:hover > .visible.content { |
|
|
.ui.move.reveal:hover > .visible.content { |
|
|
transform: translateX(-100%) !important; |
|
|
transform: translateX(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.move.right.active.reveal > .visible.content, |
|
|
.ui.move.right.reveal:hover > .visible.content { |
|
|
.ui.move.right.reveal:hover > .visible.content { |
|
|
transform: translateX(100%) !important; |
|
|
transform: translateX(100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.move.up.active.reveal > .visible.content, |
|
|
.ui.move.up.reveal:hover > .visible.content { |
|
|
.ui.move.up.reveal:hover > .visible.content { |
|
|
transform: translateY(-100%) !important; |
|
|
transform: translateY(-100%) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.move.down.active.reveal > .visible.content, |
|
|
.ui.move.down.reveal:hover > .visible.content { |
|
|
.ui.move.down.reveal:hover > .visible.content { |
|
|
transform: translateY(100%) !important; |
|
|
transform: translateY(100%) !important; |
|
|
} |
|
|
} |
|
@ -189,7 +203,9 @@ |
|
|
.ui.rotate.right.reveal > .visible.content { |
|
|
.ui.rotate.right.reveal > .visible.content { |
|
|
transform-origin: bottom right; |
|
|
transform-origin: bottom right; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.rotate.active.reveal > .visible.conten, |
|
|
.ui.rotate.reveal:hover > .visible.content, |
|
|
.ui.rotate.reveal:hover > .visible.content, |
|
|
|
|
|
.ui.rotate.right.active.reveal > .visible.content, |
|
|
.ui.rotate.right.reveal:hover > .visible.content { |
|
|
.ui.rotate.right.reveal:hover > .visible.content { |
|
|
transform: rotate(@rotateDegrees); |
|
|
transform: rotate(@rotateDegrees); |
|
|
} |
|
|
} |
|
@ -197,6 +213,7 @@ |
|
|
.ui.rotate.left.reveal > .visible.content { |
|
|
.ui.rotate.left.reveal > .visible.content { |
|
|
transform-origin: bottom left; |
|
|
transform-origin: bottom left; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.rotate.left.active.reveal > .visible.content, |
|
|
.ui.rotate.left.reveal:hover > .visible.content { |
|
|
.ui.rotate.left.reveal:hover > .visible.content { |
|
|
transform: rotate(-@rotateDegrees); |
|
|
transform: rotate(-@rotateDegrees); |
|
|
} |
|
|
} |
|
@ -211,6 +228,7 @@ |
|
|
.ui.disabled.reveal > .content { |
|
|
.ui.disabled.reveal > .content { |
|
|
transition: none !important; |
|
|
transition: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.disabled.active.reveal > .visible.content, |
|
|
.ui.disabled.reveal:hover > .visible.content { |
|
|
.ui.disabled.reveal:hover > .visible.content { |
|
|
position: static !important; |
|
|
position: static !important; |
|
|
display: block !important; |
|
|
display: block !important; |
|
@ -221,6 +239,7 @@ |
|
|
bottom: auto !important; |
|
|
bottom: auto !important; |
|
|
transform: none !important; |
|
|
transform: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.disabled.active.reveal > .hidden.content, |
|
|
.ui.disabled.reveal:hover > .hidden.content { |
|
|
.ui.disabled.reveal:hover > .hidden.content { |
|
|
display: none !important; |
|
|
display: none !important; |
|
|
} |
|
|
} |
|
@ -231,11 +250,11 @@ |
|
|
*******************************/ |
|
|
*******************************/ |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Masked |
|
|
|
|
|
|
|
|
Visible |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
.ui.masked.reveal { |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
.ui.visible.reveal { |
|
|
|
|
|
overflow: visible; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|