MediaWiki:Common.css: Difference between revisions

From Bloom Wizard Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
font-family: inherit;
font-family: inherit;
font-size: 1em;
font-size: 1em;
font-weight: bold;
color: #ffffff;
color: #ffffff;




}
}

Latest revision as of 01:31, 30 November 2023

/* CSS placed here will be applied to all skins */

.key {
	border: 2px solid #99ff33;
	border-radius: 0.3em;
	box-shadow: 0.1em 0.2em 0.2em #ddd;
	background-color: #000000;
	padding: 0.15em 0.35em;
	font-family: inherit;
	font-size: 1em;
	color: #ffffff;


}