lib/html/isabelle.css
changeset 23716 e6a5959b5a01
parent 23612 52c7bcfc9515
child 23731 e42f71809a7a
--- a/lib/html/isabelle.css	Tue Jul 10 17:30:57 2007 +0200
+++ b/lib/html/isabelle.css	Tue Jul 10 23:29:35 2007 +0200
@@ -27,5 +27,14 @@
 .theories { background-color: #F0F0F0; padding: 10px; }
 .sessions { background-color: #F0F0F0; padding: 10px; }
 
+.junk           { background-color: #FF6A6A; font-weight: bold; }
+
+.string         { color: #008B00; }
+.altstring      { color: #8B8B00; }
+.verbatim       { color: #00008B; }
+.comment        { color: #00008B; }
+.control        { background-color: #FF6A6A; font-weight: bold; }
+.malformed      { background-color: #FF6A6A; font-weight: bold; }
+
 /* hide hr for this style */
 hr { height: 0px; border: 0px; }