MediaWiki:Mobile.css

From Rotten Websites Wiki
Jump to navigation Jump to 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 */
.branding-box span, #mw-mf-page-left ul li a, #mw-mf-page-left ul.hlist li a {
	color: #ffffff;
}
.header-container.header-chrome, #mw-mf-page-left ul li a {
	background: #74a1a1;
}
.mw-body, #mw-mf-page-left {
	background: #cef0f0;
}
#mw-mf-page-left ul li a:hover, #mw-mf-page-left ul.hlist li {
	background: #74a1a180;
}
ul.hlist li {
	display: block;
	width: 100%;
}
.branding-box span {
	font-weight: bold;
}
.header .branding-box {
	min-width: none;
	opacity: 1;
}
.minerva-search-form {
	margin-left: 10px;
}
.header .mw-ui-icon::before {
	filter: brightness(10);
}
.search-box .search {
	border-radius: 5px;
}
#mw-mf-page-left ul.hlist li a span {
	font-weight: bold;
}
#mw-mf-page-left ul {
	border: 2px solid #ffffff;
	padding-bottom: 0;
}