زمن القراءة: < 1 دقيقة
/* اتجاه عربي + خط */ body { direction: rtl; text-align: right; font-family: "Tahoma", Arial; line-height: 1.9; } /* تحسين العناوين */ h1, h2, h3 { color: #b38b2e; border-bottom: 1px solid #ddd; padding-bottom: 5px; } /* الصور */ img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 6px; } /* حذف العناصر الغير مهمة */ a[href*="youtube"], a[href*="youtu.be"] { display: none !important; } iframe { display: none !important; } /* حذف النصوص المزعجة */ body:contains("Watch Video") { display: none; } /* Footer */ body:after { content: "© كورابيديا | www.koraapedia.com"; display: block; text-align: center; margin-top: 40px; font-size: 12px; color: #777; border-top: 1px solid #ddd; padding-top: 10px; }