Attribute changed highlight
[roojs1] / highlight / styles / github.css
1 /*
2
3 github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
5 */
6
7 .hljs {
8   display: block;
9   overflow-x: auto;
10   padding: 0.5em;
11   color: #333;
12   background: #f8f8f8;
13 }
14
15 .hljs-comment,
16 .hljs-quote {
17   color: #998;
18   font-style: italic;
19 }
20
21 .hljs-keyword,
22 .hljs-selector-tag,
23 .hljs-subst {
24   color: #333;
25   font-weight: bold;
26 }
27
28 .hljs-number,
29 .hljs-literal,
30 .hljs-variable,
31 .hljs-template-variable,
32 .hljs-tag .hljs-attr {
33   color: #008080;
34 }
35
36 .hljs-string,
37 .hljs-doctag {
38   color: #d14;
39 }
40
41 .hljs-title,
42 .hljs-section,
43 .hljs-selector-id {
44   color: #900;
45   font-weight: bold;
46 }
47
48 .hljs-subst {
49   font-weight: normal;
50 }
51
52 .hljs-type,
53 .hljs-class .hljs-title {
54   color: #458;
55   font-weight: bold;
56 }
57
58 .hljs-tag,
59 .hljs-name,
60 .hljs-attribute {
61   color: #000080;
62   font-weight: normal;
63 }
64
65 .hljs-regexp,
66 .hljs-link {
67   color: #009926;
68 }
69
70 .hljs-symbol,
71 .hljs-bullet {
72   color: #990073;
73 }
74
75 .hljs-built_in,
76 .hljs-builtin-name {
77   color: #0086b3;
78 }
79
80 .hljs-meta {
81   color: #999;
82   font-weight: bold;
83 }
84
85 .hljs-deletion {
86   background: #fdd;
87 }
88
89 .hljs-addition {
90   background: #dfd;
91 }
92
93 .hljs-emphasis {
94   font-style: italic;
95 }
96
97 .hljs-strong {
98   font-weight: bold;
99 }