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

מתוך ויקיפדיה, האנציקלופדיה החופשית

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (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 */

.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;
}

.chess-template  td { 
	padding: 0 !important; 
	vertical-align: middle !important;
	text-align: center !important;
}

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

/* hide report mistake title */
.page-ויקיפדיה_דיווח_על_טעויות .mw-editform > #wpSummaryLabel { 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; }