NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Garrettttt

Member

Feed

There are no wall posts here yet.

About

Registered:
over 5 years ago
Last Seen:
over 5 years ago
Profile Views:
713
Minecraft
Garrettttt

Latest Posts

over 5 years ago
[Snippet] Custom Badges (Like Boostrap)

As most of you have noticed Nameless Forums use Boostrap CSS for rank badges.
Here is a quick snippet to create your own custom badges for you usergroups.

Add this into your themes Custom.css

CSS

.label {
  color: white;
  border-radius: 10%;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  font-family: Arial;
}

.name {background-color: #07F3CC;}

 

usage:

< span class="label name">Rank Text < /span>

 

To add more just copy the "name" code and add more ranks and color options.