MediaWiki:Mobile.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===== Marupedia Mobile Homepage Fix ===== */
/* Logo बड़ा करने के लिए */
.page-Home img {
max-width: 90% !important;
height: auto !important;
margin: 0 auto 20px auto;
display: block;
}
/* Title (Marupedia) */
.page-Home h1 {
font-size: 28px !important;
margin-top: 10px;
}
/* Subtitle */
.page-Home p {
font-size: 16px !important;
}
/* Search box बड़ा */
.page-Home input[type="search"],
.page-Home input[type="text"] {
width: 95% !important;
font-size: 18px !important;
padding: 12px !important;
}
/* Search button */
.page-Home button,
.page-Home input[type="submit"] {
font-size: 16px !important;
padding: 10px 14px !important;
}
/* ऊपर की खाली जगह हटाने के लिए */
#mw-mf-page-center {
padding-top: 0 !important;
}
/* Footer hide (mobile only) */
.last-modified-bar,
.post-content-footer {
display: none !important;
}