Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "→‎CSS placed here will be applied to all skins: .skin-citizen blockquote { margin: 0.8rem 20px; padding: 0; }"
 
No edit summary
 
Line 3: Line 3:
margin: 0.8rem 20px;
margin: 0.8rem 20px;
padding: 0;
padding: 0;
}
:root {
--blue: #1e90ff;
}
}

Latest revision as of 12:02, 15 June 2024

/* CSS placed here will be applied to all skins */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}

:root {
	--blue: #1e90ff;
}