MediaWiki:Geshi.css: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
div.mw-geshi div,pre {
div.mw-geshi div,pre .co0 {
border:1px dotted #808080;
border:1px dotted #808080;
background-color:#f2f7ff;
background-color:#f2f7ff;

Revision as of 18:45, 2 September 2015

/* CSS placed here will be applied to all skins */
div.mw-geshi div,pre .co0 {
  border:1px dotted #808080;
  background-color:#f2f7ff;
  margin: 5px !important;
  /*padding:5px;*/
 font-family: monospace, Monaco !important;
 font-size:11px;
}