Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / highlightjs / styles / docco.css @ 5a7e6170

1 85ad3d82 Assos Assos
/*
2
Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
3
*/
4
5
pre code {
6
  display: block; padding: 0.5em;
7
  color: #000;
8
  background: #f8f8ff
9
}
10
11
pre .comment,
12
pre .template_comment,
13
pre .diff .header,
14
pre .javadoc {
15
  color: #408080;
16
  font-style: italic
17
}
18
19
pre .keyword,
20
pre .assignment,
21
pre .literal,
22
pre .css .rule .keyword,
23
pre .winutils,
24
pre .javascript .title,
25
pre .lisp .title,
26
pre .subst {
27
  color: #954121;
28
}
29
30
pre .number,
31
pre .hexcolor {
32
  color: #40a070
33
}
34
35
pre .string,
36
pre .tag .value,
37
pre .phpdoc,
38
pre .tex .formula {
39
  color: #219161;
40
}
41
42
pre .title,
43
pre .id {
44
  color: #19469D;
45
}
46
pre .params {
47
  color: #00F;
48
}
49
50
pre .javascript .title,
51
pre .lisp .title,
52
pre .subst {
53
  font-weight: normal
54
}
55
56
pre .class .title,
57
pre .haskell .label,
58
pre .tex .command {
59
  color: #458;
60
  font-weight: bold
61
}
62
63
pre .tag,
64
pre .tag .title,
65
pre .rules .property,
66
pre .django .tag .keyword {
67
  color: #000080;
68
  font-weight: normal
69
}
70
71
pre .attribute,
72
pre .variable,
73
pre .instancevar,
74
pre .lisp .body {
75
  color: #008080
76
}
77
78
pre .regexp {
79
  color: #B68
80
}
81
82
pre .class {
83
  color: #458;
84
  font-weight: bold
85
}
86
87
pre .symbol,
88
pre .ruby .symbol .string,
89
pre .ruby .symbol .keyword,
90
pre .ruby .symbol .keymethods,
91
pre .lisp .keyword,
92
pre .tex .special,
93
pre .input_number {
94
  color: #990073
95
}
96
97
pre .builtin,
98
pre .constructor,
99
pre .built_in,
100
pre .lisp .title {
101
  color: #0086b3
102
}
103
104
pre .preprocessor,
105
pre .pragma,
106
pre .pi,
107
pre .doctype,
108
pre .shebang,
109
pre .cdata {
110
  color: #999;
111
  font-weight: bold
112
}
113
114
pre .deletion {
115
  background: #fdd
116
}
117
118
pre .addition {
119
  background: #dfd
120
}
121
122
pre .diff .change {
123
  background: #0086b3
124
}
125
126
pre .chunk {
127
  color: #aaa
128
}
129
130
pre .tex .formula {
131
  opacity: 0.5;
132
}