Mercurial > jsparser
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:8de776b8ed31 | 11:49145e1db3e5 |
---|---|
1 body { | |
2 font-family: helvetica, arial, sans-serif; | |
3 font-size: 9pt; | |
4 } | |
5 | |
6 pre { | |
7 font-family: monaco, monospace; | |
8 } | |
9 | |
10 .overlay { | |
11 position: absolute; | |
12 background: rgba(0, 0, 0, 0.5); | |
13 color: white; | |
14 padding: 0.5em; | |
15 } | |
16 | |
17 .highlight { | |
18 background-color: yellow; | |
19 } | |
20 | |
21 .tokenization { | |
22 cursor: pointer; | |
23 } |