mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
6d94947a44
git-svn-id: http://svn.automattic.com/wordpress/trunk@10614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
11 lines
267 B
CSS
11 lines
267 B
CSS
/*
|
|
* CodePress color styles for CSS syntax highlighting
|
|
*/
|
|
|
|
b, b a, b u {color:#000080;} /* tags, ids, classes */
|
|
i, i b, i s, i a, i u {color:gray;} /* comments */
|
|
s, s b {color:#a0a0dd;} /* parameters */
|
|
a {color:#0000ff;} /* keys */
|
|
u {color:red;} /* values */
|
|
|