Zeroclanzhang(讨论 | 贡献) 无编辑摘要 标签:已被回退 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 标签:已被回退 |
||
第4行: | 第4行: | ||
align-items: center; | align-items: center; | ||
margin-right: 16px; | margin-right: 16px; | ||
margin-bottom: - | margin-bottom: -16px; | ||
} | } | ||
2023年12月6日 (三) 13:21的版本
.infobox-title-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 16px;
margin-bottom: -16px;
}
.infobox-title-container img {
display: inline-block;
margin-right: -16px;
}
.infobox-title-container img {
opacity: .7;
}
.infobox-title-container img.inverted {
filter: invert(1) hue-rotate(180deg);
}
/* Dark mode */
html.skin-citizen-dark .infobox-title-container img {
filter: invert(1) hue-rotate(180deg);
}
html.skin-citizen-dark .infobox-title-container img.inverted {
filter: none;
}