body { font-family: 'Cairo', sans-serif; background: linear-gradient(135deg, #4a90e2 0%, #50e3c2 100%); margin: 0; padding: 20px; min-height: 100vh; color: #2c3e50; } h1, h2 { text-align: center; color: #bd2121; text-shadow: 0 2px 4px rgba(0,0,0,0.3); margin-bottom: 15px; } .container { max-width: 900px; background: #fff; margin: 0 auto 40px; padding: 25px 30px; border-radius: 20px; box-shadow: 0 12px 40px rgba(0,0,0,0.2); } label { font-weight: 700; margin-top: 15px; display: block; font-size: 1.1rem; color: #34495e; } input, select { width: 100%; padding: 12px 15px; margin-top: 7px; font-size: 1.1rem; border-radius: 12px; border: 2px solid #50e3c2; box-sizing: border-box; transition: border-color 0.3s ease; } input:focus, select:focus { border-color: #4a90e2; outline: none; } button { margin-top: 25px; background: #4a90e2; color: white; border: none; padding: 15px; border-radius: 18px; font-size: 1.2rem; cursor: pointer; font-weight: 900; width: 100%; box-shadow: 0 5px 15px rgba(74,144,226,0.6); transition: background-color 0.3s ease; } button:hover { background: #3b74c6; } .hidden { display: none; } /* جدول المواد */ .schedule-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-top: 30px; } .day-column { background: #ecf0f1; border-radius: 15px; padding: 15px; box-shadow: inset 0 0 8px #bdc3c7; display: flex; flex-direction: column; min-height: 300px; } .day-column h4 { text-align: center; margin-bottom: 12px; color: #34495e; font-weight: 800; } .subject-item { background: #50e3c2; color: white; margin-bottom: 10px; border-radius: 12px; padding: 10px; font-weight: 700; font-size: 1rem; box-shadow: 0 3px 7px rgba(80,227,194,0.7); position: relative; } .subject-item span.time { display: block; font-size: 0.85rem; opacity: 0.85; margin-top: 4px; } .subject-item button.delete-btn { position: absolute; top: 6px; left: 8px; background: #e74c3c; border: none; border-radius: 50%; color: white; font-weight: 700; cursor: pointer; width: 20px; height: 20px; font-size: 14px; line-height: 18px; } .add-subject-form { margin-top: auto; } .add-subject-form input[type="text"], .add-subject-form input[type="time"] { width: calc(50% - 8px); padding: 7px 10px; border-radius: 10px; border: 1.5px solid #50e3c2; font-size: 1rem; margin-bottom: 8px; } .add-subject-form input[type="time"] { margin-left: 10px; } .add-subject-form button { width: 100%; margin-top: 0; } /* شنطة اليوم */ #bagToday { background: #d1f0e7; border-radius: 15px; padding: 20px; font-weight: 700; color: #27ae60; margin-top: 30px; box-shadow: 0 5px 15px rgba(39,174,96,0.3); } /* العودة للأقسام */ #backLink { display: block; margin: 20px auto 10px; text-align: center; font-weight: 700; color: #4a90e2; text-decoration: none; font-size: 1.2rem; transition: color 0.3s ease; } #backLink:hover { color: #357ABD; } /* الفوتر */ footer { text-align: center; font-style: italic; color: #555; font-size: 14px; margin-top: 40px; } /* Responsive */ @media (max-width: 720px) { .schedule-grid { grid-template-columns: repeat(2, 1fr); } .add-subject-form input[type="text"], .add-subject-form input[type="time"] { width: 100%; margin-left: 0; } }

نظام الجدول الدراسي السعودي الذكي

سجل بياناتك للبدء