משתמש:לערי ריינהארט/monobook.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* change direction in editbox */
#wpTextbox1{
direction:ltr;
}

/* change direction in summary box */
#wpSummary{
direction:ltr;
}

textarea{
> direction:ltr;
> }

/* [[bugzilla:02318]] - [[Special:Allpages]] should mark redirects distinctly */
/* Copy text starting after this line */

.allpagesredirect {
font-style: italic;
margin-left: 1em;
}

/* Stop copying above this line */