MediaWiki:Fandomdesktop.css: Difference between revisions

From TogSMP Wiki
Jump to navigation Jump to search
imported>HyperDuckSquared
No edit summary
imported>HyperDuckSquared
No edit summary
Line 5: Line 5:
a.new {
a.new {
color: #A9A9A9;
color: #A9A9A9;
}
.portable-infobox {
width: 370px;
}
}


.pi-data {
.pi-data {
justify-content: center;
justify-content: center;
}
.pi-data[data-source=image] .pi-data-value {
width: 100%;
}
.pi-data img {
width: 100%;
height: inherit;
}
}

Revision as of 18:22, 25 July 2021

a {
	color: #A0CEE5;
}

a.new {
	color: #A9A9A9;
}

.portable-infobox {
	width: 370px;
}

.pi-data {
	justify-content: center;
}

.pi-data[data-source=image] .pi-data-value {
	width: 100%;
}

.pi-data img {
	width: 100%;
	height: inherit;
}