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