MediaWiki:Mobile.css

From Minescape
Revision as of 18:19, 24 August 2020 by L1ghtsword (talk | contribs) (Replaced content with "→‎CSS placed here will affect users of the mobile site * Copied from the vector.css skin: h1, h2, h3, h4, h5, h6 { color: #EEE } hr{ color: #222 } .editOptions...")
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: 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.
/* CSS placed here will affect users of the mobile site 
 * Copied from the vector.css skin
 */

h1, h2, h3, h4, h5, h6 {
	color: #EEE
}

hr{
	color: #222
}

.editOptions {
	background-color: #333;
	border-color: #4c4c4c
}

input, textarea {
	background-color: #4c4c4c;
	border-color: #4c4c4c;
	color: #c1c1c1
}

a, .mw-body a.external, .mw-body a.extiw {
	color: #e69710
}

a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited {
	color: #8a7f6c
}

a.new, #p-personal a.new {
	color: #d44
}

ul {
	list-style-image: none
}

div.thumbinner, .catlinks {
	background-color: #4c4c4c;
	border-color: #666
}

#toc, div.toc, ul#filetoc, li.gallerybox div.thumb {
	background-color: #4c4c4c;
	border-color: #666
}