Welcome to XFSkins | XenForo Themes, Styles and Plugins

Join the community to start discussions, follow updates and connect with other members.

Less/Css Şekilli Renkli Kullanıcı Adı.

Bu konu LESS veya CSS kodları içermektedir.
Konu sahibi son olarak 11 saat önce görüldü

IFGT

Yeni üye
Kodcu Geliştirici
Katılım
2 Nisan 2026
Mesajlar
22
Reaksiyon puanı
23
Puanları
3
1782389170753.png
CSS:
background: linear-gradient(135deg, #5E35B1, #7C4DFF, #9E7BFF);

font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.3px;

color: #ffffff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

padding: 2px 8px;
border-radius: 999px;

border: 1px solid rgba(255, 255, 255, 0.12);

box-shadow:
    0 0 8px rgba(124, 77, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

display: inline-block;

transition: all .3s ease;

1782389251751.png

CSS:
background: linear-gradient(135deg, #022235, #032F49, #0A4A70);

font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.3px;

color: #ffffff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

padding: 2px 8px;
border-radius: 4px;

border: 1px solid rgba(255, 255, 255, 0.12);

box-shadow:
    0 0 8px rgba(3, 47, 73, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

display: inline-block;

transition: all .3s ease;

1782389305425.png
CSS:
background: linear-gradient(135deg, #4FA800, #64D400, #8AE234);

font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.3px;

color: #ffffff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

padding: 2px 8px;
border-radius: 999px;

border: 1px solid rgba(255, 255, 255, 0.12);

box-shadow:
    0 0 8px rgba(100, 212, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

display: inline-block;

transition: all .3s ease;


Gruplar ve izinler -> Kullanıcı grupları -> Kullanıcı adı CSS

1782389401747.png

Yollarını izleyerek değiştirebilirsiniz.

İyi forumlar.
 
Geri
Üst