Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
 
3
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
 
5
*/
6
 
7
.hljs {
8
  display: block; padding: 0.5em;
9
  color: #333;
10
  background: #f8f8f8
11
}
12
 
13
.hljs-comment,
14
.hljs-template_comment,
15
.diff .hljs-header,
16
.hljs-javadoc {
17
  color: #998;
18
  font-style: italic
19
}
20
 
21
.hljs-keyword,
22
.css .rule .hljs-keyword,
23
.hljs-winutils,
24
.javascript .hljs-title,
25
.nginx .hljs-title,
26
.hljs-subst,
27
.hljs-request,
28
.hljs-status {
29
  color: #333;
30
  font-weight: bold
31
}
32
 
33
.hljs-number,
34
.hljs-hexcolor,
35
.ruby .hljs-constant {
36
  color: #099;
37
}
38
 
39
.hljs-string,
40
.hljs-tag .hljs-value,
41
.hljs-phpdoc,
42
.tex .hljs-formula {
43
  color: #d14
44
}
45
 
46
.hljs-title,
47
.hljs-id,
48
.coffeescript .hljs-params,
49
.scss .hljs-preprocessor {
50
  color: #900;
51
  font-weight: bold
52
}
53
 
54
.javascript .hljs-title,
55
.lisp .hljs-title,
56
.clojure .hljs-title,
57
.hljs-subst {
58
  font-weight: normal
59
}
60
 
61
.hljs-class .hljs-title,
62
.haskell .hljs-type,
63
.vhdl .hljs-literal,
64
.tex .hljs-command {
65
  color: #458;
66
  font-weight: bold
67
}
68
 
69
.hljs-tag,
70
.hljs-tag .hljs-title,
71
.hljs-rules .hljs-property,
72
.django .hljs-tag .hljs-keyword {
73
  color: #000080;
74
  font-weight: normal
75
}
76
 
77
.hljs-attribute,
78
.hljs-variable,
79
.lisp .hljs-body {
80
  color: #008080
81
}
82
 
83
.hljs-regexp {
84
  color: #009926
85
}
86
 
87
.hljs-symbol,
88
.ruby .hljs-symbol .hljs-string,
89
.lisp .hljs-keyword,
90
.tex .hljs-special,
91
.hljs-prompt {
92
  color: #990073
93
}
94
 
95
.hljs-built_in,
96
.lisp .hljs-title,
97
.clojure .hljs-built_in {
98
  color: #0086b3
99
}
100
 
101
.hljs-preprocessor,
102
.hljs-pragma,
103
.hljs-pi,
104
.hljs-doctype,
105
.hljs-shebang,
106
.hljs-cdata {
107
  color: #999;
108
  font-weight: bold
109
}
110
 
111
.hljs-deletion {
112
  background: #fdd
113
}
114
 
115
.hljs-addition {
116
  background: #dfd
117
}
118
 
119
.diff .hljs-change {
120
  background: #0086b3
121
}
122
 
123
.hljs-chunk {
124
  color: #aaa
125
}