Xenforo - İstediğin kullanıcı adının rengini değiştirme (1 Viewer)

Obfuscate

Hokus Pokus Kodları Çözüyoruz.
Joined
Oct 6, 2018
Credits
40
Rating - 0%
Code:
.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;

}
}


data-user-id="29697" kısmında yazan numarayı istediğin kullanıcı idsini değiştirmeniz yeticektir.
 
Joined
May 31, 2020
Credits
99
Rating - 0%
Code:
.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;

}
}


data-user-id="29697" kısmında yazan numarayı istediğin kullanıcı idsini değiştirmeniz yeticektir.
nereye yazacaz bunu
 

Users who are viewing this thread

Top