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 */
#p-logo-text a {
font-variant: normal;
}
.right-sidebar {
.right-sidebar {
background: rgba(0,0,0,.025);
background: rgba(0,0,0,.025);

Revision as of 22:33, 7 January 2020

/* CSS placed here will be applied to all skins */
#p-logo-text a {
	font-variant: normal;
}
.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;
}