annotate static/css/syntax.css @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents 8250c977bc50
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 .highlight { background: #ffffff; }
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 .highlight .c { color: #999988; font-style: italic } /* Comment */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 .highlight .k { font-weight: bold } /* Keyword */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 .highlight .o { font-weight: bold } /* Operator */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 .highlight .ge { font-style: italic } /* Generic.Emph */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13 .highlight .gr { color: #aa0000 } /* Generic.Error */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 .highlight .gh { color: #999999 } /* Generic.Heading */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15 .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16 .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
17 .highlight .go { color: #888888 } /* Generic.Output */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
18 .highlight .gp { color: #555555 } /* Generic.Prompt */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19 .highlight .gs { font-weight: bold } /* Generic.Strong */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
20 .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
21 .highlight .gt { color: #aa0000 } /* Generic.Traceback */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
22 .highlight .kc { font-weight: bold } /* Keyword.Constant */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
23 .highlight .kd { font-weight: bold } /* Keyword.Declaration */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
24 .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
25 .highlight .kr { font-weight: bold } /* Keyword.Reserved */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
26 .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
27 .highlight .m { color: #009999 } /* Literal.Number */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
28 .highlight .s { color: #d14 } /* Literal.String */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
29 .highlight .na { color: #008080 } /* Name.Attribute */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
30 .highlight .nb { color: #0086B3 } /* Name.Builtin */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
31 .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
32 .highlight .no { color: #008080 } /* Name.Constant */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
33 .highlight .ni { color: #800080 } /* Name.Entity */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
34 .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
35 .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
36 .highlight .nn { color: #555555 } /* Name.Namespace */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
37 .highlight .nt { color: #000080 } /* Name.Tag */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
38 .highlight .nv { color: #008080 } /* Name.Variable */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
39 .highlight .ow { font-weight: bold } /* Operator.Word */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
40 .highlight .w { color: #bbbbbb } /* Text.Whitespace */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
41 .highlight .mf { color: #009999 } /* Literal.Number.Float */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
42 .highlight .mh { color: #009999 } /* Literal.Number.Hex */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
43 .highlight .mi { color: #009999 } /* Literal.Number.Integer */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
44 .highlight .mo { color: #009999 } /* Literal.Number.Oct */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
45 .highlight .sb { color: #d14 } /* Literal.String.Backtick */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
46 .highlight .sc { color: #d14 } /* Literal.String.Char */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
47 .highlight .sd { color: #d14 } /* Literal.String.Doc */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
48 .highlight .s2 { color: #d14 } /* Literal.String.Double */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
49 .highlight .se { color: #d14 } /* Literal.String.Escape */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
50 .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
51 .highlight .si { color: #d14 } /* Literal.String.Interpol */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
52 .highlight .sx { color: #d14 } /* Literal.String.Other */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
53 .highlight .sr { color: #009926 } /* Literal.String.Regex */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
54 .highlight .s1 { color: #d14 } /* Literal.String.Single */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
55 .highlight .ss { color: #990073 } /* Literal.String.Symbol */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
56 .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
57 .highlight .vc { color: #008080 } /* Name.Variable.Class */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
58 .highlight .vg { color: #008080 } /* Name.Variable.Global */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
59 .highlight .vi { color: #008080 } /* Name.Variable.Instance */
59cad6ce1a1c Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
60 .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */