Spaces:
Sleeping
Sleeping
/* 1. تنسيقات الحاوية الرئيسية */ | |
.gradio-container { | |
background: #f9fafb ; | |
font-family: "Noto Sans Arabic", sans-serif ; | |
} | |
/* 2. تنسيقات البلوكات */ | |
.block.svelte-11xb1hd { | |
background: #ffffff ; | |
border: 1px solid #e5e7eb ; | |
border-radius: 20px ; | |
padding: 1rem ; | |
margin-bottom: 1rem ; | |
} | |
/* 3. تنسيق العناوين والنصوص */ | |
span.svelte-1gfkn6j { | |
color: #5046e5 ; | |
font-size: 15px ; | |
font-weight: bold ; | |
text-align: center ; | |
display: block ; | |
margin-bottom: 0.5rem ; | |
} | |
/* 4. تنسيق حقول الإدخال */ | |
textarea.svelte-173056l, | |
input.svelte-173056l { | |
background: #ffffff ; | |
border: 1px solid #e5e7eb ; | |
border-radius: 12px ; | |
padding: 1rem ; | |
width: 100% ; | |
direction: rtl ; | |
} | |
/* 5. تنسيق السلايدر */ | |
input[type="range"] { | |
accent-color: #5046e5 ; | |
} | |
/* 6. تنسيق الأرقام */ | |
input[type="number"].svelte-10lj3xl { | |
background: #28ae66 ; | |
color: white ; | |
border-radius: 10px ; | |
font-weight: bold ; | |
text-align: center ; | |
} | |
/* 7. تنسيق الأزرار */ | |
button.svelte-1137axg { | |
background: #5046e5 ; | |
color: white ; | |
border-radius: 8px ; | |
padding: 0.75rem 1.5rem ; | |
font-weight: bold ; | |
} | |
button.secondary { | |
background: #6b7280 ; | |
} |