Level 50 and above will appear noob, red will appear green, new accounts will get special border-radius attributes, etc.
body a.lv50 {
fill: #00B4CE !important;
color: #009cb3 !important;
background-color: transparent !important;
border-left: 0px !important;
border-right: 0px !important;
border-radius: 0px !important;
}
body a.lv30 { fill: #43a547 !important; color: #37883a !important; }
body a.lv20 { fill: #fee928 !important; color: #e2cc01 !important; }
body a.lv6 { fill: #fbb308 !important; color: #d39503 !important; }
body a.lv2 { fill: #cc0000 !important; color: #a90000 !important; }
body a.lv0 {
color: #8cf !important;
border-left: 4px solid #4163ac !important;
border-right: 4px solid #4163ac !important;
border-radius: 15px !important;
background-color: #4163ac !important;
}
Level 50 and above will appear noob, red will appear green, new accounts will get special border-radius attributes, etc.
`body a.lv50 {
fill: #00B4CE !important;
color: #009cb3 !important;
background-color: transparent !important;
border-left: 0px !important;
border-right: 0px !important;
border-radius: 0px !important;
}`
`body a.lv30 { fill: #43a547 !important; color: #37883a !important; }`
`body a.lv20 { fill: #fee928 !important; color: #e2cc01 !important; }`
`body a.lv6 { fill: #fbb308 !important; color: #d39503 !important; }`
`body a.lv2 { fill: #cc0000 !important; color: #a90000 !important; }`
`body a.lv0 {
color: #8cf !important;
border-left: 4px solid #4163ac !important;
border-right: 4px solid #4163ac !important;
border-radius: 15px !important;
background-color: #4163ac !important;
}`
(post is archived)