diff options
Diffstat (limited to 'public/help/wiki_syntax.css')
-rw-r--r-- | public/help/wiki_syntax.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/help/wiki_syntax.css b/public/help/wiki_syntax.css index 4430ea006..ca2c04f76 100644 --- a/public/help/wiki_syntax.css +++ b/public/help/wiki_syntax.css @@ -8,4 +8,10 @@ table td h2 { font-size: 1.4em; text-align: left; } table td h3 { font-size: 1.2em; text-align: left; } table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } -table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; }
\ No newline at end of file +table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } + +.syntaxhl .mi { color: #0000DD; font-weight: bold } +.syntaxhl .nf { color: #0066BB; font-weight: bold } +.syntaxhl .k { color: #008800; font-weight: bold } +.syntaxhl .nb { color: #007020 } +.syntaxhl .s1 { background-color: #fff0f0 } |