XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/oxymade/public/css
var
/
www
/
wordpress
/
wp-content
/
plugins
/
oxymade
/
public
/
css
/
📁
..
📄
oxymade-hovers.css
(41.47 KB)
📄
oxymade-public.css
(11.47 KB)
Editing: oxymade-hovers.css
.hover-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-grow:hover, .hover-grow:focus, .hover-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .hover-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-shrink:hover, .hover-shrink:focus, .hover-shrink:active { -webkit-transform: scale(0.9); transform: scale(0.9); } .hover-grow-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-grow-rotate:hover, .hover-grow-rotate:focus, .hover-grow-rotate:active { -webkit-transform: scale(1.1) rotate(4deg); transform: scale(1.1) rotate(4deg); } .hover-float { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-float:hover, .hover-float:focus, .hover-float:active { -webkit-transform: translateY(-8px); transform: translateY(-8px); } .hover-skew { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-skew:hover, .hover-skew:focus, .hover-skew:active { -webkit-transform: skew(-10deg); transform: skew(-10deg); } .hover-buzz-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .hover-buzz-out:hover, .hover-buzz-out:focus, .hover-buzz-out:active { -webkit-animation-name: hover-buzz-out; animation-name: hover-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .hover-forward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-forward:hover, .hover-forward:focus, .hover-forward:active { -webkit-transform: translateX(8px); transform: translateX(8px); } .hover-fade { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: color, background-color; transition-property: color, background-color; } .hover-fade:hover, .hover-fade:focus, .hover-fade:active { background-color: var(--primary-color); color: white; } .hover-back-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color, background-color; transition-property: color, background-color; } .hover-back-pulse:hover, .hover-back-pulse:focus, .hover-back-pulse:active { -webkit-animation-name: hover-back-pulse; animation-name: hover-back-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .hover-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hover-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-bounce-to-right:hover:before, .hover-bounce-to-right:focus:before, .hover-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hover-bounce-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hover-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-bounce-to-bottom:hover:before, .hover-bounce-to-bottom:focus:before, .hover-bounce-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hover-shutter-out-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hover-shutter-out-horizontal:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-shutter-out-horizontal:hover:before, .hover-shutter-out-horizontal:focus:before, .hover-shutter-out-horizontal:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .hover-trim { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-trim:before { content: ""; position: absolute; border-style: solid; border-width: 4px; top: 4px; left: 4px; right: 4px; bottom: 4px; opacity: 0; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: opacity; transition-property: opacity; z-index: -1; } .hover-trim:hover:before, .hover-trim:focus:before, .hover-trim:active:before { opacity: 1; } .hover-ripple-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-ripple-out:before { content: ""; position: absolute; border-style: solid; border-width: 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; z-index: -1; } .hover-ripple-out:hover:before, .hover-ripple-out:focus:before, .hover-ripple-out:active:before { -webkit-animation-name: hover-ripple-out; animation-name: hover-ripple-out; } .hover-outline-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-outline-out:before { content: ""; position: absolute; border-style: solid; border-width: 4px; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; z-index: -1; } .hover-outline-out:hover:before, .hover-outline-out:focus:before, .hover-outline-out:active:before { top: -8px; right: -8px; bottom: -8px; left: -8px; } .hover-round-corners { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: border-radius; transition-property: border-radius; } .hover-round-corners:hover, .hover-round-corners:focus, .hover-round-corners:active { border-radius: 1em; } .hover-underline-from-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-underline-from-left:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-underline-from-left:hover:before, .hover-underline-from-left:focus:before, .hover-underline-from-left:active:before { right: 0; } .hover-underline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-underline-from-center:before { content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-underline-from-center:hover:before, .hover-underline-from-center:focus:before, .hover-underline-from-center:active:before { left: 0; right: 0; } .hover-overline-from-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-overline-from-left:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; top: 0; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-overline-from-left:hover:before, .hover-overline-from-left:focus:before, .hover-overline-from-left:active:before { right: 0; } .hover-overline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-overline-from-center:before { content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; top: 0; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-overline-from-center:hover:before, .hover-overline-from-center:focus:before, .hover-overline-from-center:active:before { left: 0; right: 0; } .hover-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; border-style: solid; border-width: 0; -webkit-transition-property: border-width; transition-property: border-width; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-reveal:hover:before, .hover-reveal:focus:before, .hover-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); border-width: 4px; } .hover-underline-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-underline-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 4px; -webkit-transform: translateY(4px); transform: translateY(4px); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-underline-reveal:hover:before, .hover-underline-reveal:focus:before, .hover-underline-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); } .hover-overline-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hover-overline-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; height: 4px; -webkit-transform: translateY(-4px); transform: translateY(-4px); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hover-overline-reveal:hover:before, .hover-overline-reveal:focus:before, .hover-overline-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); } .hover-glow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; transition-property: box-shadow; } .hover-glow:hover, .hover-glow:focus, .hover-glow:active { box-shadow: rgb(17 17 26 / 10%) 0 8px 24px, rgb(17 17 26 / 10%) 0 16px 56px, rgb(17 17 26 / 10%) 0 24px 80px; } .hover-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; transition-property: box-shadow; } .hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active { box-shadow: rgb(17 17 26 / 10%) 0 10px 10px 0, rgb(17 17 26 / 10%) 0 5px 8px; } .hover-grow-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; } .hover-grow-shadow:hover, .hover-grow-shadow:focus, .hover-grow-shadow:active { box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px; -webkit-transform: scale(1.1); transform: scale(1.1); } .hover-box-shadow-outset { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; transition-property: box-shadow; } .hover-box-shadow-outset:hover, .hover-box-shadow-outset:focus, .hover-box-shadow-outset:active { box-shadow: rgba(17, 17, 26, 0.15) 2.4px 2.4px 3.2px; } .hover-float-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hover-float-shadow:before { pointer-events: none; position: absolute; z-index: -1; content: ""; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(17, 17, 26, 0.15) 0%, rgba(17, 17, 26, 0) 80%); background: radial-gradient(ellipse at center, rgba(17, 17, 26, 0.15) 0%, rgba(17, 17, 26, 0) 80%); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } .hover-float-shadow:hover, .hover-float-shadow:focus, .hover-float-shadow:active { -webkit-transform: translateY(-5px); transform: translateY(-5px); } .hover-float-shadow:hover:before, .hover-float-shadow:focus:before, .hover-float-shadow:active:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); } .hover-bubble-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-bubble-top:before { pointer-events: none; position: absolute; z-index: -1; content: ""; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; left: calc(50% - 10px); top: 0; border-width: 0 10px 10px 10px; border-color: transparent; } .hover-bubble-top:hover:before, .hover-bubble-top:focus:before, .hover-bubble-top:active:before { -webkit-transform: translateY(-10px); transform: translateY(-10px); border-color: transparent transparent var(--primary-color) transparent; } .hover-bubble-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-bubble-right:before { pointer-events: none; position: absolute; z-index: -1; content: ""; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; top: calc(50% - 10px); right: 0; border-width: 10px 0 10px 10px; border-color: transparent; } .hover-bubble-right:hover:before, .hover-bubble-right:focus:before, .hover-bubble-right:active:before { -webkit-transform: translateX(10px); transform: translateX(10px); } .hover-bubble-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-bubble-bottom:before { pointer-events: none; position: absolute; z-index: -1; content: ""; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; left: calc(50% - 10px); bottom: 0; border-width: 10px 10px 0 10px; border-color: transparent; } .hover-bubble-bottom:hover:before, .hover-bubble-bottom:focus:before, .hover-bubble-bottom:active:before { -webkit-transform: translateY(10px); transform: translateY(10px); } .hover-bubble-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; } .hover-bubble-left:before { pointer-events: none; position: absolute; z-index: -1; content: ""; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; top: calc(50% - 10px); left: 0; border-width: 10px 10px 10px 0; border-color: transparent; } .hover-bubble-left:hover:before, .hover-bubble-left:focus:before, .hover-bubble-left:active:before { -webkit-transform: translateX(-10px); transform: translateX(-10px); } .hover-3d-basic { transform: perspective(1500px) rotateY(15deg); border-radius: 1rem; box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px; transition: transform 1s ease 0s; } .hover-3d-basic:hover { transform: perspective(3000px) rotateY(5deg); } .hover-3d-cloud-right { transform: rotateX(51deg) rotateZ(43deg); transform-style: preserve-3d; border-radius: 32px; box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25); transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow; } .hover-3d-cloud-right:hover { transform: translate3d(0px, -16px, 0px) rotateX(51deg) rotateZ(43deg); box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15); } .hover-3d-cloud-left { transform: rotateX(-51deg) rotateZ(-43deg); transform-style: preserve-3d; border-radius: 32px; box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25); transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow; } .hover-3d-cloud-left:hover { transform: translate3d(0px, -16px, 0px) rotateX(-51deg) rotateZ(-43deg); box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15); } .hover-3d-slate-top { transform: perspective(2000px) translate3d(0px, -66px, 198px) rotateX(55deg) scale3d(0.86, 0.75, 1) translateY(50px); border-radius: 5px; will-change: transform; transition: 0.4s ease-in-out transform; } .hover-3d-slate-top:hover { transform: scale3d(1, 1, 1); } .hover-3d-slate-right { transform: perspective(2000px) translate3d(0px, -36px, 198px) rotateY(55deg) scale3d(0.86, 0.75, 1) translateY(50px); border-radius: 5px; will-change: transform; transition: 0.4s ease-in-out transform; } .hover-3d-slate-right:hover { transform: scale3d(1, 1, 1); } .hover-3d-zoom-top { transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(40deg) scale(0.9, 0.9); border-radius: 20px; border: 5px solid #e6e6e6; box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2); transition: 0.4s ease-in-out transform; } .hover-3d-zoom-top:hover { transform: translate3d(0px, 0px, -250px); } .hover-3d-zoom-right { transform: perspective(750px) translate3d(0px, 0px, -250px) rotateY(40deg) scale(0.9, 0.9); border-radius: 20px; border: 5px solid #e6e6e6; box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2); transition: 0.4s ease-in-out transform; } .hover-3d-zoom-right:hover { transform: translate3d(0px, 0px, -250px); } .hover-3d-wakeup { transform: perspective(900px) rotateX(60deg) scale(0.7); box-shadow: 0 20px 100px #555; transition: 0.5s ease all; } .hover-3d-wakeup:hover { transform: rotate(0deg) scale(1) translateY(10px); } .hover-3d-dance { transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg); filter: blur(2px); opacity: 0.5; transition: 0.6s ease all; } .hover-3d-dance:hover { transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1); filter: blur(0); opacity: 1; } /* It is alreayd present in the oxygen editor */ /* Need to see if we really need it */ @keyframes hover-wobble-horizontal { 16.65% { -webkit-transform: translateX(8px); transform: translateX(8px); } 33.3% { -webkit-transform: translateX(-6px); transform: translateX(-6px); } 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); } 83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes hover-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } @keyframes hover-back-pulse { 50% { background-color: var(--tertiary-color); } } @keyframes hover-ripple-out { 100% { top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0; } } :where(.hover-fade, .hover-back-pulse).hover-bg-primary:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-primary:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-primary:hover { background: var(--primary-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-secondary:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-secondary:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-secondary:hover { background: var(--secondary-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg:hover { background: var(--background-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-dark:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-dark:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-dark:hover { background: var(--dark-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-light:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-light:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-light:hover { background: var(--light-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-alt:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-alt:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-alt:hover { background: var(--background-alt-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-white:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-white:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-white:hover { background: var(--white-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-black:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-black:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-black:hover { background: var(--black-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-placeholder:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-placeholder:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-placeholder:hover { background: var(--placeholder-color) !important; } :where(.hover-fade, .hover-back-pulse).hover-bg-placeholder-alt:where(:hover, :focus, :active), :where(.hover-bounce-to-right, .hover-bounce-to-bottom, .hover-shutter-out-horizontal, .hover-underline-from-left, .hover-underline-from-center, .hover-overline-from-left, .hover-overline-from-center, .hover-underline-reveal, .hover-overline-reveal).hover-bg-placeholder-alt:before, :where(.hover-bubble-left, .hover-bubble-bottom, .hover-bubble-right, .hover-bubble-top).hover-bg-placeholder-alt:hover { background: var(--placeholder-alt-color) !important; } :where(.hover-bounce-to-bottom, .hover-bounce-to-right, .hover-shutter-out-horizontal).hover-color-dark:where(:hover, :focus, :active) { color: var(--dark-color) !important; } :where(.hover-bounce-to-bottom, .hover-bounce-to-right, .hover-shutter-out-horizontal).hover-color-light:where(:hover, :focus, :active) { color: var(--light-color) !important; } :where(.hover-bounce-to-bottom, .hover-bounce-to-right, .hover-shutter-out-horizontal).hover-color-primary:where(:hover, :focus, :active) { color: var(--primary-color) !important; } :where(.hover-bounce-to-bottom, .hover-bounce-to-right, .hover-shutter-out-horizontal).hover-color-paragraph:where(:hover, :focus, :active) { color: var(--paragraph-color) !important; } :where(.hover-bounce-to-bottom, .hover-bounce-to-right, .hover-shutter-out-horizontal).hover-color-paragraph-alt:where(:hover, :focus, :active) { color: var(--paragraph-alt-color) !important; } .hover-color-dark:hover:where(p, div, h1, h2, h3, h4, h5, h6) { color: var(--dark-color) !important; transition: color 0.25s ease; } .hover-color-light:hover:where(p, div, h1, h2, h3, h4, h5, h6) { color: var(--light-color) !important; transition: color 0.25s ease; } .hover-color-primary:hover:where(p, div, h1, h2, h3, h4, h5, h6) { color: var(--primary-color) !important; transition: color 0.25s ease; } .hover-color-paragraph:hover:where(p, div, h1, h2, h3, h4, h5, h6) { color: var(--paragraph-color) !important; transition: color 0.25s ease; } .hover-color-paragraph-alt:hover:where(p, div, h1, h2, h3, h4, h5, h6) { color: var(--paragraph-alt-color) !important; transition: color 0.25s ease; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border-primary:before { border-color: var(--primary-color) !important; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border-secondary:before { border-color: var(--secondary-color) !important; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border-dark:before { border-color: var(--dark-color) !important; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border-light:before { border-color: var(--light-color) !important; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border:before { border-color: var(--border-color) !important; } :where(.hover-ripple-out, .hover-outline-out, .hover-trim, .hover-reveal).hover-border-alt:before { border-color: var(--border-alt-color) !important; } .hover-bubble-top.hover-border-primary:where(:hover, :focus, :active):before { border-color: transparent transparent var(--primary-color) transparent !important; } .hover-bubble-top.hover-border-secondary:where(:hover, :focus, :active):before { border-color: transparent transparent var(--secondary-color) transparent !important; } .hover-bubble-top.hover-border-dark:where(:hover, :focus, :active):before { border-color: transparent transparent var(--dark-color) transparent !important; } .hover-bubble-top.hover-border-light:where(:hover, :focus, :active):before { border-color: transparent transparent var(--light-color) transparent !important; } .hover-bubble-top.hover-border:where(:hover, :focus, :active):before { border-color: transparent transparent var(--border-color) transparent !important; } .hover-bubble-top.hover-border-alt:where(:hover, :focus, :active):before { border-color: transparent transparent var(--border-alt-color) transparent !important; } .hover-bubble-left.hover-border-primary:where(:hover, :focus, :active):before { border-color: transparent var(--primary-color) transparent transparent !important; } .hover-bubble-left.hover-border-secondary:where(:hover, :focus, :active):before { border-color: transparent var(--secondary-color) transparent transparent !important; } .hover-bubble-left.hover-border-dark:where(:hover, :focus, :active):before { border-color: transparent var(--dark-color) transparent transparent !important; } .hover-bubble-left.hover-border-light:where(:hover, :focus, :active):before { border-color: transparent var(--light-color) transparent transparent !important; } .hover-bubble-left.hover-border:where(:hover, :focus, :active):before { border-color: transparent var(--border-color) transparent transparent !important; } .hover-bubble-left.hover-border-alt:where(:hover, :focus, :active):before { border-color: transparent var(--border-alt-color) transparent transparent !important; } .hover-bubble-bottom.hover-border-primary:where(:hover, :focus, :active):before { border-color: var(--primary-color) transparent transparent transparent !important; } .hover-bubble-bottom.hover-border-secondary:where(:hover, :focus, :active):before { border-color: var(--secondary-color) transparent transparent transparent !important; } .hover-bubble-bottom.hover-border-dark:where(:hover, :focus, :active):before { border-color: var(--dark-color) transparent transparent transparent !important; } .hover-bubble-bottom.hover-border-light:where(:hover, :focus, :active):before { border-color: var(--light-color) transparent transparent transparent !important; } .hover-bubble-bottom.hover-border:where(:hover, :focus, :active):before { border-color: var(--border-color) transparent transparent transparent !important; } .hover-bubble-bottom.hover-border-alt:where(:hover, :focus, :active):before { border-color: var(--border-alt-color) transparent transparent transparent !important; } .hover-bubble-right.hover-border-primary:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--primary-color) !important; } .hover-bubble-right.hover-border-secondary:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--secondary-color) !important; } .hover-bubble-right.hover-border-dark:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--dark-color) !important; } .hover-bubble-right.hover-border-light:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--light-color) !important; } .hover-bubble-right.hover-border:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--border-color) !important; } .hover-bubble-right.hover-border-alt:where(:hover, :focus, :active):before { border-color: transparent transparent transparent var(--border-alt-color) !important; }
Upload File
Create Folder