Mercurial > pymonkey
comparison docs/rendered/_static/pygments.css @ 49:7401af070bb8
Moved README to Sphinx documentation. Keeping the rendered docs in the repository so that they can be viewed via HG and locally by people who don't have Sphinx installed.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 07 Jul 2009 09:26:36 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
48:bc4263c6ae82 | 49:7401af070bb8 |
---|---|
1 .c { color: #408090; font-style: italic } /* Comment */ | |
2 .err { border: 1px solid #FF0000 } /* Error */ | |
3 .k { color: #007020; font-weight: bold } /* Keyword */ | |
4 .o { color: #666666 } /* Operator */ | |
5 .cm { color: #408090; font-style: italic } /* Comment.Multiline */ | |
6 .cp { color: #007020 } /* Comment.Preproc */ | |
7 .c1 { color: #408090; font-style: italic } /* Comment.Single */ | |
8 .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ | |
9 .gd { color: #A00000 } /* Generic.Deleted */ | |
10 .ge { font-style: italic } /* Generic.Emph */ | |
11 .gr { color: #FF0000 } /* Generic.Error */ | |
12 .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | |
13 .gi { color: #00A000 } /* Generic.Inserted */ | |
14 .go { color: #303030 } /* Generic.Output */ | |
15 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ | |
16 .gs { font-weight: bold } /* Generic.Strong */ | |
17 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | |
18 .gt { color: #0040D0 } /* Generic.Traceback */ | |
19 .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ | |
20 .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ | |
21 .kp { color: #007020 } /* Keyword.Pseudo */ | |
22 .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ | |
23 .kt { color: #902000 } /* Keyword.Type */ | |
24 .m { color: #208050 } /* Literal.Number */ | |
25 .s { color: #4070a0 } /* Literal.String */ | |
26 .na { color: #4070a0 } /* Name.Attribute */ | |
27 .nb { color: #007020 } /* Name.Builtin */ | |
28 .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ | |
29 .no { color: #60add5 } /* Name.Constant */ | |
30 .nd { color: #555555; font-weight: bold } /* Name.Decorator */ | |
31 .ni { color: #d55537; font-weight: bold } /* Name.Entity */ | |
32 .ne { color: #007020 } /* Name.Exception */ | |
33 .nf { color: #06287e } /* Name.Function */ | |
34 .nl { color: #002070; font-weight: bold } /* Name.Label */ | |
35 .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ | |
36 .nt { color: #062873; font-weight: bold } /* Name.Tag */ | |
37 .nv { color: #bb60d5 } /* Name.Variable */ | |
38 .ow { color: #007020; font-weight: bold } /* Operator.Word */ | |
39 .w { color: #bbbbbb } /* Text.Whitespace */ | |
40 .mf { color: #208050 } /* Literal.Number.Float */ | |
41 .mh { color: #208050 } /* Literal.Number.Hex */ | |
42 .mi { color: #208050 } /* Literal.Number.Integer */ | |
43 .mo { color: #208050 } /* Literal.Number.Oct */ | |
44 .sb { color: #4070a0 } /* Literal.String.Backtick */ | |
45 .sc { color: #4070a0 } /* Literal.String.Char */ | |
46 .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ | |
47 .s2 { color: #4070a0 } /* Literal.String.Double */ | |
48 .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ | |
49 .sh { color: #4070a0 } /* Literal.String.Heredoc */ | |
50 .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ | |
51 .sx { color: #c65d09 } /* Literal.String.Other */ | |
52 .sr { color: #235388 } /* Literal.String.Regex */ | |
53 .s1 { color: #4070a0 } /* Literal.String.Single */ | |
54 .ss { color: #517918 } /* Literal.String.Symbol */ | |
55 .bp { color: #007020 } /* Name.Builtin.Pseudo */ | |
56 .vc { color: #bb60d5 } /* Name.Variable.Class */ | |
57 .vg { color: #bb60d5 } /* Name.Variable.Global */ | |
58 .vi { color: #bb60d5 } /* Name.Variable.Instance */ | |
59 .il { color: #208050 } /* Literal.Number.Integer.Long */ |