מדיה ויקי:Vector-2022.css
מראה
הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.
- פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (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;
}
.skin-vector-2022 .newvector_hide {
display: none;
}
/* 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; }
}