Thanks Mark very nice mod.
A little extra help for code i made in testing condition for my self.
Mark has a good point there for his code and we must respect this.
Attachment 154244
CSS Classes/Selectors
HTML Code:
.badge_rank {
position: relative;
top: 0px;
left: 0px;
width: 178px;
height: 20px;
vertical-align: middle;
border: solid 2px;
color: #F4FFFF;
border-color: #5D5B4E;
border-radius: 5px;
font-family: Georgia;
font-weight: 600;
font-size: 12pt;
text-align: center;
background-color: transparent;
box-shadow: 4px 4px 5px #8E7B7B;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -moz-linear-gradient(top, #D42121 10%, #EF5656 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#D42121), color-stop(100%,#EF5656));
background: -webkit-linear-gradient(top, #D42121 10%,#EF5656 100%);
background: -o-linear-gradient(top, #D42121 10%,#EF5656 100%);
background: linear-gradient(to bottom, #D42121 10%,#EF5656 100%);
}
Ranks Definitions
HTML Code:
Test1|<div class="badge_rank">Nice Rank</div>
Assign Ranks To Users
Don't forget to change Stratis with your name users
You can play around adding or changing with your needs.