forum-badges
v1.0.0
Published
A collection of beautiful, customizable forum badges/prefixes for different user roles
Maintainers
Readme
Forum Badges
A beautiful collection of 60 customizable CSS badges/prefixes for forum user roles.

Features
- 60 high-quality, detailed badge designs
- Easy to implement in any forum or website
- Customizable colors and effects
- Lightweight CSS with minimal footprint
- Compatible with all modern browsers
Installation
NPM
npm install forum-badgesCDN
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/forum-badges.css">Direct Download
Download the latest release and include the CSS file in your project.
Usage
- Include the CSS file in your HTML:
<link rel="stylesheet" href="path/to/forum-badges.css">- Add the badge to your username or content:
<span class="fb-badge fb-admin">Administrator</span>
<span class="fb-badge fb-mod">Moderator</span>
<span class="fb-badge fb-vip">VIP</span>
<!-- And many more -->Available Badges
We have 60 different badge styles, including:
- Administrative roles (Admin, Moderator, Super Moderator)
- Special statuses (VIP, Donor, Sponsor)
- Achievement badges (Veteran, Expert, Helper)
- Fun badges (Jester, Ninja, Wizard)
See the full demo page for all available badges with previews.
Customization
You can customize the badges by overriding the CSS variables:
:root {
--fb-admin-color: #ff5555;
--fb-admin-bg: #333;
/* More customization options */
}License
MIT Licensed. See LICENSE for details.
