summaryrefslogtreecommitdiff
blob: d765e2d79831d24b5edb9d89f0ee2a0d8d475f74 (plain)
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
/* Do not modify this file directly.  It is concatenated from individual module CSS files. */
code#copytext {
	white-space: pre;
	font-family: Verdana;
}

.at {
color:darkblue;
}

.format {
color:gray;
}

.property {
color:green;
}

.selector {
color:blue;
}

.value {
color:red;
right: 500px;
}

.comment {
color:orange;
}