Template:Loka/styles.css
Template page
More actions
.loka-brand-mention {
display: inline;
}
/* Empirically measured against the live rendered text/icon (same method
and same source image as Template:Forums/MCwiki's icons) -- with no
vertical-align at all it defaults to baseline, which left it sitting
visibly low (confirmed live: -1.5px off-centre); this value lines up
the icon's centre with the text's centre exactly. */
.loka-brand-mention img {
vertical-align: -1.5px;
}
/* Both colour AND text-decoration-color -- the link's underline (shown
on hover, per the skin's own link style) otherwise follows the skin's
default underline colour regardless of the text colour override,
which would leave a mismatched (non-gold) underline on hover. */
.loka-brand-link a {
color: #f0cf8e;
text-decoration-color: #f0cf8e;
}
@media (prefers-color-scheme: light) {
.loka-brand-link a {
color: #9c6b2e;
text-decoration-color: #9c6b2e;
}
}