Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox station PI/styles.css: Difference between revisions

Template page
No edit summary
m 1F616EMO moved page Template:Infobox station DI/styles.css to Template:Infobox station PI/styles.css without leaving a redirect
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.portable-infobox.type-station .pi-title[data-source="native_name"],
.portable-infobox.pi-type-station .pi-title[data-source="native_name"],
.portable-infobox.type-station .pi-title[data-source="type"] {
.portable-infobox.pi-type-station .pi-title[data-source="type"] {
font-weight: normal;
font-weight: normal;
font-size: inherit;
}
}


.portable-infobox.type-station .pi-data[data-source="address"],
.portable-infobox.pi-type-station .pi-data[data-source="address"],
.portable-infobox.type-station .pi-data[data-source="borough"],
.portable-infobox.pi-type-station .pi-data[data-source="borough"],
.portable-infobox.type-station .pi-data[data-source="country"] {
.portable-infobox.pi-type-station .pi-data[data-source="country"] {
display: none;
display: none;
}
}

Latest revision as of 01:49, 9 November 2024

.portable-infobox.pi-type-station .pi-title[data-source="native_name"],
.portable-infobox.pi-type-station .pi-title[data-source="type"] {
	font-weight: normal;
	font-size: inherit;
}

.portable-infobox.pi-type-station .pi-data[data-source="address"],
.portable-infobox.pi-type-station .pi-data[data-source="borough"],
.portable-infobox.pi-type-station .pi-data[data-source="country"] {
	display: none;
}