Template

LinesOverlay/styles.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 1: Line 1:
.outerLinesContainer {
.lines-overlay-container {
     width: 500px;
     width: 500px;
     height: 500px;
     height: 500px;

Revision as of 17:54, 20 March 2024

.lines-overlay-container {
    width: 500px;
    height: 500px;
    position: relative;
}

.line {
    background-color: var(--line-color);
    position: absolute;
    transform-origin: top left;
    width: 5px;
}

.station {
	position: absolute;
}

.port {
	position: absolute;
}

.shelter {
	position: absolute;
}

.portal {
	position: absolute;
}

.icon {
	position: absolute;
}
This page was last modified on 20 March 2024, at 17:54. (43 days ago)
Background SRN Opening by Montenator