MediaWiki:Common.css

From Documentation

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.
/* CSS placed here will be applied to all skins */
 
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
.my-buttons {
	/* padding: 1em; */
	/* margin:5px; */
}
.my-buttons a {
	color: black;
	background-color: #c0d0e0 ;
	font-family:monospace;
	font-size: 115%;
	text-decoration: none;
	border: thin #069 outset;
	line-spacing:5pt;
}
.my-buttons a:hover {
	background-color: #d0e0f0;
	border-style:outset;
}
.my-buttons a:active {
	background-color: #e0f0e0;
	border-style: inset;
}