MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
Revision as of 01:46, 27 August 2023
/* All CSS here will be loaded for users of the mobile site */
/* remove header on main page (Starfield Wiki) */
body.page-Starfield_Wiki header.mw-body-header {
display: none;
}
body.page-Starfield_Wiki h1#firstHeading {
display: none;
}
/* remove the empty space below the search bar and above the content */
div.vector-sitenotice-container {
display: none;
}
/*Important: Show only mobile ad code on mobile*/
.nomobile {
display: none !important;
}