Template
LinesOverlay/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
font-size: 25px; | font-size: 25px; | ||
z-index: 1000; | z-index: 1000; | ||
color: | color: red; | ||
} | } | ||
Line 27: | Line 27: | ||
font-size: 25px; | font-size: 25px; | ||
z-index: 1000; | z-index: 1000; | ||
color: | color: red; | ||
} | } | ||
Line 34: | Line 34: | ||
font-size: 25px; | font-size: 25px; | ||
z-index: 1000; | z-index: 1000; | ||
color: | color: red; | ||
} | } | ||
Line 41: | Line 41: | ||
font-size: 25px; | font-size: 25px; | ||
z-index: 1000; | z-index: 1000; | ||
color: | color: red; | ||
} | } | ||
Line 48: | Line 48: | ||
font-size: 25px; | font-size: 25px; | ||
z-index: 1000; | z-index: 1000; | ||
color: | color: red; | ||
} | } |
Revision as of 21:43, 20 March 2024
.lines-overlay-container {
width: 500px;
height: 500px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: black;
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 20 March 2024, at 21:43. (7 months ago)