מדיה ויקי:Vector.css: הבדלים בין גרסאות בדף

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
יצירת דף עם התוכן "←‏All CSS here will be loaded for users of the Vector skin: body { background-color: #f5e6cc; ←‏חום בהיר: }"
 
אין תקציר עריכה
שורה 1: שורה 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
body {
body {
    background-color: #f5e6cc; /* צבע רקע חום בהיר */
}
#content, #mw-head, #p-personal, #mw-panel {
    background-color: #f5e6cc; /* אותו צבע לחלקים העליונים */
}
/* שינוי צבע הרקע של התפריטים */
#mw-head, #p-personal, #mw-panel {
    background-color: #f5e6cc; /* חום בהיר */
}
/* שינוי צבע הרקע של כותרת העמוד */
.mw-body {
     background-color: #f5e6cc; /* חום בהיר */
     background-color: #f5e6cc; /* חום בהיר */
}
}

גרסה מ־23:47, 12 בספטמבר 2024

/* All CSS here will be loaded for users of the Vector skin */
body {
    background-color: #f5e6cc; /* צבע רקע חום בהיר */
}

#content, #mw-head, #p-personal, #mw-panel {
    background-color: #f5e6cc; /* אותו צבע לחלקים העליונים */
}

/* שינוי צבע הרקע של התפריטים */
#mw-head, #p-personal, #mw-panel {
    background-color: #f5e6cc; /* חום בהיר */
}

/* שינוי צבע הרקע של כותרת העמוד */
.mw-body {
    background-color: #f5e6cc; /* חום בהיר */
}