annotate css/syntax-emacs.css @ 38:79cbd4801fa8

Merge pull request #3 from siko1056/master Another attempt to work on the website committer: GitHub <noreply@github.com>
author Alex <alexkrolick@users.noreply.github.com>
date Wed, 10 Aug 2016 08:56:31 -0700
parents e210b708b330
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 .hll { background-color: #ffffcc }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 .c { color: #008800; font-style: italic } /* Comment */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
3 .err { border: 1px solid #FF0000 } /* Error */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
4 .k { color: #AA22FF; font-weight: bold } /* Keyword */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
5 .o { color: #666666 } /* Operator */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
6 .cm { color: #008800; font-style: italic } /* Comment.Multiline */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7 .cp { color: #008800 } /* Comment.Preproc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8 .c1 { color: #008800; font-style: italic } /* Comment.Single */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
9 .cs { color: #008800; font-weight: bold } /* Comment.Special */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
10 .gd { color: #A00000 } /* Generic.Deleted */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
11 .ge { font-style: italic } /* Generic.Emph */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
12 .gr { color: #FF0000 } /* Generic.Error */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
13 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
14 .gi { color: #00A000 } /* Generic.Inserted */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
15 .go { color: #888888 } /* Generic.Output */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
16 .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
17 .gs { font-weight: bold } /* Generic.Strong */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
18 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
19 .gt { color: #0044DD } /* Generic.Traceback */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
20 .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
22 .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
23 .kp { color: #AA22FF } /* Keyword.Pseudo */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
24 .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
25 .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
26 .m { color: #666666 } /* Literal.Number */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
27 .s { color: #BB4444 } /* Literal.String */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
28 .na { color: #BB4444 } /* Name.Attribute */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
29 .nb { color: #AA22FF } /* Name.Builtin */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
30 .nc { color: #0000FF } /* Name.Class */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
31 .no { color: #880000 } /* Name.Constant */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
32 .nd { color: #AA22FF } /* Name.Decorator */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
33 .ni { color: #999999; font-weight: bold } /* Name.Entity */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
34 .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
35 .nf { color: #00A000 } /* Name.Function */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
36 .nl { color: #A0A000 } /* Name.Label */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
37 .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
38 .nt { color: #008000; font-weight: bold } /* Name.Tag */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
39 .nv { color: #B8860B } /* Name.Variable */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
40 .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
41 .w { color: #bbbbbb } /* Text.Whitespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
42 .mb { color: #666666 } /* Literal.Number.Bin */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
43 .mf { color: #666666 } /* Literal.Number.Float */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
44 .mh { color: #666666 } /* Literal.Number.Hex */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
45 .mi { color: #666666 } /* Literal.Number.Integer */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
46 .mo { color: #666666 } /* Literal.Number.Oct */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
47 .sb { color: #BB4444 } /* Literal.String.Backtick */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
48 .sc { color: #BB4444 } /* Literal.String.Char */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
49 .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
50 .s2 { color: #BB4444 } /* Literal.String.Double */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
51 .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
52 .sh { color: #BB4444 } /* Literal.String.Heredoc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
53 .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
54 .sx { color: #008000 } /* Literal.String.Other */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
55 .sr { color: #BB6688 } /* Literal.String.Regex */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
56 .s1 { color: #BB4444 } /* Literal.String.Single */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
57 .ss { color: #B8860B } /* Literal.String.Symbol */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
58 .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
59 .vc { color: #B8860B } /* Name.Variable.Class */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
60 .vg { color: #B8860B } /* Name.Variable.Global */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
61 .vi { color: #B8860B } /* Name.Variable.Instance */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
62 .il { color: #666666 } /* Literal.Number.Integer.Long */