MediaWiki:Mobile.css
From The Phōnex
Jump to navigationJump to search
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.
/* All CSS here will be loaded for users of the mobile site */
/* Force H2 sections on mobile layouts to behave like clean, structured blocks */
.mw-parser-output h2 {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 10px;
margin-bottom: 5px;
border-radius: 4px;
}
/* Give the text sections underneath a clean, readable inset indent */
.mw-parser-output section {
padding: 10px 15px;
border-left: 3px solid #3366cc;
margin-bottom: 15px;
background-color: #fff;
}