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

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
 
(8 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 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; /* צבע רקע חום בהיר למסגרת */
     background-color: #f5e6cc; /* חום בהיר */
}
 
/* שינוי צבע החלק האמצעי (גוף האתר) */
#content {
    background-color: #d39c7c; /* צבע החלק האמצעי החדש */
    color: white; /* צבע הטקסט בגוף האתר */
}
 
/* שינוי צבע הקישורים בתוך גוף האתר */
#content a {
    color: gray; /* צבע הקישורים לאפור */
}
 
#content a:visited {
    color: gray; /* צבע הקישורים שביקרת בהם לאפור */
}
 
#content a:hover {
    color: gray; /* צבע הקישור בעת ריחוף לאפור */
}
 
#content a:active {
    color: gray; /* צבע הקישור כשהוא נלחץ לאפור */
}
}

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

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