Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第2行: | 第2行: | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
第8行: | 第7行: | ||
margin-top: 8px; | margin-top: 8px; | ||
margin-bottom: -24px; | margin-bottom: -24px; | ||
padding-top: 8px; | |||
} | } | ||
第13行: | 第13行: | ||
display: inline-block; | display: inline-block; | ||
margin-bottom: -24px; | margin-bottom: -24px; | ||
padding-top: 0; | |||
} | } | ||
2023年12月6日 (三) 13:55的版本
.infobox-title-container {
display: flex;
justify-content: space-between;
}
.infobox-title-container text {
margin-top: 8px;
margin-bottom: -24px;
padding-top: 8px;
}
.infobox-title-container img {
display: inline-block;
margin-bottom: -24px;
padding-top: 0;
}
.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;
}