အသုံးပြုသူ:Battoe19/monobook.css

ဝီကီပီးဒီးယား မှ

မှတ်ချက်။ လွှင့်တင်လိုက်ပြီးသည့်နောက် ပြောင်းလဲမှုများ မြင်ရနိုင်ရန် သင့်အနေဖြင့် ဘရောက်ဇာ၏ cache အား ဖြတ်ကျော်နိုင်ရန် လိုအပ်ပါသည်။

  • Firefox / Safari: Reload ကို နှိပ်နေစဉ်အတွင်း Shift ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 သို့ Ctrl-R (Mac တွင် ⌘-R) ကို နှိပ်ပါ။
  • Google Chrome: Ctrl-Shift-R (Mac တွင် ⌘-Shift-R) ကို နှိပ်ပါ။
  • Internet Explorer / Edge: Refresh ကို နှိပ်နေစဉ်အတွင်း Ctrl ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 ကို နှိပ်ပါ။
  • Opera: Menu → Settings (Mac တွင် Opera → Preferences) သို့ သွားပြီး Privacy & security → Clear browsing data → Cached images and files ကို ပြုလုပ်ပါ။
/* The following changes in CSS is very useful for those who see garbled */
/* fonts and can not edit directly. Admins please add as it is added here */
/*This css will allow one to edit in Unicode Font and will solve garbled text inside edit boxex */
#wpTextbox1 {
font-family: Myanmar3, Parabaik, Padauk;
}
/*The Save, Preview and Diff buttons will now be displayed using Unicode 5.1 */
#wpSave, #wpPreview, #wpDiff{
font-family: Myanmar3, Parabaik, Padauk;
}
/* The search buttons will now be displayed using the font specified below */
.searchButton{
font-family: Myanmar3, Parabaik, Padauk;
}