root / drupal7 / sites / all / libraries / highlightjs / styles / github.css @ 4b706e38
1 |
/*
|
---|---|
2 |
|
3 |
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
4 |
|
5 |
*/
|
6 |
|
7 |
pre code { |
8 |
display: block; padding: 0.5em; |
9 |
color: #333; |
10 |
background: #f8f8ff |
11 |
} |
12 |
|
13 |
pre .comment, |
14 |
pre .template_comment, |
15 |
pre .diff .header, |
16 |
pre .javadoc { |
17 |
color: #998; |
18 |
font-style: italic |
19 |
} |
20 |
|
21 |
pre .keyword, |
22 |
pre .css .rule .keyword, |
23 |
pre .winutils, |
24 |
pre .javascript .title, |
25 |
pre .nginx .title, |
26 |
pre .subst, |
27 |
pre .request, |
28 |
pre .status { |
29 |
color: #333; |
30 |
font-weight: bold |
31 |
} |
32 |
|
33 |
pre .number, |
34 |
pre .hexcolor, |
35 |
pre .ruby .constant { |
36 |
color: #099; |
37 |
} |
38 |
|
39 |
pre .string, |
40 |
pre .tag .value, |
41 |
pre .phpdoc, |
42 |
pre .tex .formula { |
43 |
color: #d14 |
44 |
} |
45 |
|
46 |
pre .title, |
47 |
pre .id, |
48 |
pre .coffeescript .params, |
49 |
pre .scss .preprocessor { |
50 |
color: #900; |
51 |
font-weight: bold |
52 |
} |
53 |
|
54 |
pre .javascript .title, |
55 |
pre .lisp .title, |
56 |
pre .clojure .title, |
57 |
pre .subst { |
58 |
font-weight: normal |
59 |
} |
60 |
|
61 |
pre .class .title, |
62 |
pre .haskell .type, |
63 |
pre .vhdl .literal, |
64 |
pre .tex .command { |
65 |
color: #458; |
66 |
font-weight: bold |
67 |
} |
68 |
|
69 |
pre .tag, |
70 |
pre .tag .title, |
71 |
pre .rules .property, |
72 |
pre .django .tag .keyword { |
73 |
color: #000080; |
74 |
font-weight: normal |
75 |
} |
76 |
|
77 |
pre .attribute, |
78 |
pre .variable, |
79 |
pre .lisp .body { |
80 |
color: #008080 |
81 |
} |
82 |
|
83 |
pre .regexp { |
84 |
color: #009926 |
85 |
} |
86 |
|
87 |
pre .class { |
88 |
color: #458; |
89 |
font-weight: bold |
90 |
} |
91 |
|
92 |
pre .symbol, |
93 |
pre .ruby .symbol .string, |
94 |
pre .lisp .keyword, |
95 |
pre .tex .special, |
96 |
pre .prompt { |
97 |
color: #990073 |
98 |
} |
99 |
|
100 |
pre .built_in, |
101 |
pre .lisp .title, |
102 |
pre .clojure .built_in { |
103 |
color: #0086b3 |
104 |
} |
105 |
|
106 |
pre .preprocessor, |
107 |
pre .pragma, |
108 |
pre .pi, |
109 |
pre .doctype, |
110 |
pre .shebang, |
111 |
pre .cdata { |
112 |
color: #999; |
113 |
font-weight: bold |
114 |
} |
115 |
|
116 |
pre .deletion { |
117 |
background: #fdd |
118 |
} |
119 |
|
120 |
pre .addition { |
121 |
background: #dfd |
122 |
} |
123 |
|
124 |
pre .diff .change { |
125 |
background: #0086b3 |
126 |
} |
127 |
|
128 |
pre .chunk { |
129 |
color: #aaa |
130 |
} |