Untitled
unknown
plain_text
2 years ago
1.7 kB
6
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;
}
.boxed {
border: 2px solid purple ;
background-color: pink;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
}
.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: 140%;
z-index: -1;
filter: blur(4px);
}
#startButton {
font-size: large;
width: 20%;
padding: 20px;
stroke: purple;
stroke-width: 40px;
border-radius: 5px;
background-color: rgb(253, 177, 105);
color: rgb(0, 0, 0);
cursor: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'40\' height=\'48\' viewport=\'0 0 100 100\' style=\'fill:black;font-size:24px;\'><text y=\'50%\'>🚀</text></svg>') 16 0, auto;
}
#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...