annotate doc/style/pygments.css @ 567:7f49cc5eb6e3 experimental-newctxt

newctxt: Merged [667:676/trunk].
author cmlenz
date Fri, 13 Jul 2007 19:29:32 +0000
parents cabd80e75dad
children
rev   line source
508
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
1 div.highlight { background: #ffffff; }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
2 div.highlight .c { color: #999988; font-style: italic }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
3 div.highlight .err { color: #a61717; background-color: #e3d2d2 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
4 div.highlight .k { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
5 div.highlight .o { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
6 div.highlight .cm { color: #999988; font-style: italic }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
7 div.highlight .cp { color: #999999; font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
8 div.highlight .c1 { color: #999988; font-style: italic }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
9 div.highlight .cs { color: #999999; font-weight: bold; font-style: italic }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
10 div.highlight .gd { color: #000000; background-color: #ffdddd }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
11 div.highlight .ge { font-style: italic }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
12 div.highlight .gr { color: #aa0000 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
13 div.highlight .gh { color: #999999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
14 div.highlight .gi { color: #000000; background-color: #ddffdd }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
15 div.highlight .go { color: #888888 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
16 div.highlight .gp { color: #555555 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
17 div.highlight .gs { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
18 div.highlight .gu { color: #aaaaaa }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
19 div.highlight .gt { color: #aa0000 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
20 div.highlight .kc { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
21 div.highlight .kd { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
22 div.highlight .kp { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
23 div.highlight .kr { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
24 div.highlight .kt { color: #445588; font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
25 div.highlight .m { color: #009999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
26 div.highlight .s { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
27 div.highlight .na { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
28 div.highlight .nb { color: #999999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
29 div.highlight .nc { color: #445588; font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
30 div.highlight .no { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
31 div.highlight .ni { color: #800080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
32 div.highlight .ne { color: #990000; font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
33 div.highlight .nf { color: #990000; font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
34 div.highlight .nn { color: #555555 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
35 div.highlight .nt { color: #000080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
36 div.highlight .nv { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
37 div.highlight .ow { font-weight: bold }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
38 div.highlight .mf { color: #009999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
39 div.highlight .mh { color: #009999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
40 div.highlight .mi { color: #009999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
41 div.highlight .mo { color: #009999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
42 div.highlight .sb { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
43 div.highlight .sc { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
44 div.highlight .sd { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
45 div.highlight .s2 { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
46 div.highlight .se { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
47 div.highlight .sh { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
48 div.highlight .si { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
49 div.highlight .sx { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
50 div.highlight .sr { color: #808000 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
51 div.highlight .s1 { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
52 div.highlight .ss { color: #bb8844 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
53 div.highlight .bp { color: #999999 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
54 div.highlight .vc { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
55 div.highlight .vg { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
56 div.highlight .vi { color: #008080 }
cabd80e75dad Enable syntax highlighting (with Pygments) on doc page.
cmlenz
parents:
diff changeset
57 div.highlight .il { color: #009999 }
Copyright (C) 2012-2017 Edgewall Software