methodya commited on
Commit
5bf0754
1 Parent(s): 4ee975c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +38 -18
style.css CHANGED
@@ -2,17 +2,16 @@
2
 
3
  body {
4
  font-family: "Noto Sans Arabic", sans-serif;
5
- background-color: #f9fafb; /* خلفية رمادية فاتحة */
6
- color: #333333; /* لون النص */
7
  }
8
 
9
  .container {
10
  margin: 0 auto;
11
  padding: 1rem;
12
- max-width: 768px; /* عرض الصفحة */
13
  }
14
 
15
- /* العنوان */
16
  h1 {
17
  font-size: 1.875rem;
18
  font-weight: bold;
@@ -20,47 +19,44 @@ h1 {
20
  margin-bottom: 1.5rem;
21
  }
22
 
23
- /* الأزرار */
24
  button {
25
- background-color: #4f46e5; /* لون أزرق */
26
- color: #ffffff; /* لون النص أبيض */
27
  padding: 0.75rem 1rem;
28
  border: none;
29
- border-radius: 8px; /* رواندنس */
30
  cursor: pointer;
31
  transition: background-color 0.3s ease;
32
  font-weight: bold;
33
  }
34
 
35
  button:hover {
36
- background-color: #4338ca; /* أزرق أغمق عند الـ Hover */
37
  }
38
 
39
  button:disabled {
40
- background-color: #a5b4fc; /* لون خافت إذا كان الزر معطل */
41
  cursor: not-allowed;
42
  }
43
 
44
- /* حقول الإدخال */
45
  textarea,
46
  input[type="range"] {
47
  width: 100%;
48
  padding: 0.75rem;
49
  border: 1px solid #d1d5db;
50
- border-radius: 6px; /* رواندنس خفيف */
51
  margin-top: 0.5rem;
52
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* ظل خفيف */
53
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
54
  }
55
 
56
  textarea:focus,
57
  input[type="range"]:focus {
58
  outline: none;
59
- border-color: #6366f1; /* تركيز بالأزرق الفاتح */
60
- box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2); /* ظل عند التركيز */
61
  }
62
 
63
- /* صندوق الإعدادات */
64
  .bg-gray-50 {
65
  background-color: #f9fafb;
66
  border-radius: 8px;
@@ -74,10 +70,9 @@ label {
74
 
75
  span.text-sm {
76
  font-size: 0.875rem;
77
- color: #6b7280; /* لون رمادي للنصوص الثانوية */
78
  }
79
 
80
- /* حاوية الملخص */
81
  .border {
82
  border: 1px solid #e5e7eb;
83
  border-radius: 8px;
@@ -95,3 +90,28 @@ p.leading-relaxed {
95
  line-height: 1.75;
96
  color: #4b5563;
97
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  body {
4
  font-family: "Noto Sans Arabic", sans-serif;
5
+ background-color: #f9fafb;
6
+ color: #333333;
7
  }
8
 
9
  .container {
10
  margin: 0 auto;
11
  padding: 1rem;
12
+ max-width: 768px;
13
  }
14
 
 
15
  h1 {
16
  font-size: 1.875rem;
17
  font-weight: bold;
 
19
  margin-bottom: 1.5rem;
20
  }
21
 
 
22
  button {
23
+ background-color: #4f46e5;
24
+ color: #ffffff;
25
  padding: 0.75rem 1rem;
26
  border: none;
27
+ border-radius: 8px;
28
  cursor: pointer;
29
  transition: background-color 0.3s ease;
30
  font-weight: bold;
31
  }
32
 
33
  button:hover {
34
+ background-color: #4338ca;
35
  }
36
 
37
  button:disabled {
38
+ background-color: #a5b4fc;
39
  cursor: not-allowed;
40
  }
41
 
 
42
  textarea,
43
  input[type="range"] {
44
  width: 100%;
45
  padding: 0.75rem;
46
  border: 1px solid #d1d5db;
47
+ border-radius: 6px;
48
  margin-top: 0.5rem;
49
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
50
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
51
  }
52
 
53
  textarea:focus,
54
  input[type="range"]:focus {
55
  outline: none;
56
+ border-color: #6366f1;
57
+ box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
58
  }
59
 
 
60
  .bg-gray-50 {
61
  background-color: #f9fafb;
62
  border-radius: 8px;
 
70
 
71
  span.text-sm {
72
  font-size: 0.875rem;
73
+ color: #6b7280;
74
  }
75
 
 
76
  .border {
77
  border: 1px solid #e5e7eb;
78
  border-radius: 8px;
 
90
  line-height: 1.75;
91
  color: #4b5563;
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
+ }