Skip to content

Iwaku - Usergroup Colors 4.0 by ardent-a

Screenshot of Iwaku - Usergroup Colors 4.0

Details

Authorardent-a

LicenseNo License

Categoryiwakuroleplay

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enables client-side customization of usergroup colors.

Notes

v4.0 (May 4, 2022)
Add new selectors .username--style85 (Folklore) and .username--style86 (Mythical) for new usergroups
Add new selectors for new usergroup ribbons: .ribbonFolklore, .ribbonMythical and .ribbonStaff
Assign one color picker for all staff departments
Add selectors .username--style33 and .ribbonLurker (Inactive Members)
Change default colors

v3.2 (April 3, 2022)
Add new selector .username--style84 (Roleplay Lead)

v3.1 (March 3, 2022)
Add new selector .username--style83 (Community Lead)
Change Administrator and Security Staff default colors for better legibility on Dusk theme.

Source code

/* ==UserStyle==
@name           Iwaku - Usergroup Colors 4.0
@namespace      USO Archive
@author         Adrian M
@description    `Enables client-side customization of usergroup colors.Hit the "customize" button to change the color settings. Click "Install Style" when finished. Note that you need the Stylus browser extension for this to work.`
@version        20220402.17.5
@license        NO-REDISTRIBUTION
@preprocessor   uso
@advanced color banned "Banned Member" #835F40
@advanced color inactive "Inactive Member" #A1A1A1
@advanced color new "New Member" #7bc9a7
@advanced color regular "Regular Member" #548E98
@advanced color folklore "Folklore Member" #75b0ba
@advanced color mythical "Mythical Member" #81d2de
@advanced color donor "Donor" #aa9e62
@advanced color intern "Intern" #AA77DD
@advanced color staff "Staff" #8877DD
@advanced color admin "Administrator" #b87ba0

==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("iwakuroleplay.com")
  {
      
    /* BANNED MEMBERS */
	.username--style8 {
    color: /*[[banned]]*/;
	}
      
    /* INACTIVE MEMBERS */
	.username--style32, .username--style33 {
    color: /*[[inactive]]*/;
	}
        .userBanner.ribbonLurker {
    background: /*[[inactive]]*/;
    border-color: /*[[inactive]]*/;
        }

    /* NEW MEMBERS */
	.username--style30 {
    color: /*[[new]]*/;
	}
    
    /* REGULAR MEMBERS */
	.username--style2 {
    color: /*[[regular]]*/;
	}
      
    /* FOLKLORE MEMBERS */
        .username--style85 {
    color: /*[[folklore]]*/
        }
        .userBanner.ribbonFolklore {
    background: /*[[folklore]]*/;
    border-color: /*[[folklore]]*/;
        }
      
    /* MYTHICAL MEMBERS */
        .username--style86 {
    color: /*[[mythical]]*/
        }
        .userBanner.ribbonMythical {
    background: /*[[mythical]]*/;
    border-color: /*[[mythical]]*/;
        }
    
    /* DONATING MEMBERS */
	.username--style14 {
    color: /*[[donor]]*/;
	}
	.userBanner.ribbonDonor {
    background: /*[[donor]]*/;
    border-color: /*[[donor]]*/;
	}
    
    /* INTERNS */
	.username--style16 {
    color: /*[[intern]]*/;
	}
	.userBanner.ribbonIntern {
    background: /*[[intern]]*/;
    border-color: /*[[intern]]*/;
	}
    
     /* STAFF */
        .userBanner.ribbonStaff {
    background: /*[[staff]]*/;
    border-color: /*[[staff]]*/;
        }
      
    /* ROLEPLAY STAFF */
	.username--style39, .username--style84 {
    color: /*[[staff]]*/;
	}
    
    /* SITE SUPPORT STAFF */
	.username--style61, .username--style82 {
    color: /*[[staff]]*/;
	}
    
    /* COMMUNITY STAFF */
	.username--style31, .username--style83 {
    color: /*[[staff]]*/;
	}
    
    /* SECURITY STAFF */
	.username--style4, .username--style81 {
    color: /*[[staff]]*/;
	}
    
    /* ADMINISTRATOR */
	.username--style3 {
    color: /*[[admin]]*/;
	}
	.userBanner.ribbonAdmin {
    background: /*[[admin]]*/;
    border-color: /*[[admin]]*/;
	}
  }

Reviews

No reviews yet.