| author | ymh@caf4f556-3d62-0410-8435-a86758001935 |
| Wed, 03 Feb 2010 14:52:45 +0000 | |
| branch | wordpress |
| changeset 134 | f445f2aa8c33 |
| parent 132 | 4d4862461b8d |
| permissions | -rw-r--r-- |
|
132
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
1 |
/* |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
2 |
* CodePress color styles for Perl syntax highlighting |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
3 |
* By J. Nick Koston |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
4 |
*/ |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
5 |
|
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
6 |
b {color:#7F0055;font-weight:bold;} /* reserved words */ |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
7 |
i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */ |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
8 |
s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */ |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
9 |
a {color:#006700;font-weight:bold;} /* variables */ |
|
4d4862461b8d
Update Wordpress 2.9.1
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
10 |
em {color:darkblue;font-weight:bold;} /* functions */ |
| 109 | 11 |
u {font-weight:bold;} /* special chars */ |