Actions

Template

Template:Tag/styles.css

From Project Rebearth

.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;
}