|
|
שורה 2: |
שורה 2: |
| body { | | body { |
| background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */ | | background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */ |
| }
| |
| /* All CSS here will be loaded for users of the Vector skin */
| |
| body {
| |
| background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */
| |
| }
| |
|
| |
| /* עיצוב גוף האתר */
| |
| #content {
| |
| background-color: #ad643a; /* צבע החלק האמצעי */
| |
| color: white; /* צבע הטקסט */
| |
| padding: 20px;
| |
| border-radius: 0; /* ביטול פינות מעוגלות */
| |
| box-shadow: none; /* ביטול הצללות */
| |
| transition: none; /* ביטול מעברים */
| |
| width: 100%; /* שמירה על רוחב מלא של התוכן */
| |
| max-width: 1200px; /* רוחב מקסימלי */
| |
| margin: 50px auto; /* מרכז את גוף האתר */
| |
| }
| |
|
| |
| /* עיצוב קישורים */
| |
| a {
| |
| color: gray; /* צבע הקישורים לאפור */
| |
| }
| |
|
| |
| a:visited {
| |
| color: gray; /* צבע הקישורים שביקרת בהם לאפור */
| |
| }
| |
|
| |
| a:hover {
| |
| color: gray; /* צבע הקישור בעת ריחוף לאפור */
| |
| }
| |
|
| |
| a:active {
| |
| color: gray; /* צבע הקישור כשהוא נלחץ לאפור */
| |
| } | | } |
גרסה מ־15:44, 16 בספטמבר 2024
/* All CSS here will be loaded for users of the Vector skin */
body {
background-color: #f5e6cc; /* צבע רקע חום בהיר למסגרת */
}