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

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
 
(42 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 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; /* חום בהיר */
}
}

גרסה אחרונה מ־17:12, 20 בנובמבר 2024

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