Projet

Général

Profil

Paste
Télécharger (1,5 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / vs.css @ 9d13637e

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
  background: white; color: black;
9
}
10

    
11
pre .comment,
12
pre .annotation,
13
pre .template_comment,
14
pre .diff .header,
15
pre .chunk,
16
pre .apache .cbracket {
17
  color: rgb(0, 128, 0);
18
}
19

    
20
pre .keyword,
21
pre .id,
22
pre .built_in,
23
pre .smalltalk .class,
24
pre .winutils,
25
pre .bash .variable,
26
pre .tex .command,
27
pre .request,
28
pre .status,
29
pre .nginx .title,
30
pre .xml .tag,
31
pre .xml .tag .value {
32
  color: rgb(0, 0, 255);
33
}
34

    
35
pre .string,
36
pre .title,
37
pre .parent,
38
pre .tag .value,
39
pre .rules .value,
40
pre .rules .value .number,
41
pre .ruby .symbol,
42
pre .ruby .symbol .string,
43
pre .aggregate,
44
pre .template_tag,
45
pre .django .variable,
46
pre .addition,
47
pre .flow,
48
pre .stream,
49
pre .apache .tag,
50
pre .date,
51
pre .tex .formula,
52
pre .coffeescript .attribute {
53
  color: rgb(163, 21, 21);
54
}
55

    
56
pre .ruby .string,
57
pre .decorator,
58
pre .filter .argument,
59
pre .localvars,
60
pre .array,
61
pre .attr_selector,
62
pre .pseudo,
63
pre .pi,
64
pre .doctype,
65
pre .deletion,
66
pre .envvar,
67
pre .shebang,
68
pre .preprocessor,
69
pre .pragma,
70
pre .userType,
71
pre .apache .sqbracket,
72
pre .nginx .built_in,
73
pre .tex .special,
74
pre .prompt {
75
  color: rgb(43, 145, 175);
76
}
77

    
78
pre .phpdoc,
79
pre .javadoc,
80
pre .xmlDocTag {
81
  color: rgb(128, 128, 128);
82
}
83

    
84
pre .vhdl .typename { font-weight: bold; }
85
pre .vhdl .string { color: #666666; }
86
pre .vhdl .literal { color: rgb(163, 21, 21); }
87
pre .vhdl .attribute { color: #00B0E8; }
88

    
89
pre .xml .attribute { color: rgb(255, 0, 0); }