activator-oce-exporter
Version:
Extract Activator binder and convert it to valid OCE mono pacakge
44 lines (36 loc) • 736 B
CSS
@import "../styles/reset.css";
/* Common styles
========================================================================== */
[data-mo-type="slide"] {
font-family: Helvetica, Arial, sans-serif;
max-width: 1024px;
height: 768px;
overflow: hidden;
}
.slide {
height: 100%;
position: relative;
overflow: hidden;
}
/* Animation Effects */
.act-appear,
.act-fragment {
opacity: 0;
transition: opacity 1s;
}
.act-appear.animated,
.act-fragment.activated {
opacity: 1;
}
html:not(.mo-is-edit) [style-opacity="0"] {
pointer-events: none;
}
[data-mo-type='assets'] .mo-content {
height: inherit;
overflow: hidden;
}
[data-mo-type='assets'] .mo-content > * {
width: 100%;
height: 100%;
display: block;
}