~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/highlight.css

  • Committer: Robey Pointer
  • Date: 2006-12-21 01:07:29 UTC
  • Revision ID: robey@lag.net-20061221010729-tgja4u2wwxlitkgw
fix css typos matty found

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.pyg-c { color: #808080 } /* Comment */
2
 
.pyg-err { color: #F00000; background-color: #F0A0A0 } /* Error */
3
 
.pyg-k { color: #008000; font-weight: bold } /* Keyword */
4
 
.pyg-o { color: #303030 } /* Operator */
5
 
.pyg-cm { color: #808080 } /* Comment.Multiline */
6
 
.pyg-cp { color: #507090 } /* Comment.Preproc */
7
 
.pyg-c1 { color: #808080 } /* Comment.Single */
8
 
.pyg-cs { color: #cc0000; font-weight: bold } /* Comment.Special */
9
 
.pyg-gd { color: #A00000 } /* Generic.Deleted */
10
 
.pyg-ge { font-style: italic } /* Generic.Emph */
11
 
.pyg-gr { color: #FF0000 } /* Generic.Error */
12
 
.pyg-gh { color: #000080; font-weight: bold } /* Generic.Heading */
13
 
.pyg-gi { color: #00A000 } /* Generic.Inserted */
14
 
.pyg-go { color: #808080 } /* Generic.Output */
15
 
.pyg-gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
16
 
.pyg-gs { font-weight: bold } /* Generic.Strong */
17
 
.pyg-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
18
 
.pyg-gt { color: #0040D0 } /* Generic.Traceback */
19
 
.pyg-kc { color: #008000; font-weight: bold } /* Keyword.Constant */
20
 
.pyg-kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
21
 
.pyg-kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */
22
 
.pyg-kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
23
 
.pyg-kt { color: #303090; font-weight: bold } /* Keyword.Type */
24
 
.pyg-m { color: #6000E0; font-weight: bold } /* Literal.Number */
25
 
.pyg-s { background-color: #fff0f0 } /* Literal.String */
26
 
.pyg-na { color: #0000C0 } /* Name.Attribute */
27
 
.pyg-nb { color: #007020 } /* Name.Builtin */
28
 
.pyg-nc { color: #B00060; font-weight: bold } /* Name.Class */
29
 
.pyg-no { color: #003060; font-weight: bold } /* Name.Constant */
30
 
.pyg-nd { color: #505050; font-weight: bold } /* Name.Decorator */
31
 
.pyg-ni { color: #800000; font-weight: bold } /* Name.Entity */
32
 
.pyg-ne { color: #F00000; font-weight: bold } /* Name.Exception */
33
 
.pyg-nf { color: #0060B0; font-weight: bold } /* Name.Function */
34
 
.pyg-nl { color: #907000; font-weight: bold } /* Name.Label */
35
 
.pyg-nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
36
 
.pyg-nt { color: #007000 } /* Name.Tag */
37
 
.pyg-nv { color: #906030 } /* Name.Variable */
38
 
.pyg-ow { color: #000000; font-weight: bold } /* Operator.Word */
39
 
.pyg-w { color: #bbbbbb } /* Text.Whitespace */
40
 
.pyg-mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
41
 
.pyg-mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
42
 
.pyg-mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
43
 
.pyg-mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
44
 
.pyg-sb { background-color: #fff0f0 } /* Literal.String.Backtick */
45
 
.pyg-sc { color: #0040D0 } /* Literal.String.Char */
46
 
.pyg-sd { color: #D04020 } /* Literal.String.Doc */
47
 
.pyg-s2 { background-color: #fff0f0 } /* Literal.String.Double */
48
 
.pyg-se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
49
 
.pyg-sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
50
 
.pyg-si { background-color: #e0e0e0 } /* Literal.String.Interpol */
51
 
.pyg-sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */
52
 
.pyg-sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
53
 
.pyg-s1 { background-color: #fff0f0 } /* Literal.String.Single */
54
 
.pyg-ss { color: #A06000 } /* Literal.String.Symbol */
55
 
.pyg-bp { color: #007020 } /* Name.Builtin.Pseudo */
56
 
.pyg-vc { color: #306090 } /* Name.Variable.Class */
57
 
.pyg-vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */
58
 
.pyg-vi { color: #3030B0 } /* Name.Variable.Instance */
59
 
.pyg-il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */