Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Cite/styles.css

From the Star Citizen Wiki, the fidelity™ encyclopedia
.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);
}