Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 标签:已被回退 |
||
第2行: | 第2行: | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | |||
margin-right: 16px; | margin-right: 16px; | ||
margin-bottom: -36px; | margin-bottom: -36px; |
2023年12月6日 (三) 13:19的版本
.infobox-title-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 16px;
margin-bottom: -36px;
}
.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;
}