MediaWiki:Common.css: Difference between revisions

From Wolf Roleplay Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.right-sidebar {
.right-sidebar {
background: rgba(0,0,0,.05);
background: rgba(0,0,0,.025);
padding: .5rem 1.5rem;
padding: .5rem 1.5rem;
float: right;
float: right;

Revision as of 22:16, 7 January 2020

/* CSS placed here will be applied to all skins */
.right-sidebar {
	background: rgba(0,0,0,.025);
	padding: .5rem 1.5rem;
	float: right;
	border: 1px solid rgba(0,0,0,.25);
	margin-left: 1rem;
	margin-bottom: 1rem;
}