many small updates
[pharext/pharext.org] / public / highlight / styles / googlecode.css
1 /*
2
3 Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: white;
12 color: black;
13 -webkit-text-size-adjust: none;
14 }
15
16 .hljs-comment,
17 .hljs-javadoc {
18 color: #800;
19 }
20
21 .hljs-keyword,
22 .method,
23 .hljs-list .hljs-keyword,
24 .nginx .hljs-title,
25 .hljs-tag .hljs-title,
26 .setting .hljs-value,
27 .hljs-winutils,
28 .tex .hljs-command,
29 .http .hljs-title,
30 .hljs-request,
31 .hljs-status {
32 color: #008;
33 }
34
35 .hljs-envvar,
36 .tex .hljs-special {
37 color: #660;
38 }
39
40 .hljs-string,
41 .hljs-tag .hljs-value,
42 .hljs-cdata,
43 .hljs-filter .hljs-argument,
44 .hljs-attr_selector,
45 .apache .hljs-cbracket,
46 .hljs-date,
47 .hljs-regexp,
48 .coffeescript .hljs-attribute {
49 color: #080;
50 }
51
52 .hljs-sub .hljs-identifier,
53 .hljs-pi,
54 .hljs-tag,
55 .hljs-tag .hljs-keyword,
56 .hljs-decorator,
57 .ini .hljs-title,
58 .hljs-shebang,
59 .hljs-prompt,
60 .hljs-hexcolor,
61 .hljs-rule .hljs-value,
62 .hljs-literal,
63 .hljs-symbol,
64 .ruby .hljs-symbol .hljs-string,
65 .hljs-number,
66 .css .hljs-function,
67 .clojure .hljs-attribute {
68 color: #066;
69 }
70
71 .hljs-class .hljs-title,
72 .smalltalk .hljs-class,
73 .hljs-javadoctag,
74 .hljs-yardoctag,
75 .hljs-phpdoc,
76 .hljs-dartdoc,
77 .hljs-type,
78 .hljs-typename,
79 .hljs-tag .hljs-attribute,
80 .hljs-doctype,
81 .hljs-class .hljs-id,
82 .hljs-built_in,
83 .setting,
84 .hljs-params,
85 .hljs-variable,
86 .hljs-name {
87 color: #606;
88 }
89
90 .css .hljs-tag,
91 .hljs-rule .hljs-property,
92 .hljs-pseudo,
93 .hljs-subst {
94 color: #000;
95 }
96
97 .css .hljs-class,
98 .css .hljs-id {
99 color: #9b703f;
100 }
101
102 .hljs-value .hljs-important {
103 color: #ff7700;
104 font-weight: bold;
105 }
106
107 .hljs-rule .hljs-keyword {
108 color: #c5af75;
109 }
110
111 .hljs-annotation,
112 .apache .hljs-sqbracket,
113 .nginx .hljs-built_in {
114 color: #9b859d;
115 }
116
117 .hljs-preprocessor,
118 .hljs-preprocessor *,
119 .hljs-pragma {
120 color: #444;
121 }
122
123 .tex .hljs-formula {
124 background-color: #eee;
125 font-style: italic;
126 }
127
128 .diff .hljs-header,
129 .hljs-chunk {
130 color: #808080;
131 font-weight: bold;
132 }
133
134 .diff .hljs-change {
135 background-color: #bccff9;
136 }
137
138 .hljs-addition {
139 background-color: #baeeba;
140 }
141
142 .hljs-deletion {
143 background-color: #ffc8bd;
144 }
145
146 .hljs-comment .hljs-yardoctag {
147 font-weight: bold;
148 }