# wp-insert/1.5.3/codepress/languages/javascript.css

Wp-Insert, version 1.5.3. 9 lines.

- Page: https://pluginprobe.com/plugins/wp-insert/1.5.3/code/codepress/languages/javascript.css
- Raw: https://pluginprobe.com/plugins/wp-insert/1.5.3/raw/codepress/languages/javascript.css
- Modified: 2009-12-19T11:54:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-insert/1.5.3/code/codepress/languages/javascript.css#L10-L20`.

```css
/*
 * CodePress color styles for JavaScript syntax highlighting
 */

b {color:#7F0055;font-weight:bold;} /* reserved words */
u {color:darkblue;font-weight:bold;} /* special words */
i, i b, i s, i u {color:green;font-weight:normal;} /* comments */
s, s b, s u {color:#2A00FF;font-weight:normal;} /* strings */

```
