MediaWiki:Geshi.css
From UBot Studio
(Difference between revisions)
| (2 intermediate revisions by one user not shown) | |||
| Line 5: | Line 5: | ||
border: 1px dashed #2F6FAB; | border: 1px dashed #2F6FAB; | ||
background-color: #F9F9F9 !important; | background-color: #F9F9F9 !important; | ||
| + | font-size: 13px !important; | ||
} | } | ||
Latest revision as of 15:21, 15 October 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */ .csharp.source-csharp .de1, .csharp.source-csharp .de2 { padding: 1em !important; border: 1px dashed #2F6FAB; background-color: #F9F9F9 !important; font-size: 13px !important; }