Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
pre,
code{
	font-family: "Bitstream Vera Sans Mono", "Monaco", "Courier", monospace;
}

pre{
  padding:.5em;
  margin-left:1.5em;
  overflow:hidden;
}

pre:hover{
  overflow:visible;
  background:#f7f7f7;
}

code.inline_code, pre{
  font-size:.85em;
}

/* entities */
.fu{ }

/* keywords, tags */
.r, .ta{ color:#3F6F54; font-weight:bold; }


/* comments */
.c{ 
	color:#aaa;
	font-style:italic;
}

/* strings */
.s{ color:#8AB85D; }

/* regular expressions and regexp specials */
.rx{ color:#d0905a; }

.ch{ }

/* integers, symbols, self, constants, instance vars */
.i, .sy, .pc, .cl, .co, .iv{ color:#1E429F;  }
.cl, .co{ font-weight:bold;}

/* string interpolation */

.il, .il *{ color:#5F985D; }