Actions

Template

Template:Tag/styles.css

From Project Rebearth

Revision as of 13:51, 26 February 2026 by East6 (talk | contribs) (Created page with ".rb-tag { display: inline-block; padding: 1px 7px; border-radius: 3px; font-size: 0.8em; font-weight: 700; line-height: 1.5; color: #fff; vertical-align: baseline; white-space: nowrap; } .rb-tag-new { background-color: #4a7c3f; } .rb-tag-balance { background-color: #b8860b; } .rb-tag-fix { background-color: #943a2e; } .rb-tag-qol { background-color: #3a6d8c; } .rb-tag-perf { background-color: #6b4c8a; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.rb-tag {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
}

.rb-tag-new {
    background-color: #4a7c3f;
}

.rb-tag-balance {
    background-color: #b8860b;
}

.rb-tag-fix {
    background-color: #943a2e;
}

.rb-tag-qol {
    background-color: #3a6d8c;
}

.rb-tag-perf {
    background-color: #6b4c8a;
}