میڈیاویکی:Mobile.css

نظرثانی بتاریخ 14:45، 23 فروری 2025ء از Arsait (تبادلۂ خیال | شراکتیں) (Created page with "All CSS here will be loaded for users of the mobile site: .wikitable { width: 100% !important; max-width: 100% !important; overflow-x: auto !important; display: block !important; white-space: normal !important; font-size: 90%; } .wikitable img { max-width: 100% !important; height: auto !important; }")
(فرق) → پرانا نسخہ | تازہ ترین نسخہ (فرق) | تازہ نسخہ ← (فرق)

یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (cache) صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش (cache) صاف کریں
/* All CSS here will be loaded for users of the mobile site */
.wikitable {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    display: block !important;
    white-space: normal !important;
    font-size: 90%;
}

.wikitable img {
    max-width: 100% !important;
    height: auto !important;
}