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

מתוך אוצר הספרים היהודי השיתופי
גרסה מ־12:55, 9 במאי 2024 מאת מערכת (שיחה | תרומות) (ניסוי)
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
קפיצה לניווט קפיצה לחיפוש

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload), או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh), או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
/* CSS placed here will affect users of the mobile site */
/*שינוי הפונט של תכני האתר*/
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.body{
	font-family: 'Varela Round', sans-serif;
}
.mw-body{
	font-family: 'Bona Nova', serif; font-size: 1.25em;
}


.noJavascript { display: none; }


.parameters, .paramvalidator-wrapper {
	display: none;
}

.imgtoggleboxTitle { display: none; }

/* required for pie chart in [[Module:גרפים]]  */
.transborder {
    border: solid transparent;
}


.mobileonly { display: inherit !important; }
.desktoponly { display: none; }

.content table.infobox caption {
	padding: 1px;
}

.content table.infobox td {
    width: inherit !important ;
}

.infobox caption {
    font-size: larger;
    margin-left: inherit;
    font-weight: bold;
}

.geo-nondefault, .geo-multi-punct { display: none; }

/* הצגת תבנית:אזהרה כללית במובייל */
.client-js .ambox .hide-when-compact,.client-js .ambox .mbox-image{display:inline-block;}

/* השוואת הפונט בכותרות לפונט בגוף הערך */
.pre-content h1, .content h1, .content h2 {
	font-family:inherit!important;
}

/*
ol.reference has margin-right of 2.25em in minerva. this is required so the ref number will be visible
for left-justified references, same is required on the left-hand side.
*/
ol.references { padding-left: 2em; }

/* ‫עיצוב infobox מוויקיפדיה באנגלית‬ */
/* @noflip */.infobox {
    float: left;
    clear: left;	
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding: 0.2em;
    font-size: 0.9em;
    line-height: 1.4em;
}