MediaWiki:Common.css: Difference between revisions

From Wolf Roleplay Wiki
Created page with "→‎CSS placed here will be applied to all skins: .right-sidebar { background: rgba(0,0,0,.05); padding: .5rem 1.5rem; float: right; border: 1px solid rgba(0,0,0,.25); }"
 
No edit summary
Line 5: Line 5:
float: right;
float: right;
border: 1px solid rgba(0,0,0,.25);
border: 1px solid rgba(0,0,0,.25);
margin-left: 1rem;
margin-bottom: 1rem;
}
}

Revision as of 22:15, 7 January 2020

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