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

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

From ورلڈپیڈیا, the free encyclopedia
نظرثانی بتاریخ 15:10، 23 فروری 2025ء از 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...")
(فرق) → پرانا نسخہ | تازہ ترین نسخہ (فرق) | تازہ نسخہ ← (فرق)

یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (cache) صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش (cache) صاف کریں
/* 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;
}