Template:Wn/bn/device view/styles.css
Appearance
/* {{Wn/bn/শৈলী পৃষ্ঠা}} */
body:not(.skin-minerva) .ifmobile > .mobile {
display: none;
}
/*
Force nomobile element to display when present.
Overrides skin-based css for hiding the nomobile class, e.g. Timeless skin with screen size less than 850px.
*/
body.skin-minerva .ifmobile > .nomobile {
display: inherit; /* The fallback */
display: initial;
}
@media (max-width: 719px) {
.no-mobile {
display:none;
}
}
@media (min-width: 720px) {
.no-tablet {
display:none;
}
.mobile-only {
display:none
}
}