Template
LinesOverlay/styles.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.lines-overlay-container {
position: relative;
clip-path: border-box;
}
.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;
color: red;
text-shadow: 4px 4px 5px black;
}
000
1:0
Return to Template:LinesOverlay/styles.css.