تلخيص لكامل دروس العلوم الطبيعية السنة الثالثة متوسط PDF /* فقط ضمن القسم الخاص بالـ PDF */ .pdf-viewer-wrapper { font-family: Arial, sans-serif; margin: 10px auto; background: #f5f5f5; padding: 15px; border-radius: 10px; max-width: 1000px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .pdf-viewer-wrapper h1 { font-size: 22px; margin-bottom: 15px; color: #0369a1; } .pdf-viewer-wrapper iframe { width: 100%; height: 80vh; /* يغطي معظم الشاشة على الهواتف */ border: none; border-radius: 8px; } تلخيص لكامل دروس العلوم الطبيعية السنة الثالثة متوسط PDF ↩️ العودة لصفحةدروس وملخصات العلوم الطبيعية 3 متوسط /* تنسيقات زر العودة */ #back-button { display: block; margin: 30px auto; padding: 12px 25px; background: white; color: #3498db; border-radius: 12px; text-align: center; font-weight: bold; text-decoration: none; width: fit-content; font-size: 16px; border: 2px solid #3498db; animation: pulse 2s infinite; } #back-button:hover { background: #3498db; color: white; transform: scale(1.05); } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(52, 152, 219, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0); } }