Add a hl class identical to cpp-hl and perl-hl
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 09:56:12 +0000 (11:56 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 09:56:12 +0000 (11:56 +0200)
css/hl.css

index b5a7f95856a64a33e604825a49891a634cabeee2..592f8681bb41b9666d743785496f5f7f8c247660 100644 (file)
@@ -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; }
+
This page took 0.010216 seconds and 4 git commands to generate.