模板:Cite/styles.css

来自决策链云智库
Zeroclanzhang讨论 | 贡献2023年8月3日 (四) 15:47的版本 (创建页面,内容为“.citation-icon { margin-right: 4px; opacity: 0.3; } .citation-icon img { margin-bottom: 2px; height: 11px; width: auto; } ol.references li:target .citation-icon { opacity: 0.5; } →‎Dark mode:​ html.skin-citizen-dark .citation-icon img { filter: invert(1); }”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.citation-icon {
    margin-right: 4px;
    opacity: 0.3;
}

.citation-icon img {
    margin-bottom: 2px;
    height: 11px;
    width: auto;
}

ol.references li:target .citation-icon {
    opacity: 0.5;
}

/* Dark mode */
html.skin-citizen-dark .citation-icon img {
    filter: invert(1);
}