User:76561199218134152/common.css: Difference between revisions

From Workers & Resources: Soviet Republic Official Wiki
No edit summary
No edit summary
Line 2: Line 2:
:root {
:root {
--dark-red: #72070a;
--dark-red: #72070a;
--tan: #c49645;
}
.portable-infobox {
border: 1px solid var(--dark-red);
}
}


Line 13: Line 18:
.portable-infobox .pi-title,  
.portable-infobox .pi-title,  
.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
background-color: var(--dark-red);
background-color: var(--tan);
color: white;
color: white;
text-align: center;
text-align: center;

Revision as of 23:52, 9 October 2024

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

.portable-infobox {
	border: 1px solid var(--dark-red);
}

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

.portable-infobox .pi-title, 
.portable-infobox .pi-secondary-background {
	background-color: var(--tan);
	color: white;
	text-align: center;
}

.portable-infobox .pi-secondary-background {
	font-size: 1rem;
}