مرحبا بكم في متجر المتمم
هذه الصفحة مخصصة لاقتناء ما تحتاجون من كتب منهاج المتمم
لتعليم اللغة العربية للناطقين بلغات أخرى!
يمكنكم طلب تسعيرة لعدد من الكتب، والحصول على تخفيضات مهمة للمدارس والمراكز التعليمية.
يمكنكم أيضا الحصول على عيينات لدراسة المنهاج قبل اعتماده.
ستظهر هذه الخيارات عند النقر على زر (التقدم لإتمام الطلب).
/* Default background for all rows */
table tr {
background-color: #ffffff; /* White background */
}
/* Unique background for the first row */
table tr:first-child {
background-color: #eaeaae; /* Bright yellow for the first row */
}
/* First set of 5 rows */
table tr:nth-child(50n+2),
table tr:nth-child(50n+3),
table tr:nth-child(50n+4),
table tr:nth-child(50n+5),
table tr:nth-child(50n+6) {
background-color: #f6e2aa; /* Light blue */
}
/* Second set of 5 rows */
table tr:nth-child(50n+7),
table tr:nth-child(50n+8),
table tr:nth-child(50n+9),
table tr:nth-child(50n+10),
table tr:nth-child(50n+11) {
background-color: #d2d0dd; /* Light peach */
}
/* Third set of 5 rows */
table tr:nth-child(50n+12),
table tr:nth-child(50n+13),
table tr:nth-child(50n+14),
table tr:nth-child(50n+15),
table tr:nth-child(50n+16) {
background-color: #a1f7f7; /* Light green */
}
/* Fourth set of 5 rows */
table tr:nth-child(50n+17),
table tr:nth-child(50n+18),
table tr:nth-child(50n+19),
table tr:nth-child(50n+20),
table tr:nth-child(50n+21) {
background-color: #aeca90; /* Light pink */
}
/* Fifth set of 5 rows */
table tr:nth-child(50n+22),
table tr:nth-child(50n+23),
table tr:nth-child(50n+24),
table tr:nth-child(50n+25),
table tr:nth-child(50n+26) {
background-color: #e8e7cf; /* Light purple */
}
/* Sixth set of 5 rows */
table tr:nth-child(50n+27),
table tr:nth-child(50n+28),
table tr:nth-child(50n+29),
table tr:nth-child(50n+30),
table tr:nth-child(50n+31) {
background-color: #fcefea; /* Light yellow */
}
/* Seventh set of 5 rows */
table tr:nth-child(50n+32),
table tr:nth-child(50n+33),
table tr:nth-child(50n+34),
table tr:nth-child(50n+35),
table tr:nth-child(50n+36) {
background-color: #e6fffa; /* Light cyan */
}
/* Eighth set of 5 rows */
table tr:nth-child(50n+37),
table tr:nth-child(50n+38),
table tr:nth-child(50n+39),
table tr:nth-child(50n+40),
table tr:nth-child(50n+41) {
background-color: #ffe6e6; /* Light red */
}
/* Ninth set of 5 rows */
table tr:nth-child(50n+42),
table tr:nth-child(50n+43),
table tr:nth-child(50n+44),
table tr:nth-child(50n+45),
table tr:nth-child(50n+46) {
background-color: #e6e6ff; /* Light indigo */
}
/* Tenth set of 5 rows */
table tr:nth-child(50n+47),
table tr:nth-child(50n+48),
table tr:nth-child(50n+49),
table tr:nth-child(50n+50),
table tr:nth-child(50n+51) {
background-color: #f2e6ff; /* Light lavender */
}