Difference between revisions of "MediaWiki:Common.css"

From M3P
Jump to navigation Jump to search
(inserted style button for Collapsible tables)
 
Line 10: Line 10:
text-align: right;
text-align: right;
width: auto;
width: auto;
}
/******* Extra buttons for 'edittools' ********/
.maltese-chars {
/* padding: 1em; */
/* margin:5px; */
}
.maltese-chars a {
color: #660000;
background-color: #f0f0f0 ;
font-family: monospace;
font-size: 120%;
text-decoration: none;
border: 1px #069 solid;
line-spacing:5pt;
}
.maltese-chars a:hover {
background-color: #d0d0d0;
border: solid 1px black;
}
.maltese-chars a:active {
background-color: #ffffff;
border: solid 1px black;
}
}

Revision as of 12:14, 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-family: monospace;
	font-size: 120%;
	text-decoration: none;
	border: 1px #069 solid;
	line-spacing:5pt;
}
.maltese-chars a:hover {
	background-color: #d0d0d0;
	border: solid 1px black;
}
.maltese-chars a:active {
	background-color: #ffffff;
	border: solid 1px black;
}