MediaWiki:Mobile.css
Revision as of 14:34, 23 February 2022 by Manu (talk | contribs) (Created page with "→All CSS here will be loaded for users of the mobile site: →All CSS here will be loaded for users of the mobile site: .babeti2, .derbare { width:100%; } .manu-halbjarde1, .manu-halbjarde2 { width:100%; } div#mp-welcome { font-size: 92%; padding: 0.1em; width: 100%; float: right; } .manu-welpol { width:100%; } div#mp-topbanner { min-width: unset; } #mw-panel { display:none; } .mw-body, #mw-data-after-content{ margin-right:0; }")
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.babeti2, .derbare {
width:100%;
}
.manu-halbjarde1, .manu-halbjarde2 {
width:100%;
}
div#mp-welcome {
font-size: 92%;
padding: 0.1em;
width: 100%;
float: right;
}
.manu-welpol {
width:100%;
}
div#mp-topbanner {
min-width: unset;
}
#mw-panel {
display:none;
}
.mw-body, #mw-data-after-content{
margin-right:0;
}