מדיה ויקי:Common.css

מתוך Smarpedia
גרסה מ־19:18, 4 בפברואר 2026 מאת Admin (שיחה | תרומות) (עיצוב מותאם עם גופנים עבריים)
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* === SMARPEDIA CUSTOM STYLES === */

/* Import Hebrew fonts */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=David+Libre:wght@400;500;700&display=swap');

/* Base font */
body, .mw-body, .mw-body-content {
    font-family: 'Heebo', 'David Libre', David, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.mw-headline {
    font-family: 'David Libre', David, serif !important;
    color: #1a1a6c;
}

h1, .firstHeading {
    font-size: 2em;
    border-bottom: 3px solid #c9a227;
    padding-bottom: 10px;
}

h2 {
    border-bottom: 2px solid #c9a227;
    padding-bottom: 5px;
}

/* Links */
a, a:visited {
    color: #1a1a6c;
}

a:hover {
    color: #c9a227;
}

/* Content box */
.mw-body {
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Portal boxes on main page */
.wikitable {
    border-radius: 8px;
    overflow: hidden;
}

/* Category styling */
.catlinks {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

/* Logo area */
.mw-logo {
    padding: 10px;
}

/* Footer */
#footer {
    background: #1a1a6c;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

#footer a {
    color: #c9a227;
}

/* Mobile responsive */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 1.5em;
    }
}