Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -1,117 +1,94 @@
|
|
1 |
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap");
|
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 |
-
input[type="
|
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 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
.gradio-container {
|
96 |
-
background: #f9fafb !important;
|
97 |
-
color: #333333 !important;
|
98 |
-
}
|
99 |
-
|
100 |
-
.dark {
|
101 |
-
background: #f9fafb !important;
|
102 |
-
color: #333333 !important;
|
103 |
-
}
|
104 |
-
|
105 |
-
.gr-box {
|
106 |
-
background: #ffffff !important;
|
107 |
-
border-radius: 12px !important;
|
108 |
-
}
|
109 |
-
|
110 |
-
.gr-form, .gr-panel {
|
111 |
-
background: #ffffff !important;
|
112 |
-
border-radius: 12px !important;
|
113 |
-
}
|
114 |
-
|
115 |
-
.gr-input-label {
|
116 |
-
color: #333333 !important;
|
117 |
-
}
|
|
|
1 |
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap");
|
2 |
|
3 |
+
/* الستايل السابق يبقى كما هو ... */
|
4 |
+
|
5 |
+
/* الإضافات الجديدة */
|
6 |
+
.block.svelte-11xb1hd {
|
7 |
+
position: relative !important;
|
8 |
+
margin: 0 !important;
|
9 |
+
border-color: var(--block-border-color) !important;
|
10 |
+
background: #ffffff !important;
|
11 |
+
line-height: var(--line-sm) !important;
|
12 |
+
border-radius: 20px !important;
|
13 |
+
}
|
14 |
+
|
15 |
+
span.svelte-1gfkn6j {
|
16 |
+
display: inline-block !important;
|
17 |
+
position: relative !important;
|
18 |
+
z-index: var(--layer-4) !important;
|
19 |
+
border: solid 2px #5046e5 !important;
|
20 |
+
border-radius: 8px !important;
|
21 |
+
background: transparent !important;
|
22 |
+
padding: 8px !important;
|
23 |
+
color: #5046e5 !important;
|
24 |
+
font-weight: bold !important;
|
25 |
+
font-size: 15px !important;
|
26 |
+
line-height: var(--line-sm) !important;
|
27 |
+
text-align: center !important;
|
28 |
+
}
|
29 |
+
|
30 |
+
input.svelte-173056l.svelte-173056l, textarea.svelte-173056l.svelte-173056l {
|
31 |
+
flex-grow: 1 !important;
|
32 |
+
margin-bottom: 0px !important;
|
33 |
+
resize: none !important;
|
34 |
+
z-index: 1 !important;
|
35 |
+
display: block !important;
|
36 |
+
position: relative !important;
|
37 |
+
outline: none !important;
|
38 |
+
background: #ffffff !important;
|
39 |
+
color: #14144b !important;
|
40 |
+
font-weight: var(--input-text-weight) !important;
|
41 |
+
font-size: 16px !important;
|
42 |
+
line-height: var(--line-sm) !important;
|
43 |
+
direction: rtl !important;
|
44 |
+
text-align: justify !important;
|
45 |
+
}
|
46 |
+
|
47 |
+
.gradio-container.gradio-container-5-9-0 .contain h1 {
|
48 |
+
font-size: 1.875rem !important;
|
49 |
+
font-weight: bold !important;
|
50 |
+
text-align: center !important;
|
51 |
+
color: #5046e5 !important;
|
52 |
+
}
|
53 |
+
|
54 |
+
input[type="number"].svelte-10lj3xl.svelte-10lj3xl {
|
55 |
+
display: block !important;
|
56 |
+
outline: none !important;
|
57 |
+
background: #33ac72 !important;
|
58 |
+
color: var(--body-text-color) !important;
|
59 |
+
line-height: var(--line-sm) !important;
|
60 |
+
text-align: center !important;
|
61 |
+
transition: border-color 0.15s ease-in-out !important;
|
62 |
+
border-radius: 10px !important;
|
63 |
+
}
|
64 |
+
|
65 |
+
.wrap.svelte-ls20lj.svelte-ls20lj {
|
66 |
+
display: flex !important;
|
67 |
+
flex-direction: column !important;
|
68 |
+
justify-content: center !important;
|
69 |
+
align-items: center !important;
|
70 |
+
z-index: var(--layer-2) !important;
|
71 |
+
transition: opacity 0.1s ease-in-out !important;
|
72 |
+
border-radius: var(--block-radius) !important;
|
73 |
+
background: #5046e5 !important;
|
74 |
+
max-height: var(--size-screen-h) !important;
|
75 |
+
overflow: hidden !important;
|
76 |
+
}
|
77 |
+
|
78 |
+
.eta-bar.svelte-ls20lj.svelte-ls20lj {
|
79 |
+
position: absolute !important;
|
80 |
+
top: 0 !important;
|
81 |
+
right: 0 !important;
|
82 |
+
bottom: 0 !important;
|
83 |
+
left: 0 !important;
|
84 |
+
transform-origin: left !important;
|
85 |
+
opacity: 0.8 !important;
|
86 |
+
z-index: var(--layer-1) !important;
|
87 |
+
transition: 10ms !important;
|
88 |
+
background: #2eb98a !important;
|
89 |
+
}
|
90 |
+
|
91 |
+
.dark .gradio-container.gradio-container-5-9-0 .contain {
|
92 |
+
background: transparent !important;
|
93 |
+
color: #ffffff !important;
|
94 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|