مرحبا بكم في متجر المتمم
هذه الصفحة مخصصة لاقتناء ما تحتاجون من كتب منهاج المتمم
لتعليم اللغة العربية للناطقين بلغات أخرى!
يمكنكم طلب تسعيرة لعدد من الكتب، والحصول على تخفيضات مهمة للمدارس والمراكز التعليمية.
يمكنكم أيضا الحصول على عيينات لدراسة المنهاج قبل اعتماده.
ستظهر هذه الخيارات عند النقر على زر (التقدم لإتمام الطلب).
/* 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 */
}
/* Light Blue: 11 rows */
table tr:nth-child(78n+2),
table tr:nth-child(78n+3),
table tr:nth-child(78n+4),
table tr:nth-child(78n+5),
table tr:nth-child(78n+6),
table tr:nth-child(78n+7),
table tr:nth-child(78n+8),
table tr:nth-child(78n+9),
table tr:nth-child(78n+10),
table tr:nth-child(78n+11),
table tr:nth-child(78n+12) {
background-color: #f6e2aa; /* Light blue */
}
/* Light Peach: 10 rows */
table tr:nth-child(78n+13),
table tr:nth-child(78n+14),
table tr:nth-child(78n+15),
table tr:nth-child(78n+16),
table tr:nth-child(78n+17),
table tr:nth-child(78n+18),
table tr:nth-child(78n+19),
table tr:nth-child(78n+20),
table tr:nth-child(78n+21),
table tr:nth-child(78n+22) {
background-color: #d2d0dd; /* Light peach */
}
/* Light Green: 9 rows */
table tr:nth-child(78n+23),
table tr:nth-child(78n+24),
table tr:nth-child(78n+25),
table tr:nth-child(78n+26),
table tr:nth-child(78n+27),
table tr:nth-child(78n+28),
table tr:nth-child(78n+29),
table tr:nth-child(78n+30),
table tr:nth-child(78n+31) {
background-color: #a1f7f7; /* Light green */
}
/* Light Pink: 9 rows */
table tr:nth-child(78n+32),
table tr:nth-child(78n+33),
table tr:nth-child(78n+34),
table tr:nth-child(78n+35),
table tr:nth-child(78n+36),
table tr:nth-child(78n+37),
table tr:nth-child(78n+38),
table tr:nth-child(78n+39),
table tr:nth-child(78n+40) {
background-color: #aeca90; /* Light pink */
}
/* Light Purple: 7 rows */
table tr:nth-child(78n+41),
table tr:nth-child(78n+42),
table tr:nth-child(78n+43),
table tr:nth-child(78n+44),
table tr:nth-child(78n+45),
table tr:nth-child(78n+46),
table tr:nth-child(78n+47) {
background-color: #e8e7cf; /* Light purple */
}
/* Light Yellow: 7 rows */
table tr:nth-child(78n+48),
table tr:nth-child(78n+49),
table tr:nth-child(78n+50),
table tr:nth-child(78n+51),
table tr:nth-child(78n+52),
table tr:nth-child(78n+53),
table tr:nth-child(78n+54) {
background-color: #fcefea; /* Light yellow */
}
/* Light Cyan: 6 rows */
table tr:nth-child(78n+55),
table tr:nth-child(78n+56),
table tr:nth-child(78n+57),
table tr:nth-child(78n+58),
table tr:nth-child(78n+59),
table tr:nth-child(78n+60) {
background-color: #e6fffa; /* Light cyan */
}
/* Light Red: 6 rows */
table tr:nth-child(78n+61),
table tr:nth-child(78n+62),
table tr:nth-child(78n+63),
table tr:nth-child(78n+64),
table tr:nth-child(78n+65),
table tr:nth-child(78n+66) {
background-color: #ffe6e6; /* Light red */
}
/* Light Indigo: 7 rows */
table tr:nth-child(78n+67),
table tr:nth-child(78n+68),
table tr:nth-child(78n+69),
table tr:nth-child(78n+70),
table tr:nth-child(78n+71),
table tr:nth-child(78n+72),
table tr:nth-child(78n+73) {
background-color: #e6e6ff; /* Light indigo */
}
/* Light Lavender: 6 rows */
table tr:nth-child(78n+74),
table tr:nth-child(78n+75),
table tr:nth-child(78n+76),
table tr:nth-child(78n+77),
table tr:nth-child(78n+78),
table tr:nth-child(78n+79) {
background-color: #f2e6ff; /* Light lavender */
}