မှတ်ချက်။ လွှင့်တင်လိုက်ပြီးသည့်နောက် ပြောင်းလဲမှုများ မြင်ရနိုင်ရန် သင့်အနေဖြင့် ဘရောက်ဇာ၏ 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 ကို ပြုလုပ်ပါ။
/* CSS placed here will affect users of the Monobook skin */
/*
<pre>
*/

/* edit this file to customize the monobook skin for the entire site */

#p-logo {
    z-index: 3;
    position:absolute; /*needed to use z-index */
    top: 0;
    left: 0;
    height: 170px;
    width: 12em;
    overflow: visible;
}

#p-logo a {
    height: 170px;
}

#p-logo a:hover {
    height: 170px;
}

#column-one {
    padding-top: 175px;
}

/* Updating body tag CSS with fonts that are mentioned in the Font page of Wikipedia */
body {
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
    font-size:70%;
}
/* The following changes in CSS is very useful for those who see garbled */
/* fonts at odd places in Myanmar Wikipedia */
 
/*This css will allow one to edit in Unicode Font and will solve garbled text inside edit boxes */
#wpTextbox1 {
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}
/*The Save, Preview and Diff buttons will now be displayed using Unicode 5.1 */
#wpSave, #wpPreview, #wpDiff{
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}
/* The search buttons will now be displayed using the font specified below */
.searchButton{
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}
/* Added for button text in Advanced Search */
#powersearch input, #search input{
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}
/* Added for button text and text boxes in Move Page */
#movepage input{
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}
/* Added for login box */
#userloginForm input{
    font-family: Pyidaungsu, TharLon, Padauk, 'Myanmar Text', 'Noto Sans Myanmar', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif', 'WinUni Innwa', 'Masterpiece Uni Sans',  Yunghkio, Thanlwin, 'MyMyanmar Unicode';
}

/* Increases text font size to prevent rendering problems (ya-yit not wrapping whole character, etc.) */
#bodyContent {
font-size:105%;
}

/* Pages other than article pages are now light blue, for distinguishing */
#content,
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}
.ns-0 * #content,
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}
.ns-0 * #p-cactions li a {
    background-color: #FBFBFB;
}
.ns-0 * #content div.thumb {
    border-color: white;
}
 
/*main*/
.ns--0 {
    background: #f9f9f9 url('headbg.jpg') no-repeat;
}
/*all else*/
.ns--1, .ns-1, .ns-2, .ns-3, .ns-4, .ns-5, .ns-6, .ns-7, .ns-8, .ns-9, .ns-10, .ns-11, .ns-12, .ns-13, .ns-14, .ns-15 {
background: #f8f8f8 url('//upload.wikimedia.org/wikipedia/my/c/cd/Headbgblue.png') no-repeat;
}


/* Makes [[Special:AllPages]] redirects italicised */
div.allpagesredirect {
font-style:italic;
}