Template:Infobox chip/styles.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
html.skin-citizen-light .infobox.chip-class-giga {
.infobox.chip-class-giga {
background: #f7cee7;
background: #f7cee7;
}
}


html.skin-citizen-dark .infobox.chip-class-giga {
.infobox.chip-class-giga {
background: #8c3152;
background: #8c3152;
}
}


html.skin-citizen-light .infobox.chip-class-mega {
.infobox.chip-class-mega {
background: #adefef;
background: #adefef;
}
}


html.skin-citizen-dark .infobox.chip-class-mega {
.infobox.chip-class-mega {
background: #52849c;
background: #52849c;
}
}

Revision as of 22:39, 18 October 2022

.infobox.chip-class-giga {
	background: #f7cee7;
}

.infobox.chip-class-giga {
	background: #8c3152;
}

.infobox.chip-class-mega {
	background: #adefef;
}

.infobox.chip-class-mega {
	background: #52849c;
}