"میڈیاویکی:Mobile.css" کے نسخوں کے درمیان فرق
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
||
سطر 16: | سطر 16: | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
/* ইনফোবক্সের টেবিলের অন্যান্য কনটেন্ট লেফট অ্যালাইন থাকবে */ | /* ইনফোবক্সের টেবিলের অন্যান্য কনটেন্ট লেফট অ্যালাইন থাকবে */ | ||
سطر 43: | سطر 42: | ||
/* সাধারণ ছবির সাইজ ৮০% করা */ | /* সাধারণ ছবির সাইজ ৮০% করা */ | ||
.infobox .infobox-image img { | .infobox .infobox-image img { | ||
max-width: | max-width: 80% !important; | ||
height: auto ! | height: auto !important; | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
سطر 72: | سطر 71: | ||
/* ইনফোবক্সের নির্দিষ্ট কন্টেন্ট মিডল সেন্টার রাখা */ | /* ইনফোবক্সের নির্দিষ্ট কন্টেন্ট মিডল সেন্টার রাখা */ | ||
.infobox.officeholder .infobox-title, | .infobox.officeholder .infobox-title, | ||
.infobox.officeholder .infobox-image | .infobox.officeholder .infobox-image, | ||
.infobox.officeholder .infobox-caption, | .infobox.officeholder .infobox-caption, | ||
.infobox.officeholder .infobox-label { | .infobox.officeholder .infobox-label { | ||
سطر 79: | سطر 78: | ||
/* "In office" সেন্টার করা */ | /* "In office" সেন্টার করা */ | ||
.infobox.officeholder th | .infobox.officeholder th { | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
/* "term_start" এবং "term_end" সেন্টার করা */ | /* "term_start" এবং "term_end" সেন্টার করা */ | ||
.infobox.officeholder td | .infobox.officeholder td { | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
/* "In office" টেবিলের | /* "In office" টেবিলের তারিখ সেন্টার করা */ | ||
.infobox.officeholder th | .infobox.officeholder tr th:contains("In office") + td { | ||
text-align: center !important; | text-align: center !important; | ||
} | } |