MediaWiki:Geshi.css
From AWF-Wiki
(Difference between revisions)
Line 5: | Line 5: | ||
font-family: monospace, "Courier New" !important; | font-family: monospace, "Courier New" !important; | ||
font-size:1.1em; | font-size:1.1em; | ||
+ | padding: 1em; | ||
+ | border: 1px dashed #2f6fab; | ||
+ | background-color: #f9f9f9; | ||
} | } |
Latest revision as of 12:19, 8 January 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */ div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.1em; padding: 1em; border: 1px dashed #2f6fab; background-color: #f9f9f9; }