يقدم لكم الموقع التربوي نجحني مدونات القسم في كل الموادpdf . #subjects-grid-1ap { direction: rtl; font-family: 'Cairo', sans-serif; background: linear-gradient(to right, #f0f4ff, #fdfdfd); padding: 24px 0; border-radius: 12px; } #subjects-grid-1ap .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 900px; margin: auto; } #subjects-grid-1ap .subject-link { text-decoration: none; display:block; } #subjects-grid-1ap .subject-box { color: #fff; border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; position: relative; overflow: hidden; opacity: 0; transform: translateY(30px); animation: fadeUp 0.8s ease forwards; } @keyframes fadeUp { to { opacity: 1; transform: translateY(0);} } #subjects-grid-1ap .subject-icon { font-size: 22px; background-color: rgba(255,255,255,0.2); padding: 12px; border-radius: 50%; flex-shrink: 0; transform: translateX(20px); opacity: 0; animation: iconSlide 0.5s ease forwards, iconBounce 1.1s ease 0.55s both; } @keyframes iconSlide { to { opacity: 1; transform: translateX(0);} } @keyframes iconBounce { 0% { transform: translateX(0) scale(1); } 40% { transform: translateX(0) scale(1.08); } 70% { transform: translateX(0) scale(0.98); } 100% { transform: translateX(0) scale(1); } } #subjects-grid-1ap .subject-box::after { content:""; position:absolute; inset:0 auto 0 -100%; width:100%; height:100%; background: rgba(255,255,255,0.25); transform: skewX(-20deg); transition: left 0.5s ease; } #subjects-grid-1ap .subject-box:hover::after { left:200%; } #subjects-grid-1ap .subject-box:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0,0,0,0.25); } #subjects-grid-1ap .subject-box:active { transform: scale(0.97); } #subjects-grid-1ap .subject-box:hover .subject-icon { transform: rotate(10deg) scale(1.1); } #subjects-grid-1ap .subject-name { font-size: 18px; font-weight: 700; } @media (max-width:480px){ #subjects-grid-1ap .subject-box { padding: 14px; } #subjects-grid-1ap .subject-name { font-size:16px; } } /* ألوان */ #subjects-grid-1ap .math { background: linear-gradient(145deg,#7b1fa2,#4a148c); } #subjects-grid-1ap .arabic { background: linear-gradient(145deg,#d32f2f,#b71c1c); } #subjects-grid-1ap .home { background: linear-gradient(145deg,#4a90e2,#007AFF); } مدونة الرياضيات مدونة العربية العودة لصفحة السنة الأولى