web/wp-includes/js/codepress/languages/autoit.css
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
/**
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
 * CodePress color styles for AutoIt syntax highlighting
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
 */
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
u {font-style:normal;color:#000090;font-weight:bold;font-family:Monospace;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
var {color:#AA0000;font-weight:bold;font-style:normal;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
em {color:#FF33FF;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
ins {color:#AC00A9;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
i {color:#F000FF;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
b {color:#FF0000;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
a {color:#0080FF;font-weight:bold;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
s, s u, s b {color:#9999CC;font-weight:normal;}
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
cite, cite *{color:#009933;font-weight:normal;}