Template

LinesOverlay/styles.css

From Dogcraft Wiki

.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. (42 days ago)
Background Takeshi by Edo