مندرجات کا رخ کریں

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

From ورلڈپیڈیا, the free encyclopedia

یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (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 */
<includeonly>
<style>
  /* মোবাইলের জন্য 100% প্রস্থ */
  @media only screen and (max-width: 768px) {
    .worldbox-person-table {
      width: 100% !important;
    }
  }

  /* ডেস্কটপের জন্য সর্বোচ্চ 30% প্রস্থ */
  @media only screen and (min-width: 769px) {
    .worldbox-person-table {
      width: 30% !important;
    }
  }
</style>

{| class="wikitable worldbox-person-table"