From: Marius Gavrilescu Date: Sat, 7 Feb 2015 09:56:12 +0000 (+0200) Subject: Add a hl class identical to cpp-hl and perl-hl X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=0dbdc307f17a54d76f0d6186d9d34a046709b74a Add a hl class identical to cpp-hl and perl-hl --- diff --git a/css/hl.css b/css/hl.css index b5a7f95..592f868 100644 --- a/css/hl.css +++ b/css/hl.css @@ -34,3 +34,19 @@ pre.cpp-hl { color:#000000; background-color:#ffffff; font-size:10pt; font-famil .cpp-hl.kwc { color:#0000ff; } .cpp-hl.kwd { color:#000000; } +body.hl { background-color:#ffffff; } +pre.hl { color:#000000; background-color:#ffffff; font-size:10pt; font-family:'Courier New';} +.hl.num { color:#000000; } +.hl.esc { color:#bd8d8b; } +.hl.str { color:#bd8d8b; } +.hl.pps { color:#bd8d8b; } +.hl.slc { color:#ac2020; font-style:italic; } +.hl.com { color:#ac2020; font-style:italic; } +.hl.ppc { color:#000000; } +.hl.opt { color:#000000; } +.hl.lin { color:#555555; } +.hl.kwa { color:#9c20ee; font-weight:bold; } +.hl.kwb { color:#208920; } +.hl.kwc { color:#0000ff; } +.hl.kwd { color:#000000; } +