MediaWiki:Common.css: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   padding: 1px;
   padding: 1px;
   background-color: whitesmoke;
   background-color: whitesmoke;
   font-size: 80%;
   font-size: 70%;
}
}

Revision as of 07:15, 30 April 2021

/* CSS placed here will be applied to all skins */
.mw-highlight pre {
	font-size: 90%;
}

code {
  font-family: Consolas,"menlo";
  color: lightslategray;
  padding: 1px;
  background-color: whitesmoke;
  font-size: 70%;
}