"میڈیاویکی:Mobile.css" کے نسخوں کے درمیان فرق
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: دستی ردِّ ترمیم |
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
||
(ایک ہی صارف کا 19 درمیانی نسخے نہیں دکھائے گئے) | |||
سطر 90: | سطر 90: | ||
.infobox.officeholder tr th:contains("In office") + td { | .infobox.officeholder tr th:contains("In office") + td { | ||
text-align: center !important; | text-align: center !important; | ||
} | |||
.nodesktop { display: none !important; } | |||
@media screen and (max-width: 600px) { | |||
.nomobile { display: none !important; } | |||
.nodesktop { display: block !important; } | |||
} | |||
@media screen and (max-width: 767px) { | |||
body.page-Main_Page #firstHeading, | |||
body.page-Main_Page #siteSub, | |||
body.page-Main_Page .mw-body-content .mw-parser-output > p:first-child, | |||
body.page-Main_Page .pre-content.heading-holder, | |||
body.page-Main_Page .page-heading, | |||
body.page-Main_Page .tagline, | |||
body.page-Main_Page #mw-content-subtitle { | |||
display: none !important; | |||
visibility: hidden !important; | |||
height: 0 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
body.page-Main_Page #content, | |||
body.page-Main_Page .mw-body { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
} | |||
#footer-places-about, | |||
#footer-places-disclaimers, | |||
#footer-places-contact-worldpedia, | |||
#footer-places-code-of-conduct, | |||
#footer-places-developers, | |||
#footer-places-statistics, | |||
#footer-places-cookie-statement { | |||
display: block !important; | |||
} | } |