]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/vs.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / vs.css
1 /*
2
3 Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
4
5 */
6 pre code {
7   display: block; padding: 0.5em;
8 }
9
10 pre .comment,
11 pre .annotation,
12 pre .template_comment,
13 pre .diff .header,
14 pre .chunk,
15 pre .apache .cbracket {
16   color: rgb(0, 128, 0);
17 }
18
19 pre .keyword,
20 pre .id,
21 pre .built_in,
22 pre .smalltalk .class,
23 pre .winutils,
24 pre .bash .variable,
25 pre .tex .command,
26 pre .request,
27 pre .status,
28 pre .nginx .title,
29 pre .xml .tag,
30 pre .xml .tag .value {
31   color: rgb(0, 0, 255);
32 }
33
34 pre .string,
35 pre .title,
36 pre .parent,
37 pre .tag .value,
38 pre .rules .value,
39 pre .rules .value .number,
40 pre .ruby .symbol,
41 pre .ruby .symbol .string,
42 pre .aggregate,
43 pre .template_tag,
44 pre .django .variable,
45 pre .addition,
46 pre .flow,
47 pre .stream,
48 pre .apache .tag,
49 pre .date,
50 pre .tex .formula {
51   color: rgb(163, 21, 21);
52 }
53
54 pre .ruby .string,
55 pre .decorator,
56 pre .filter .argument,
57 pre .localvars,
58 pre .array,
59 pre .attr_selector,
60 pre .pseudo,
61 pre .pi,
62 pre .doctype,
63 pre .deletion,
64 pre .envvar,
65 pre .shebang,
66 pre .preprocessor,
67 pre .userType,
68 pre .apache .sqbracket,
69 pre .nginx .built_in,
70 pre .tex .special,
71 pre .prompt {
72   color: rgb(43, 145, 175);
73 }
74
75 pre .phpdoc,
76 pre .javadoc,
77 pre .xmlDocTag {
78   color: rgb(128, 128, 128);
79 }
80
81 pre .vhdl .typename { font-weight: bold; }
82 pre .vhdl .string { color: #666666; }
83 pre .vhdl .literal { color: rgb(163, 21, 21); }
84 pre .vhdl .attribute { color: #00B0E8; }
85
86 pre .xml .attribute { color: rgb(255, 0, 0); }