Update results.html
Browse files- results.html +10 -0
results.html
CHANGED
|
@@ -385,8 +385,18 @@
|
|
| 385 |
.gsc-above-wrapper-area { border: none !important; padding: 0 !important; margin: 0 !important; height: 0 !important; }
|
| 386 |
.gsc-control-cse, .gsc-control-wrapper-cse { background: transparent !important; border: none !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; }
|
| 387 |
|
|
|
|
| 388 |
.gsc-thumbnail-inside { display: block !important; padding: 0 !important; visibility: visible !important; height: auto !important; width: auto !important; margin-bottom: 5px; }
|
| 389 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 390 |
.gs-title, .gs-title *, a.gs-title {
|
| 391 |
color: var(--accent) !important;
|
| 392 |
text-decoration: none !important;
|
|
|
|
| 385 |
.gsc-above-wrapper-area { border: none !important; padding: 0 !important; margin: 0 !important; height: 0 !important; }
|
| 386 |
.gsc-control-cse, .gsc-control-wrapper-cse { background: transparent !important; border: none !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; }
|
| 387 |
|
| 388 |
+
/* إظهار حاوية الصورة المصغرة بشكل طبيعي */
|
| 389 |
.gsc-thumbnail-inside { display: block !important; padding: 0 !important; visibility: visible !important; height: auto !important; width: auto !important; margin-bottom: 5px; }
|
| 390 |
|
| 391 |
+
/* إخفاء العناوين المكررة داخل حاوية الصورة المصغرة */
|
| 392 |
+
.gsc-thumbnail-inside .gs-title,
|
| 393 |
+
.gsc-thumbnail-inside .gs-snippet,
|
| 394 |
+
.gsc-thumbnail-inside .gs-visibleUrl {
|
| 395 |
+
display: none !important;
|
| 396 |
+
visibility: hidden !important;
|
| 397 |
+
}
|
| 398 |
+
|
| 399 |
+
/* تنسيق العناوين والملخصات الأساسية */
|
| 400 |
.gs-title, .gs-title *, a.gs-title {
|
| 401 |
color: var(--accent) !important;
|
| 402 |
text-decoration: none !important;
|