Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
    Paraíso (dark)
3
    Created by Jan T. Sott (http://github.com/idleberg)
4
    Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
*/
6
 
7
/* Paraíso Comment */
8
.hljs-comment,
9
.hljs-title {
10
  color: #8d8687;
11
}
12
 
13
/* Paraíso Red */
14
.hljs-variable,
15
.hljs-attribute,
16
.hljs-tag,
17
.hljs-regexp,
18
.ruby .hljs-constant,
19
.xml .hljs-tag .hljs-title,
20
.xml .hljs-pi,
21
.xml .hljs-doctype,
22
.html .hljs-doctype,
23
.css .hljs-id,
24
.css .hljs-class,
25
.css .hljs-pseudo {
26
  color: #ef6155;
27
}
28
 
29
/* Paraíso Orange */
30
.hljs-number,
31
.hljs-preprocessor,
32
.hljs-built_in,
33
.hljs-literal,
34
.hljs-params,
35
.hljs-constant {
36
  color: #f99b15;
37
}
38
 
39
/* Paraíso Yellow */
40
.ruby .hljs-class .hljs-title,
41
.css .hljs-rules .hljs-attribute {
42
  color: #fec418;
43
}
44
 
45
/* Paraíso Green */
46
.hljs-string,
47
.hljs-value,
48
.hljs-inheritance,
49
.hljs-header,
50
.ruby .hljs-symbol,
51
.xml .hljs-cdata {
52
  color: #48b685;
53
}
54
 
55
/* Paraíso Aqua */
56
.css .hljs-hexcolor {
57
  color: #5bc4bf;
58
}
59
 
60
/* Paraíso Blue */
61
.hljs-function,
62
.python .hljs-decorator,
63
.python .hljs-title,
64
.ruby .hljs-function .hljs-title,
65
.ruby .hljs-title .hljs-keyword,
66
.perl .hljs-sub,
67
.javascript .hljs-title,
68
.coffeescript .hljs-title {
69
  color: #06b6ef;
70
}
71
 
72
/* Paraíso Purple */
73
.hljs-keyword,
74
.javascript .hljs-function {
75
  color: #815ba4;
76
}
77
 
78
.hljs {
79
  display: block;
80
  background: #2f1e2e;
81
  color: #a39e9b;
82
  padding: 0.5em;
83
}
84
 
85
.coffeescript .javascript,
86
.javascript .xml,
87
.tex .hljs-formula,
88
.xml .javascript,
89
.xml .vbscript,
90
.xml .css,
91
.xml .hljs-cdata {
92
  opacity: 0.5;
93
}