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

মিডিয়াউইকি:Common.css

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
Arsait (আলোচনা | অবদান) কর্তৃক ১৫:১০, ২৩ ফেব্রুয়ারি ২০২৫ তারিখে সংশোধিত সংস্করণ (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...")

লক্ষ্য করুন: প্রকাশ করার পর, পরিবর্তনগুলো দেখতে আপনাকে আপনার ব্রাউজারের ক্যাশে পরিষ্কার করার প্রয়োজন হতে পারে।

  • ফায়ারফক্স / সাফারি: পুনরায় লোড-এ ক্লিক করার সময় শিফট টিপে ধরে রাখুন, অথবা হয় Ctrl-F5 বা Ctrl-R টিপুন (ম্যাকে ⌘-R টিপুন)
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাকে ⌘-Shift-R) টিপুন
  • এজ: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 টিপুন।
  • অপেরা: Ctrl-F5 টিপুন।
/* 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;
}