Spaces:
Sleeping
Sleeping
File size: 263 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 | /*
* CodePress color styles for Java syntax highlighting
*/
b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
s, s b {color:#2A00FF;font-weight:normal;} /* strings */
|