MediaWiki:Geshi.css
From UBot Studio
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to GeSHi syntax highlighting: .csharp.source-csharp .de1, .csharp.source-csharp .de2 { padding: 1em; border: 1px dashed #2F6FAB; co...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
.csharp.source-csharp .de1, .csharp.source-csharp .de2 { | .csharp.source-csharp .de1, .csharp.source-csharp .de2 { | ||
− | padding: 1em; | + | padding: 1em !important; |
border: 1px dashed #2F6FAB; | border: 1px dashed #2F6FAB; | ||
− | color: | + | background-color: #F9F9F9 !important; |
− | + | font-size: 13px !important; | |
} | } |
Latest revision as of 16: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; }