Difference between revisions of "MediaWiki:Geshi.css"

From ECLR
Jump to: navigation, search
Line 3: Line 3:
 
code pre tt{
 
code pre tt{
 
     font-size: 1.25em;
 
     font-size: 1.25em;
 +
}
 +
div.mw-geshi {
 +
  padding: 1em;
 +
  margin: 1em 0;
 +
  border: 1px dashed #2f6fab;
 +
  background-color: #f9f9f9;
 
}
 
}

Revision as of 15:52, 18 September 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
code pre tt{
    font-size: 1.25em;
}
div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  background-color: #f9f9f9;
}