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

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


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


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


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

Revision as of 22:39, 18 October 2022

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

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

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

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