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

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


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


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


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

Revision as of 22:38, 18 October 2022

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

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

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

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