עמוד ראשי
/* All CSS here will be loaded for users of the Vector skin */ body {
background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */
}
/* שינוי צבע החלק האמצעי (גוף האתר) */
- content {
background-color: #e87533; /* צבע החלק האמצעי החדש */ color: white; /* צבע הטקסט בגוף האתר */
}
/* שינוי צבע הקישורים בתוך גוף האתר */
- content a {
color: gray; /* צבע הקישורים לאפור */
}
- content a:visited {
color: gray; /* צבע הקישורים שביקרת בהם לאפור */
}
- content a:hover {
color: gray; /* צבע הקישור בעת ריחוף לאפור */
}
- content a:active {
color: gray; /* צבע הקישור כשהוא נלחץ לאפור */
}