source:
trunk/www.guidonia.net/wp/wp-includes/js/codepress/languages/css.css@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | /* |
2 | * CodePress color styles for CSS syntax highlighting |
3 | */ |
4 | |
5 | b, b a, b u {color:#000080;} /* tags, ids, classes */ |
6 | i, i b, i s, i a, i u {color:gray;} /* comments */ |
7 | s, s b {color:#a0a0dd;} /* parameters */ |
8 | a {color:#0000ff;} /* keys */ |
9 | u {color:red;} /* values */ |
10 |
Note:
See TracBrowser
for help on using the repository browser.