author | ymh@caf4f556-3d62-0410-8435-a86758001935 |
Wed, 03 Feb 2010 15:37:20 +0000 | |
changeset 136 | bde1974c263b |
permissions | -rw-r--r-- |
136 | 1 |
/** |
2 |
* CodePress color styles for AutoIt syntax highlighting |
|
3 |
*/ |
|
4 |
||
5 |
u {font-style:normal;color:#000090;font-weight:bold;font-family:Monospace;} |
|
6 |
var {color:#AA0000;font-weight:bold;font-style:normal;} |
|
7 |
em {color:#FF33FF;} |
|
8 |
ins {color:#AC00A9;} |
|
9 |
i {color:#F000FF;} |
|
10 |
b {color:#FF0000;} |
|
11 |
a {color:#0080FF;font-weight:bold;} |
|
12 |
s, s u, s b {color:#9999CC;font-weight:normal;} |
|
13 |
cite, cite *{color:#009933;font-weight:normal;} |