Template
LinesOverlay/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.lines-overlay-container { | .lines-overlay-container { | ||
position: relative; | position: relative; | ||
clip-path: border-box; | clip-path: border-box; |
Revision as of 10:46, 21 March 2024
.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;
}
.port {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.shelter {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.portal {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.icon {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
This page was last modified on 21 March 2024, at 10:46. (7 months ago)