Toggle menu
213
934
195
6.4K
Dovedale Railway Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Station/styles.css: Difference between revisions

From Dovedale Railway Wiki
ABadDriverLOL (talk | contribs)
add styles for the station status indicator
 
ABadDriverLOL (talk | contribs)
m set color to white
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.station-status-removed {
.station-status-removed .infobox__data {
background-color: #e73d3d;
background-color: #e73d3d !important;
}
}


.station-status-not-in-operation {
.station-status-not-in-operation .infobox__data {
background-color: #fc7208;
background-color: #fc7208 !important;
}
}


.station-status-closed {
.station-status-closed .infobox__data {
background-color: #e73d3d;
background-color: #e73d3d !important;
}
}


.station-status-in-operation {
.station-status-in-operation .infobox__data {
background-color: green;
background-color: green !important;
}
 
.station-status-removed .infobox__data,
.station-status-not-in-operation .infobox__data,
.station-status-closed .infobox__data,
.station-status-in-operation .infobox__data {
color: white !important;
}
}

Latest revision as of 11:36, 4 September 2024

.station-status-removed .infobox__data {
	background-color: #e73d3d !important;
}

.station-status-not-in-operation .infobox__data {
	background-color: #fc7208 !important;
}

.station-status-closed .infobox__data {
	background-color: #e73d3d !important;
}

.station-status-in-operation .infobox__data {
	background-color: green !important;
}

.station-status-removed .infobox__data,
.station-status-not-in-operation .infobox__data,
.station-status-closed .infobox__data,
.station-status-in-operation .infobox__data {
	color: white !important;
}
🍪 Yum Yum Yum! Cookies help us better deliver our services. By using our site, you agree to our use of cookies.