Project

General

Profile

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;}
(3-3/31)