বিষয়বস্তুতে চলুন

মিডিয়াউইকি:Mobile.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
সম্পাদনা সারাংশ নেই
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
১ নং লাইন: ১ নং লাইন:
/* All CSS here will be loaded for users of the mobile site */
/* 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"

০৩:২৩, ২৬ ফেব্রুয়ারি ২০২৫ তারিখে সংশোধিত সংস্করণ

/* 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"