source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/prettify/threejs.css@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 532 bytes
Line 
1pre .str, code .str { color: #8000ff; } /* string */
2pre .kwd, code .kwd { color: #30b030; } /* keyword */
3pre .com, code .com { color: #999999; } /* comment */
4pre .typ, code .typ { color: #2194ce; } /* type */
5pre .lit, code .lit { color: #ff0080; } /* literal */
6pre .pun, code .pun { color: #888888; } /* punctuation */
7pre .pln, code .pln { color: #444444; } /* plaintext */
8pre .dec, code .dec { color: #22c0c4; } /* decimal */
9
10
11
12pre.prettyprint, code.prettyprint {
13 background-color: #f9f9f9;
14 font-family: 'inconsolata';
15}
Note: See TracBrowser for help on using the repository browser.