|
| 1 | +@import "highlight"; |
| 2 | + |
1 | 3 | @font-face {
|
2 | 4 | font-family: 'Fira Sans';
|
3 | 5 | src: url(/assets/fonts/FiraSans-Regular.woff);
|
|
18 | 20 | src: url(/assets/fonts/FiraSans-Light.woff);
|
19 | 21 | }
|
20 | 22 |
|
21 |
| -// Highlight |
22 |
| - |
23 |
| -/* Syntax highlighting styles */ |
24 |
| -/* ----------------------------------------------------------*/ |
25 |
| - |
26 |
| -.highlight { |
27 |
| - background: #ececec; |
28 |
| - padding: 12px; |
29 |
| - border: 1px solid #ccc; |
30 |
| -} |
31 |
| -.highlight .c { color: #999988; font-style: italic } /* Comment */ |
32 |
| -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ |
33 |
| -.highlight .k { font-weight: bold } /* Keyword */ |
34 |
| -.highlight .o { font-weight: bold } /* Operator */ |
35 |
| -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ |
36 |
| -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ |
37 |
| -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ |
38 |
| -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ |
39 |
| -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ |
40 |
| -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ |
41 |
| -.highlight .ge { font-style: italic } /* Generic.Emph */ |
42 |
| -.highlight .gr { color: #aa0000 } /* Generic.Error */ |
43 |
| -.highlight .gh { color: #999999 } /* Generic.Heading */ |
44 |
| -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ |
45 |
| -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ |
46 |
| -.highlight .go { color: #888888 } /* Generic.Output */ |
47 |
| -.highlight .gp { color: #555555 } /* Generic.Prompt */ |
48 |
| -.highlight .gs { font-weight: bold } /* Generic.Strong */ |
49 |
| -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ |
50 |
| -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ |
51 |
| -.highlight .kc { font-weight: bold } /* Keyword.Constant */ |
52 |
| -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ |
53 |
| -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ |
54 |
| -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ |
55 |
| -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ |
56 |
| -.highlight .m { color: #009999 } /* Literal.Number */ |
57 |
| -.highlight .s { color: #d14 } /* Literal.String */ |
58 |
| -.highlight .na { color: #008080 } /* Name.Attribute */ |
59 |
| -.highlight .nb { color: #0086B3 } /* Name.Builtin */ |
60 |
| -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ |
61 |
| -.highlight .no { color: #008080 } /* Name.Constant */ |
62 |
| -.highlight .ni { color: #800080 } /* Name.Entity */ |
63 |
| -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ |
64 |
| -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ |
65 |
| -.highlight .nn { color: #555555 } /* Name.Namespace */ |
66 |
| -.highlight .nt { color: #000080 } /* Name.Tag */ |
67 |
| -.highlight .nv { color: #008080 } /* Name.Variable */ |
68 |
| -.highlight .ow { font-weight: bold } /* Operator.Word */ |
69 |
| -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ |
70 |
| -.highlight .mf { color: #009999 } /* Literal.Number.Float */ |
71 |
| -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ |
72 |
| -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ |
73 |
| -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ |
74 |
| -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ |
75 |
| -.highlight .sc { color: #d14 } /* Literal.String.Char */ |
76 |
| -.highlight .sd { color: #d14 } /* Literal.String.Doc */ |
77 |
| -.highlight .s2 { color: #d14 } /* Literal.String.Double */ |
78 |
| -.highlight .se { color: #d14 } /* Literal.String.Escape */ |
79 |
| -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ |
80 |
| -.highlight .si { color: #d14 } /* Literal.String.Interpol */ |
81 |
| -.highlight .sx { color: #d14 } /* Literal.String.Other */ |
82 |
| -.highlight .sr { color: #009926 } /* Literal.String.Regex */ |
83 |
| -.highlight .s1 { color: #d14 } /* Literal.String.Single */ |
84 |
| -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ |
85 |
| -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ |
86 |
| -.highlight .vc { color: #008080 } /* Name.Variable.Class */ |
87 |
| -.highlight .vg { color: #008080 } /* Name.Variable.Global */ |
88 |
| -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ |
89 |
| -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ |
90 |
| - |
91 |
| - |
92 | 23 |
|
93 | 24 |
|
94 | 25 | /*Colors*/
|
|
0 commit comments