Template
LinesOverlay/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
position: absolute; | position: absolute; | ||
transform-origin: top left; | transform-origin: top left; | ||
width: | width: var(--line-width); | ||
} | } | ||
Revision as of 18:31, 20 March 2024
.lines-overlay-container {
width: 500px;
height: 500px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: black;
}
.line {
background-color: var(--line-color);
position: absolute;
transform-origin: top left;
width: var(--line-width);
}
.station {
position: absolute;
font-size: 25px;
z-index: 1000;
}
.port {
position: absolute;
font-size: 25px;
z-index: 1000;
}
.shelter {
position: absolute;
font-size: 25px;
z-index: 1000;
}
.portal {
position: absolute;
font-size: 25px;
z-index: 1000;
}
.icon {
position: absolute;
font-size: 25px;
z-index: 1000;
}
This page was last modified on 20 March 2024, at 18:31. (7 months ago)