لوحة تحكم المشرف >> المجموعات والصلاحيات >> مجموعات المستخدمين >> مجموعتك
Username CSS
color: #fff;
background: linear-gradient(135deg, #3b82f6, #00f0ff);
padding: 4px 12px;
font-weight: 600;
display: inline-block;
position: relative;
text-transform: uppercase;
letter-spacing: 0.5px;
/* زوايا مسطحة */
clip-path: polygon(
8px 0%,
100% 0%,
100% calc(100% - 8px),
calc(100% - 8px) 100%,
0% 100%,
0% 8px
);
/* توهج نيون */
box-shadow:
0 0 6px #00f0ff,
0 0 12px rgba(0, 240, 255, 0.6),
0 0 18px...