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

সম্পাদনা সারাংশ নেই
ট্যাগ: হাতদ্বারা প্রত্যাবর্তন
সম্পাদনা সারাংশ নেই
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
(একই ব্যবহারকারী দ্বারা সম্পাদিত ১৪টি মধ্যবর্তী সংশোধন দেখানো হচ্ছে না)
৯২ নং লাইন: ৯২ নং লাইন:
}
}


body.page-Main_Page #firstHeading {
 
     display: none;
.nodesktop { display: none !important; }
 
@media screen and (max-width: 600px) {
     .nomobile { display: none !important; }
    .nodesktop { display: block !important; }
}
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 767px) {
     body.page-Main_Page #firstHeading {
     body.page-Main_Page #firstHeading,
         display: none;
    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;
     }
     }
}
}


.nodesktop { display: none !important; }


@media screen and (max-width: 600px) {
 
    .nomobile { display: none !important; }
#footer-places-about,
     .nodesktop { display: block !important; }
#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;
}
}