Difference between revisions of "MediaWiki:Common.css"

From M3P
Jump to navigation Jump to search
Line 14: Line 14:
/******* Extra buttons for 'edittools' ********/
/******* Extra buttons for 'edittools' ********/
.maltese-chars {
.maltese-chars {
padding: 1.5em;
padding: 1em;
margin:5px;
margin:5px;
}
}

Revision as of 12:25, 18 January 2011

/* 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: 1em;
	margin:5px;
}
.maltese-chars a {
	color: #660000;
	background-color: #f0f0f0 ;
	font-weight: 700;
	font-size: 120%;
	text-decoration: none;
	border: 1px #069 solid;
	line-spacing: 8pt;
}
.maltese-chars a:hover {
	background-color: #d0d0d0;
	border: solid 1px black;
}
.maltese-chars a:active {
	background-color: #ffffff;
	border: solid 1px black;
}