
عام
قراءة ممتعة
/* جدول يتناسب مع الموبايل بدون سكرول / @media only screen and (max-width: 768px) { table { width: 100%; / عرض كامل الشاشة / font-size:10px; / تصغير حجم الخط / table-layout: fixed; / توزيع الأعمدة بالتساوي */ border-collapse: collapse; }
table th, table td { word-wrap: break-word; /* يكسر النص الطويل داخل الخلايا / padding: 6px 8px; / تصغير الحشو / } } .cs-entry__header-infobar { display: none !important; } .cs-meta-author { display: none !important; } #simple-translate, #simple-translate * { display: none !important; / إزالة الخط البرتقالي من أعلى الموقع */ body { border-top: 0 !important; }
