58 lines
No EOL
919 B
CSS
58 lines
No EOL
919 B
CSS
@import url('/?common=colours');
|
|
|
|
/* Username colors */
|
|
#content .guest {
|
|
color: gray;
|
|
}
|
|
#content #chatList span.guest {
|
|
font-weight: bold;
|
|
}
|
|
#content .user {
|
|
color: #FFF;
|
|
}
|
|
#content #chatList span.user {
|
|
font-weight: bold;
|
|
}
|
|
#content .moderator {
|
|
color: #0A0;
|
|
}
|
|
#content #chatList span.moderator {
|
|
font-weight: bold;
|
|
}
|
|
#content .admin {
|
|
color: #A00;
|
|
}
|
|
#content #chatList span.admin {
|
|
font-weight: bold;
|
|
}
|
|
#content .chatBot {
|
|
color: #9E8DA7;
|
|
}
|
|
#content #chatList span.chatBot {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
#content .purple {
|
|
color: #824CA0;
|
|
}
|
|
#content #chatList span.purple {
|
|
font-weight: bold;
|
|
}
|
|
#content .cmod {
|
|
color: #09F;
|
|
}
|
|
#content #chatList span.cmod {
|
|
font-weight: bold;
|
|
}
|
|
#content .bots {
|
|
color: #9E8DA7;
|
|
}
|
|
#content #chatList span.bots {
|
|
font-weight: bold;
|
|
}
|
|
#content .donator {
|
|
color: #EE9400;
|
|
}
|
|
#content #chatList span.donator {
|
|
font-weight: bold;
|
|
} |