Untitled
unknown
plain_text
2 years ago
1.1 kB
4
Indexable
ul {
padding-left: 47%;
}
html {
background-color: rgba(132, 149, 174, 0.137);
}
.dark-mode {
background-color: rgba(0, 0, 0, 0.808);
color: white;
}
p.large {
font-size: 25px;
}
.tooltip {
position: absolute;
pointer-events: none;
z-index: 1;
width: 300px;
padding: 10px;
border-radius: 10px;
background: #ffffff88;
color: #000000;
text-align: center;
opacity: 0;
transition: .3s opacity;
}
#popup {
border-radius: 20px;
}
/* line.source {
stroke: red;
}
line.target {
stroke: blue;
}
line.both {
stroke: purple;
}
*/
#backgroundImage {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
filter: blur(4px);
}
#returnButton {
position: absolute;
left: 50%;
display: none;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
align-items: center;
justify-content: center;
}
.overlay img {
max-width: 90%;
max-height: 90%;
border-radius: 20px;
}Editor is loading...