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

Join the community

Create an account or log in to unlock the full forum experience.
Konu değerlendirmesi: Şekilli Renkli Kullanıcı Adı. 0.00 / 5 | Toplam oy: 0 | Görüntülenme: 30
Bu konu LESS veya CSS kodları içermektedir.
Konu sahibi son olarak 1 gün önce görüldü

IFGT

Üye
Kodcu Geliştirici
Katılım
2 Nisan 2026
Mesajlar
34
Çözümler
1
Reaksiyon puanı
32
Puanları
18
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