MediaWiki:Mobile.css

From Wikidebates
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 */

/* For Comments extension */
#comment {
	border: 1px solid #c8ccd1;
}
.site-button {
	padding: 0.546875em 1em;
	border: 1px solid #a2a9b1;
}
.c-form-message {
	width: unset;
}
.c-form-button {
	padding: 0;
}
.c-score-title {
	display:none;
}
.c-avatar {
	display:none;
}
.c-container {
	margin: 0;
}
select {
	border: 1px solid #a2a9b1;
	padding: 3px;
}