Spaces:
Sleeping
Sleeping
File size: 2,106 Bytes
8d73186 bd9ac1f 584c3bc 8d73186 584c3bc bd9ac1f 584c3bc 8d73186 584c3bc 8d73186 584c3bc bd9ac1f 8d73186 584c3bc 8d73186 584c3bc bd9ac1f 8d73186 584c3bc 8d73186 bd9ac1f 8d73186 584c3bc 8d73186 bd9ac1f 584c3bc 8d73186 584c3bc 8d73186 584c3bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap");
/* الأساسيات */
.gradio-container {
background: #f9fafb !important;
font-family: "Noto Sans Arabic", sans-serif !important;
}
/* البلوكات والحاويات */
.block.svelte-11xb1hd {
background: #ffffff !important;
border: 1px solid #e5e7eb !important;
border-radius: 20px !important;
overflow: visible !important;
}
/* العناوين */
span.svelte-1gfkn6j {
color: #5046e5 !important;
font-size: 15px !important;
text-align: center !important;
display: block !important;
margin-bottom: 10px !important;
}
/* حقول النص */
textarea.svelte-173056l {
background: #ffffff !important;
border-radius: 12px !important;
padding: 15px !important;
direction: rtl !important;
}
/* مربعات الأرقام */
input[type="number"].svelte-10lj3xl {
background: #28ae66 !important;
color: white !important;
border: none !important;
border-radius: 10px !important;
width: 60px !important;
text-align: center !important;
}
/* زر الريست */
.reset-button.svelte-10lj3xl {
padding: 3px 8px !important;
font-size: 14px !important;
background: transparent !important;
border: 1px solid #5046e5 !important;
color: #5046e5 !important;
border-radius: 5px !important;
}
/* السلايدر */
input[type="range"] {
accent-color: #5046e5 !important;
}
/* معالجة مشكلة الحاوية المتكررة */
.form.svelte-633qhp {
overflow: visible !important;
margin: 0 !important;
padding: 0 !important;
}
/* نص العنوان */
.gradio-container h1 {
color: #5046e5 !important;
text-align: center !important;
}
/* الأزرار */
button.lg.primary {
background-color: #5046e5 !important;
}
button.lg.secondary {
background-color: #6b7280 !important;
}
/* معالجة ظهور الحاويات المتكررة */
.block.svelte-11xb1hd.padded.auto-margin {
overflow: hidden !important;
margin-bottom: 20px !important;
} |