עמוד ראשי

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש

/* All CSS here will be loaded for users of the Vector skin */ body {

   background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */

}

/* שינוי צבע החלק האמצעי (גוף האתר) */

  1. content {
   background-color: #e87533; /* צבע החלק האמצעי החדש */
   color: white; /* צבע הטקסט בגוף האתר */

}

/* שינוי צבע הקישורים בתוך גוף האתר */

  1. content a {
   color: gray; /* צבע הקישורים לאפור */

}

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

}

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

}

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

}