Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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