မီႇတီႇယႃႇဝီႇၶီႇ:Mobile.css

လုၵ်ႉတီႈ ဝီႇၶီႇပပ်ႉ မႃး
မၢႆတွင်း: ဝၢႆးသေသိမ်းပၼ်ယဝ်ႉ၊ တွၼ်ႈတႃႇ ၸဝ်ႈၵဝ်ႇ တေႁၼ်လႆႈ လွင်ႈလႅၵ်ႈလၢႆႈၼၼ်ႉ ၸဝ်ႈၵဝ်ႇတေၸၢင်ႈလႆႈလတ်းၶၢမ်ႈ ၶႅတ်ႉၶျ် တူဝ်ပိုတ်ႇဝႅပ်ႉၸဝ်ႈၵဝ်ႇယဝ်ႉ။
  • ၽွင်းမိူဝ်ႈတိုၵ်ႉၼဵၵ်း Reload တီႈ Firefox / Safari: ၼၼ်ႉ ၼဵၵ်းဝႆႉပႃး Shift ၊ဢမ်ႇၼၼ် ၼဵၵ်းပၼ် Ctrl-F5 ဢမ်ႇၼၼ် Ctrl-R (တီႈၼႂ်း Mac ၼႆ ၼဵၵ်းပၼ်⌘-R)
  • တီႈၼႂ်း Google Chrome: ၼဵၵ်းပၼ် Ctrl-Shift-R (တီႈၼႂ်း Mac ၼႆႉ ၼဵၵ်းပၼ်⌘-Shift-R )
  • ၽွင်းမိူဝ်ႈ တိုၵ်ႉၼဵၵ်း Refreshတီႈ Internet Explorer/ Edge: ၼဵၵ်းဝႆႉပၼ် 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 mobile site */

.desktop-only {
  display: none;
}

/* format wikidialog interactive elements so they stand out. [[Category:Dialog CSS pages]]
   shade-and-outline enabled buttons and menus, outline input boxen
*/
input[type="button"].wikidialog-button, button.wikidialog-button, select.wikidialog-select {
  background-color: #e8e8e8;
  border: 1px solid #e0e0e0;
}
[disabled].wikidialog-button {
  background-color: white;
}
input[type="text"].wikidialog-text, textarea.wikidialog-textarea {
  border: 1px solid #c0c0c0;
}

/* Explicit article message boxen
   differences from desktop xambox: image padding, bar width
*/
table.xambox-mobile {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #f8fcff;
  border: 1px solid #aaa;
  border-left: 10px solid #39f;          /* default "notice" blue */
}
table.xambox-mobile th,
table.xambox-mobile td {                 /* message body cell(s) */
  padding: 0.25em 0.5em;                 /* 0.5em left/right */
}
table.xambox-mobile td.xambox-image {     /* left image cell */
  width: 52px;
  padding: 2px 0px;                      /* 0px left/right */
  text-align: center;
}
table.xambox-mobile td.xambox-imageright { /* right image cell */
  width: 52px;
  padding: 2px 0px;                      /* 0px left/right */
  text-align: center;
}
table.xambox-type-notice {
  border-left: 10px solid #39f;          /* Blue */
}
table.xambox-type-serious {
  border-left: 10px solid #c00;          /* Red */
}
table.xambox-type-content {
  border-left: 10px solid #f63;          /* Orange */
}
table.xambox-type-style {
  border-left: 10px solid #fc3;          /* Yellow */
}
table.xambox-type-merge {
  border-left: 10px solid #95b;          /* Purple */
}