view 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 source

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;
}