diff jsparser.css @ 11:49145e1db3e5

added an interactive tokenization display.
author Atul Varma <varmaa@toolness.com>
date Sat, 30 May 2009 16:38:20 -0700
parents
children 485783e3b54c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jsparser.css	Sat May 30 16:38:20 2009 -0700
@@ -0,0 +1,23 @@
+body {
+    font-family: helvetica, arial, sans-serif;
+    font-size: 9pt;
+}
+
+pre {
+    font-family: monaco, monospace;
+}
+
+.overlay {
+    position: absolute;
+    background: rgba(0, 0, 0, 0.5);
+    color: white;
+    padding: 0.5em;
+}
+
+.highlight {
+    background-color: yellow;
+}
+
+.tokenization {
+    cursor: pointer;
+}