מדיה ויקי:Vector-2022.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/*
 * Note: [[MediaWiki:Common.css]] [[MediaWiki:Vector.css]] is loaded in addition to these styles
 * This stylesheet is reserved only for styles that override rules in [[MediaWiki:Vector.css]].
 * Use selector ".skin-vector-2022" for the New Vector rules.
 * Please use [[Extension:TemplateStyles]] where possible.
 */

.skin-vector-2022 .newvector_only {
	display: inherit;
}

/* issue reported on דלפק הייעוץ
firefox-specific: right-hand side of source edit box swallows first char.

ff specific according to 

https://www.browserstack.com/guide/create-browser-specific-css

*/
@-moz-document url-prefix() {
#wpTextbox1 {  padding-right: 0.4em; }
}