1/*
2 * CodePress color styles for Ruby syntax highlighting
3 */
4
5b {color:#7F0055;font-weight:bold;} /* reserved words */
6i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */
7s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */
8a {color:#006700;font-weight:bold;} /* variables */
9em {color:darkblue;font-weight:bold;} /* functions */
10u {font-weight:bold;} /* special chars */