Template:Hitsplat/styles.css

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:31, 17 October 2024 (Created page with "→‎[[Template:Hitsplat]]: .hitsplat-container { width: 24px; height: 23px; display: inline-flex; flex-flow: row nowrap; align-items: center; justify-content: center; position: relative; } .hitsplat-caption { position: absolute; font-family: runescape; font-size: 16px; color: #ffffff; text-shadow: 1px 1px #000000; }"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* [[Template:Hitsplat]] */
.hitsplat-container {
    width: 24px;
    height: 23px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
 
.hitsplat-caption {
    position: absolute;
    font-family: runescape;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}