User:76561199218134152/common.css: Difference between revisions

From Workers & Resources: Soviet Republic Official Wiki
(Created page with "→‎infobox styling: :root { --dark-red: #72070a; } .portable-infobox .pi-title { font-size: 22px; border-bottom: 0; line-height: 2; font-weight: 700; } .portable-infobox .pi-secondary-background { background-color: var(--dark-red); font-size: 16px; color: white; align-text: center; }")
 
No edit summary
Line 15: Line 15:
font-size: 16px;
font-size: 16px;
color: white;
color: white;
align-text: center;
text-align: center;
}
}

Revision as of 04:08, 9 October 2024

/* infobox styling */
:root {
	--dark-red: #72070a;
}

.portable-infobox .pi-title {
	font-size: 22px;
	border-bottom: 0;
	line-height: 2;
	font-weight: 700;
}

.portable-infobox .pi-secondary-background {
	background-color: var(--dark-red);
	font-size: 16px;
	color: white;
	text-align: center;
}