diff options
Diffstat (limited to 'public/help/wiki_syntax_detailed.css')
-rw-r--r-- | public/help/wiki_syntax_detailed.css | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/public/help/wiki_syntax_detailed.css b/public/help/wiki_syntax_detailed.css index 94fc9f869..b6ae88e81 100644 --- a/public/help/wiki_syntax_detailed.css +++ b/public/help/wiki_syntax_detailed.css @@ -13,13 +13,12 @@ pre { } a.new { color: #b73535; } -.syntaxhl .class { color:#258; font-weight:bold } -.syntaxhl .comment { color:#385; } -.syntaxhl .delimiter { color:black } -.syntaxhl .function { color:#06B; font-weight:bold } -.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } -.syntaxhl .inline-delimiter { font-weight: bold; color: #666 } -.syntaxhl .instance-variable { color:#33B } -.syntaxhl .keyword { color:#939; font-weight:bold } -.syntaxhl .string .content { color: #46a } -.syntaxhl .string .delimiter { color:#46a }
\ No newline at end of file +.syntaxhl .c1 { color: #888888 } +.syntaxhl .k { color: #008800; font-weight: bold } +.syntaxhl .nc { color: #BB0066; font-weight: bold } +.syntaxhl .nf { color: #0066BB; font-weight: bold } +.syntaxhl .nb { color: #007020 } +.syntaxhl .vi { color: #3333BB } +.syntaxhl .o { color: #333333 } +.syntaxhl .s2 { background-color: #fff0f0 } +.syntaxhl .si { background-color: #eeeeee } |