Spaces:
Sleeping
Sleeping
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap"); | |
/* الستايل السابق يبقى كما هو ... */ | |
/* الإضافات الجديدة */ | |
.block.svelte-11xb1hd { | |
position: relative ; | |
margin: 0 ; | |
border-color: var(--block-border-color) ; | |
background: #ffffff ; | |
line-height: var(--line-sm) ; | |
border-radius: 20px ; | |
} | |
span.svelte-1gfkn6j { | |
display: inline-block ; | |
position: relative ; | |
z-index: var(--layer-4) ; | |
border: solid 2px #5046e5 ; | |
border-radius: 8px ; | |
background: transparent ; | |
padding: 8px ; | |
color: #5046e5 ; | |
font-weight: bold ; | |
font-size: 15px ; | |
line-height: var(--line-sm) ; | |
text-align: center ; | |
} | |
input.svelte-173056l.svelte-173056l, textarea.svelte-173056l.svelte-173056l { | |
flex-grow: 1 ; | |
margin-bottom: 0px ; | |
resize: none ; | |
z-index: 1 ; | |
display: block ; | |
position: relative ; | |
outline: none ; | |
background: #ffffff ; | |
color: #14144b ; | |
font-weight: var(--input-text-weight) ; | |
font-size: 16px ; | |
line-height: var(--line-sm) ; | |
direction: rtl ; | |
text-align: justify ; | |
} | |
.gradio-container.gradio-container-5-9-0 .contain h1 { | |
font-size: 1.875rem ; | |
font-weight: bold ; | |
text-align: center ; | |
color: #5046e5 ; | |
} | |
input[type="number"].svelte-10lj3xl.svelte-10lj3xl { | |
display: block ; | |
outline: none ; | |
background: #33ac72 ; | |
color: var(--body-text-color) ; | |
line-height: var(--line-sm) ; | |
text-align: center ; | |
transition: border-color 0.15s ease-in-out ; | |
border-radius: 10px ; | |
} | |
.wrap.svelte-ls20lj.svelte-ls20lj { | |
display: flex ; | |
flex-direction: column ; | |
justify-content: center ; | |
align-items: center ; | |
z-index: var(--layer-2) ; | |
transition: opacity 0.1s ease-in-out ; | |
border-radius: var(--block-radius) ; | |
background: #5046e5 ; | |
max-height: var(--size-screen-h) ; | |
overflow: hidden ; | |
} | |
.eta-bar.svelte-ls20lj.svelte-ls20lj { | |
position: absolute ; | |
top: 0 ; | |
right: 0 ; | |
bottom: 0 ; | |
left: 0 ; | |
transform-origin: left ; | |
opacity: 0.8 ; | |
z-index: var(--layer-1) ; | |
transition: 10ms ; | |
background: #2eb98a ; | |
} | |
.dark .gradio-container.gradio-container-5-9-0 .contain { | |
background: transparent ; | |
color: #ffffff ; | |
} |