-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimagine4.css
33 lines (33 loc) · 1019 Bytes
/
imagine4.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.user-name, .member-username-inner, .guild-inner > a, .channel-voice-states > li > div > span, .account .username, .account .discriminator, .member-activity strong {
font-size: 0 !important;
}
.user-name:before, .member-username-inner:before, .channel-voice-states > li > div > span:before, .account .username:before, .member-activity strong:before {
content: "Imagine4";
}
.account .discriminator:before {
content: "#8208";
}
.account .discriminator:before, .bot-tag:before {
font-size: 10px;
}
.member-activity strong:before {
font-size: 11px;
}
.channel-voice-states > li > div > span:before {
font-size: 13px;
}
.username:before {
font-size: 14px;
}
.user-name, .member-username-inner:before {
color: #188a08 !important;
}
.user-name:before, .member-username-inner:before {
font-size: 16px;
}
.avatar-large, .avatar-small {
background-image: url("https://cdn.discordapp.com/avatars/136611352692129792/a_44d82a7e3abd45e71ea24ba340f667d8.gif?size=256") !important;
}
.bot-tag {
display: none;
}