This commit is contained in:
Toks
2013-04-17 20:09:48 -04:00
parent 30d7e22522
commit 53ee04d6a2
7 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,31 @@
a.user-admin.with-style {
color: red;
}
a.user-moderator.with-style {
color: orange;
}
a.user-janitor.with-style {
color: green;
}
a.user-contributor.with-style {
color: purple;
}
a.user-builder.with-style {
color: #6633FF;
}
a.user-platinum.with-style {
color: gray;
}
a.user-gold.with-style {
color: #0000FF;
}
a.user-member.with-style {
color: auto;
}