MediaWiki:Common.css

From M3P
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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}

/******* Extra buttons for 'edittools' ********/
.maltese-chars {
	padding: 0.5em;
	margin: 0px;
}
.maltese-chars a {
	color: #660000;
	background-color: #f0f0f0 ;
	font-weight: 700;
	font-size: 120%;
	text-decoration: none;
	border: 1px #069 solid;
	padding: 0.25em;
}
.maltese-chars a:hover {
	background-color: #d0d0d0;
	border: solid 1px black;
}
.maltese-chars a:active {
	background-color: #ffffff;
	border: solid 1px black;
}