sunshine-layx
Version:
A magical window.
41 lines (36 loc) • 701 B
CSS
.layx-content-container {
width: 100%;
position: relative;
overflow: auto;
font-size: 14px;
opacity: 1;
}
.layx-html-content {
user-select: text;
}
.layx-content-penetrate {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
background: transparent;
visibility: hidden;
}
.layx-content-penetrate.layx-content-penetrate-active {
visibility: visible;
}
.layx-content-container.layx-content-container-fade-out {
opacity: 0;
}
.layx-url-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}