Difference between revisions of "MediaWiki:Geshi.css"
Line 9: | Line 9: | ||
pre.mw-geshi { | pre.mw-geshi { | ||
+ | background-color: #ff00ff; | ||
+ | } | ||
+ | pre.mw-content-ltr { | ||
background-color: #ff00ff; | background-color: #ff00ff; | ||
} | } |
Revision as of 10:17, 23 February 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */ /* Fix so <source> tags, and .css and .js pages, get normal text size also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ div.mw-geshi div, pre { font-family: monospace, "Courier New" !important; } pre.mw-geshi { background-color: #ff00ff; } pre.mw-content-ltr { background-color: #ff00ff; }