MediaWiki:Mobile.css

From Tiresome Wikis 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: #660000;
}
.header .search-box, .header .search-box .search {
	width: 100%;
}
.mw-body, #mw-mf-page-left {
	background: #e6dbdb;
}
#mw-mf-page-left ul li a:hover, #mw-mf-page-left ul.hlist li {
	background: #66000080;
}
ul.hlist li {
	display: block;
	width: 100%;
}
.branding-box span {
	font-weight: bold;
}
.header .branding-box {
	min-width: none;
	opacity: 1;
}
.header .mw-ui-icon::before {
	filter: brightness(10);
}
/*
.header-container.header-chrome {
	overflow-x: scroll;
	overflow-y: hidden;
}
*/
.search-box {
	padding-left: 10px;
	width: auto;
}
.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;
}