Difference between revisions of "MediaWiki:Common.css"

From Basin Wiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: table.collapsed tr.collapsable { display: none; } .collapseButton { →‎'show'/'hide' buttons created dynamically by the: ...')
 
m (Trying to change logo)
Line 10: Line 10:
 
width: auto;
 
width: auto;
 
}
 
}
 +
 +
#p-logo {background-image: url(http://wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png) !important;}

Revision as of 17:17, 21 November 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;
}

#p-logo {background-image: url(http://wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png) !important;}