author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
1 | 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;} |