MediaWiki:Mobile.css

From Serial Experiments Lain wiki
Revision as of 16:10, 4 August 2022 by Bytor (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the mobile site */
siteNotice,
footer .footer-content {
	display: none;
}
body {
	color: #fff;
}
a {
	color: #fff;
}
body,
.header-container.header-chrome,
content,
footer,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
	background-color: #222;
}
#mw-script-doc {
	background-color: #222 !important;
}
.header-container.header-chrome {
	color: #eaecf0;
}
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
toc,
.search-box .search,
.content kbd,
.content samp,
.content code,
.content pre,
footer .last-modified-bar,
.navbox th, .navbox-title,
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-even,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	color: #f8f9fa;
	background-color: #343739;
	border-color: #343739;
}
toc {
	border: 0;
}
table.fmbox-warning {
	background-color: #794747;
}