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

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

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
Created page with "CSS placed here will be applied to all skins: .wikitable { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; display: table !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 !i..."
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
ট্যাগ: প্রতিস্থাপিত
১ নং লাইন: ১ নং লাইন:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.wikitable {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    display: table !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;
}

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

/* CSS placed here will be applied to all skins */