MediaWiki:Geshi.css
From AWF-Wiki
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.2em; }") |
|||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
div.mw-geshi div,pre { | div.mw-geshi div,pre { | ||
font-family: monospace, "Courier New" !important; | font-family: monospace, "Courier New" !important; | ||
− | font-size:1. | + | 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; }