- Joined
- May 5, 2020
- Messages
- 1
- Points
- 3
Reputation:
2.0
this allows each user to get a personal color
To change the color of the nickname to a specific user throughout the forum.
It's enough to add this code to extra.less:
.username[data-user-id="29697"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px #ff0033, 0 0 5px #ff0033;
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;
}
}
.username[data-user-id="1"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px #b74400, 0 0 5px #b74400;
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;
}
}
.username[data-user-id="35"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px yellow, 0 0 5px yellow;
background: url() repeat scroll 0% 0% transparent;
}
}
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px #ff0033, 0 0 5px #ff0033;
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;
}
}
.username[data-user-id="1"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px #b74400, 0 0 5px #b74400;
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;
}
}
.username[data-user-id="35"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px yellow, 0 0 5px yellow;
background: url() repeat scroll 0% 0% transparent;
}
}