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...") |
|||
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; | ||
− | + | background-color: #F9F9F9 !important; | |
− | background-color: #F9F9F9; | + | |
} | } |
Revision as of 16:18, 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; }