MediaWiki:Minerva.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* All CSS here will be loaded for users of the MinervaNeue skin */

/* Used in several license and collection info templates in the File namespace */
/* such as [[Template:PermissionOTRS/layout]] */
/* Matching on Common.css, Filepage.css, and Mobile.css */
.messagebox {
	 border: 1px solid #aaa;
	 /* [[Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis#Use_CSS_variables_or_CSS_design_tokens_with_fallback_for_background_and_text_where_possible]] */
	 background: var( --background-color-interactive-subtle, #f9f9f9 );
	 width: 80%;
	 margin: 0 auto 1em;
	 padding: 0.2em;
	 text-align: justify;
}