Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
 
3
Pojoaque Style by Jason Tate
4
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5
Based on Solarized Style from http://ethanschoonover.com/solarized
6
 
7
*/
8
 
9
.hljs {
10
  display: block; padding: 0.5em;
11
  color: #DCCF8F;
12
  background: url(./pojoaque.jpg) repeat scroll left top #181914;
13
}
14
 
15
.hljs-comment,
16
.hljs-template_comment,
17
.diff .hljs-header,
18
.hljs-doctype,
19
.lisp .hljs-string,
20
.hljs-javadoc {
21
  color: #586e75;
22
  font-style: italic;
23
}
24
 
25
.hljs-keyword,
26
.css .rule .hljs-keyword,
27
.hljs-winutils,
28
.javascript .hljs-title,
29
.method,
30
.hljs-addition,
31
.css .hljs-tag,
32
.clojure .hljs-title,
33
.nginx .hljs-title {
34
  color: #B64926;
35
}
36
 
37
.hljs-number,
38
.hljs-command,
39
.hljs-string,
40
.hljs-tag .hljs-value,
41
.hljs-phpdoc,
42
.tex .hljs-formula,
43
.hljs-regexp,
44
.hljs-hexcolor {
45
  color: #468966;
46
}
47
 
48
.hljs-title,
49
.hljs-localvars,
50
.hljs-function .hljs-title,
51
.hljs-chunk,
52
.hljs-decorator,
53
.hljs-built_in,
54
.lisp .hljs-title,
55
.clojure .hljs-built_in,
56
.hljs-identifier,
57
.hljs-id {
58
  color: #FFB03B;
59
}
60
 
61
.hljs-attribute,
62
.hljs-variable,
63
.lisp .hljs-body,
64
.smalltalk .hljs-number,
65
.hljs-constant,
66
.hljs-class .hljs-title,
67
.hljs-parent,
68
.haskell .hljs-type {
69
  color: #b58900;
70
}
71
 
72
.css .hljs-attribute {
73
  color: #b89859;
74
}
75
 
76
.css .hljs-number,
77
.css .hljs-hexcolor {
78
  color: #DCCF8F;
79
}
80
 
81
.css .hljs-class {
82
  color: #d3a60c;
83
}
84
 
85
.hljs-preprocessor,
86
.hljs-pragma,
87
.hljs-pi,
88
.hljs-shebang,
89
.hljs-symbol,
90
.hljs-symbol .hljs-string,
91
.diff .hljs-change,
92
.hljs-special,
93
.hljs-attr_selector,
94
.hljs-important,
95
.hljs-subst,
96
.hljs-cdata {
97
  color: #cb4b16;
98
}
99
 
100
.hljs-deletion {
101
  color: #dc322f;
102
}
103
 
104
.tex .hljs-formula {
105
  background: #073642;
106
}