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

אַכטונג: נאכן היטן, ברויכט איר אפשר נאך אויסקרויזן דעם בראוזער'ס זאַפאַס צו זען די ענדערונגען.

  • פייערפוקס/סאפארי: האלט אראפ שיפט בשעת'ן דרוקן Reload, אדער דרוקט Ctrl-F5 אדער Ctrl-R (אויף א מאקינטאש ⌘-R)
  • גוגל כראם: דרוקט Ctrl-Shift-R (אויף א מאקינטאש ⌘-Shift-R)
  • אינטערנעט עקספלארער: האלט אראפ Ctrl בשעת'ן קליקן Refresh, אדער דרוקט 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; }
}