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 difference)

Revision as of 22:14, 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);
}