Skip to content

f-list.net - F-Chat User Activity Colorizer by lauraellius

Screenshot of f-list.net - F-Chat User Activity Colorizer

Details

Authorlauraellius

LicenseNo License

Categoryf-list.net

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes each status icon (online, away, busy, do not disturb) have its own color, and adds a space between them and usernames. Does not change the color of user names. Also colors mods and site owners' icons.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           f-list.net - 3/3/2023, 2:31:44 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("f-list.net") {

    
    /* Looking */

.fa-fw.fa.fa-eye {
  color: orange;
  margin-right: 0.25em;
}

/* Online */

.fa-fw.far.fa-user {
  color: green;
  margin-right: 0.25em;
}

/* Away */

.fa-fw.far.fa-circle {
  color: gray;
  margin-right: 0.25em;
}

/* Do Not Distirb */

.fa-fw.fa.fa-minus-circle {
  color: red;
  margin-right: 0.25em;
}


/* Buisy */

.fa-fw.fa.fa-cog {
  color: yellow;
  margin-right: 0.25em;
}
    
    .fa.fa-star {
       color: gold;
       margin-right: 0.25em; 
    }
    
    .far.fa-gem {
         color: lightblue;
       margin-right: 0.25em; 
    }
    .fa.fa-shield-alt {
        color: white;
        margin-right: 0.25em; 
    }

    .fa.fa-key {
        color: gray;
        margin-right: 0.25em; 
    }
    
    .fa-fw.far.fa-clock {
        color: lightgray;
        margin-right: 0.25em; 
    }

}

Reviews

No reviews yet.