MediaWiki:Mobile.css
From Serial Experiments Lain wiki
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: #7ca0e8;
}
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;
}