MediaWiki:Geshi.css

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 18:20, 18 August 2014 by AFRLme (talk)
/* Fix so <source> tags get normal text size also in some
   versions of Firefox, Safari, Konqueror, Chrome etc.
   See http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Section_break._Teletype_style_fix */
 
div.mw-geshi div {
    font-family: monospace, vrinda !important;
    font-size: 14px;
    overflow:auto;
}

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed darkgrey;
  background-color: #f0f0f0;
  overflow:auto;
}
 
#content div.mw-geshi pre {
    font-family: monospace, vrinda;
    font-size: 14px;
    overflow:auto;
}