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

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
/* All CSS here will be loaded for users of the Vector skin */
body {
    background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */
}
/* 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 {
שורה 6: שורה 10:
/* שינוי צבע החלק האמצעי (גוף האתר) */
/* שינוי צבע החלק האמצעי (גוף האתר) */
#content {
#content {
     background-color: #a35427; /* צבע החלק האמצעי החדש */
     background-color: #d1743e; /* צבע החלק האמצעי החדש */
     color: white; /* צבע הטקסט בגוף האתר */
     color: white; /* צבע הטקסט בגוף האתר */
}
}

גרסה מ־15:47, 16 בספטמבר 2024

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

/* שינוי צבע החלק האמצעי (גוף האתר) */
#content {
    background-color: #d1743e; /* צבע החלק האמצעי החדש */
    color: white; /* צבע הטקסט בגוף האתר */
}

/* שינוי צבע הקישורים בתוך גוף האתר */
#content a {
    color: gray; /* צבע הקישורים לאפור */
}

#content a:visited {
    color: gray; /* צבע הקישורים שביקרת בהם לאפור */
}

#content a:hover {
    color: gray; /* צבע הקישור בעת ריחוף לאפור */
}

#content a:active {
    color: gray; /* צבע הקישור כשהוא נלחץ לאפור */
}