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;
   border-color: whitesmoke;
   border-color: LightSlateGray;
   font-size: 77%;
   font-size: 77%;
}
}

Revision as of 07:21, 30 April 2021

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

code {
  font-family: Consolas,"menlo";
  color: DarkSlateGray;
  padding: 1px;
  background-color: whitesmoke;
  border-color: LightSlateGray;
  font-size: 77%;
}