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

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

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
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; }"
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
সম্পাদনা সারাংশ নেই
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
৩ নং লাইন: ৩ নং লাইন:
     width: 100% !important;
     width: 100% !important;
     max-width: 100% !important;
     max-width: 100% !important;
     overflow-x: auto !important;
     overflow-x: hidden !important;
     display: block !important;
     display: block !important;
    table-layout: fixed !important;
    word-wrap: break-word !important;
    font-size: 14px !important;
}
.wikitable th, .wikitable td {
     white-space: normal !important;
     white-space: normal !important;
     font-size: 90%;
     word-break: break-word !important;
}
}


.wikitable img {
.wikitable img {
     max-width: 100% !important;
     max-width: 90% !important;
     height: auto !important;
     height: auto !important;
    display: block;
    margin: 0 auto;
}
}

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

/* All CSS here will be loaded for users of the mobile site */
.wikitable {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    display: block !important;
    table-layout: fixed !important;
    word-wrap: break-word !important;
    font-size: 14px !important;
}
.wikitable th, .wikitable td {
    white-space: normal !important;
    word-break: break-word !important;
}

.wikitable img {
    max-width: 90% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}