many small updates
[pharext/pharext.org] / public / highlight / styles / vs.css
1 /*
2
3 Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
4
5 */
6 .hljs {
7 display: block;
8 overflow-x: auto;
9 padding: 0.5em;
10 background: white;
11 color: black;
12 -webkit-text-size-adjust: none;
13 }
14
15 .hljs-comment,
16 .hljs-annotation,
17 .diff .hljs-header,
18 .hljs-chunk,
19 .apache .hljs-cbracket {
20 color: #008000;
21 }
22
23 .hljs-keyword,
24 .hljs-id,
25 .hljs-built_in,.css
26 .smalltalk .hljs-class,
27 .hljs-winutils,
28 .bash .hljs-variable,
29 .tex .hljs-command,
30 .hljs-request,
31 .hljs-status,
32 .nginx .hljs-title,
33 .xml .hljs-tag,
34 .xml .hljs-tag .hljs-value {
35 color: #00f;
36 }
37
38 .hljs-string,
39 .hljs-title,
40 .hljs-parent,
41 .hljs-tag .hljs-value,
42 .hljs-rule .hljs-value,
43 .ruby .hljs-symbol,
44 .ruby .hljs-symbol .hljs-string,
45 .hljs-template_tag,
46 .django .hljs-variable,
47 .hljs-addition,
48 .hljs-flow,
49 .hljs-stream,
50 .apache .hljs-tag,
51 .hljs-date,
52 .tex .hljs-formula,
53 .coffeescript .hljs-attribute,
54 .hljs-name {
55 color: #a31515;
56 }
57
58 .ruby .hljs-string,
59 .hljs-decorator,
60 .hljs-filter .hljs-argument,
61 .hljs-localvars,
62 .hljs-array,
63 .hljs-attr_selector,
64 .hljs-pseudo,
65 .hljs-pi,
66 .hljs-doctype,
67 .hljs-deletion,
68 .hljs-envvar,
69 .hljs-shebang,
70 .hljs-preprocessor,
71 .hljs-pragma,
72 .userType,
73 .apache .hljs-sqbracket,
74 .nginx .hljs-built_in,
75 .tex .hljs-special,
76 .hljs-prompt {
77 color: #2b91af;
78 }
79
80 .hljs-phpdoc,
81 .hljs-dartdoc,
82 .hljs-javadoc,
83 .hljs-xmlDocTag {
84 color: #808080;
85 }
86
87 .hljs-type,
88 .hljs-typename { font-weight: bold; }
89
90 .vhdl .hljs-string { color: #666666; }
91 .vhdl .hljs-literal { color: #a31515; }
92 .vhdl .hljs-attribute { color: #00b0e8; }
93
94 .xml .hljs-attribute { color: #f00; }