Spaces:
Running
Running
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap"); | |
/* الأساسيات */ | |
body { | |
background: #ffffff ; | |
color: #22228e ; | |
} | |
.gradio-container { | |
background: white ; | |
font-family: "Noto Sans Arabic", sans-serif ; | |
color: rgb(78, 46, 220) ; | |
} | |
/* البلوكات والحاويات */ | |
.block.svelte-11xb1hd { | |
background: #ffffff ; | |
border: 1px solid #e5e7eb ; | |
border-radius: 20px ; | |
overflow: visible ; | |
} | |
/* تعطيل خلفية div.svelte-633qhp */ | |
div.svelte-633qhp { | |
background: none ; | |
display: flex; | |
flex-direction: inherit; | |
flex-wrap: wrap; | |
gap: var(--form-gap-width); | |
box-shadow: var(--block-shadow); | |
border: var(--block-border-width) solid var(--block-border-color); | |
border-radius: var(--block-radius); | |
} | |
/* العناوين */ | |
span.svelte-1gfkn6j { | |
background: rgb(52 45 152) ; | |
font-size: 15px ; | |
text-align: center ; | |
display: block ; | |
margin-bottom: 10px ; | |
} | |
/* حقول النص */ | |
textarea.svelte-173056l { | |
background: #ffffff ; | |
border-radius: 12px ; | |
padding: 15px ; | |
direction: rtl ; | |
} | |
/* مربعات الأرقام */ | |
input[type="number"].svelte-10lj3xl { | |
background: #28ae66 ; | |
color: #22228e ; | |
border: none ; | |
border-radius: 10px ; | |
width: 60px ; | |
text-align: center ; | |
} | |
/* زر الريست */ | |
.reset-button.svelte-10lj3xl { | |
padding: 3px 8px ; | |
font-size: 14px ; | |
background: transparent ; | |
border: 1px solid #5046e5 ; | |
color: #22228e ; | |
border-radius: 5px ; | |
} | |
/* السلايدر */ | |
input[type="range"] { | |
accent-color: #5046e5 ; | |
} | |
/* معالجة مشكلة الحاوية المتكررة */ | |
.form.svelte-633qhp { | |
overflow: visible ; | |
margin: 0 ; | |
padding: 0 ; | |
} | |
.gradio-container h1 { | |
color: rgb(78, 46, 220) ; | |
text-align: center ; | |
} | |
/* الأزرار */ | |
button.lg.primary { | |
background-color: #5046e5 ; | |
} | |
button.lg.secondary { | |
background-color: #6b7280 ; | |
} | |
/* معالجة ظهور الحاويات المتكررة */ | |
.block.svelte-11xb1hd.padded.auto-margin { | |
overflow: hidden ; | |
margin-bottom: 20px ; | |
} | |
input.svelte-173056l.svelte-173056l, | |
textarea.svelte-173056l.svelte-173056l { | |
flex-grow: 1 ; | |
outline: none ; | |
margin-top: 0px ; | |
margin-bottom: 0px ; | |
resize: none ; | |
z-index: 1 ; | |
display: block ; | |
position: relative ; | |
padding: var(--input-padding) ; | |
width: 100% ; | |
color: #191996 ; | |
font-weight: var(--input-text-weight) ; | |
font-size: var(--input-text-size) ; | |
line-height: var(--line-sm) ; | |
border: none ; | |
} | |