MediaWiki:Common.css: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
font-size: 90%;
font-size: 90%;
}
}
 
/* <code> tag rendering */
code {
code {
   font-family: Consolas,"menlo";
   font-family: Consolas,"menlo";

Revision as of 07:28, 30 April 2021

/* CSS placed here will be applied to all skins */
.mw-highlight pre {
	font-size: 90%;
}
/* <code> tag rendering */
code {
  font-family: Consolas,"menlo";
  color: DarkSlateGray;
  padding: 2px;
  background-color: whitesmoke;
  border-color: LightSlateGray;
  font-size: 77%;
}