1
|
/************* CodeRay styles *************/
|
2
|
.syntaxhl div { display: inline; }
|
3
|
.syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #00f; margin:0 5px 0 0; }
|
4
|
.syntaxhl .code pre { overflow: auto }
|
5
|
.syntaxhl .debug { color: white !important; background: blue !important; }
|
6
|
|
7
|
.syntaxhl .annotation { color: #000; }
|
8
|
.syntaxhl .attribute-name { color: #f00; }
|
9
|
.syntaxhl .attribute-value { color: #00f; }
|
10
|
.syntaxhl .binary { color: #000; }
|
11
|
.syntaxhl .char .content { color: #800000; }
|
12
|
.syntaxhl .char .delimiter { color: #800000; }
|
13
|
.syntaxhl .char { color: #800000; }
|
14
|
.syntaxhl .class { color: #2b91af; font-weight: normal; }
|
15
|
.syntaxhl .class-variable { color: #000; }
|
16
|
.syntaxhl .color { color: #000; }
|
17
|
.syntaxhl .comment { color: #008000; }
|
18
|
.syntaxhl .comment .char { color: #008000; }
|
19
|
.syntaxhl .comment .delimiter { color: #008000; }
|
20
|
.syntaxhl .complex { color: #000; }
|
21
|
.syntaxhl .constant { color: #000; font-weight: normal; }
|
22
|
.syntaxhl .decorator { color: #000; }
|
23
|
.syntaxhl .definition { color:#000; font-weight: normal; }
|
24
|
.syntaxhl .delimiter { color: #000; }
|
25
|
.syntaxhl .directive { color: #00f; font-weight: normal; }
|
26
|
.syntaxhl .doc { color: #000; }
|
27
|
.syntaxhl .doc-string { color: #000; font-weight: normal; }
|
28
|
.syntaxhl .doctype { color: #555; }
|
29
|
.syntaxhl .entity { color: #000; font-weight: normal; }
|
30
|
.syntaxhl .error { color: #000; background-color: transparent; }
|
31
|
.syntaxhl .escape { color: #000; }
|
32
|
.syntaxhl .exception { color: #000; font-weight: normal; }
|
33
|
.syntaxhl .float { color: #000; }
|
34
|
.syntaxhl .function { color: #000; font-weight: normal; }
|
35
|
.syntaxhl .global-variable { color: #000; }
|
36
|
.syntaxhl .hex { color: #000; }
|
37
|
.syntaxhl .imaginary { color: #000; }
|
38
|
.syntaxhl .include { color: #800000; font-weight: normal; }
|
39
|
.syntaxhl .inline { background-color: transparent; color: #000; }
|
40
|
.syntaxhl .inline-delimiter { font-weight: normal; color: #000; }
|
41
|
.syntaxhl .instance-variable { color: #000; }
|
42
|
.syntaxhl .integer { color: #000; }
|
43
|
.syntaxhl .key .char { color: #00f; }
|
44
|
.syntaxhl .key .delimiter { color: #00f; }
|
45
|
.syntaxhl .key { color: #00f; }
|
46
|
.syntaxhl .keyword { color: #00f; font-weight: normal; }
|
47
|
.syntaxhl .label { color: #000; font-weight: normal; }
|
48
|
.syntaxhl .local-variable { color: #000; }
|
49
|
.syntaxhl .namespace { color: #000; font-weight: normal; }
|
50
|
.syntaxhl .octal { color: #000; }
|
51
|
.syntaxhl .operator { color: #000; }
|
52
|
.syntaxhl .predefined { color:#00f; font-weight: normal; }
|
53
|
.syntaxhl .predefined-constant { color: #00f; }
|
54
|
.syntaxhl .predefined-type { color: #00f; font-weight: normal; }
|
55
|
.syntaxhl .preprocessor { color: #00f }
|
56
|
.syntaxhl .pseudo-class { color: #000; font-weight: normal; }
|
57
|
.syntaxhl .regexp .content { color: #000; }
|
58
|
.syntaxhl .regexp .delimiter { color: #000; }
|
59
|
.syntaxhl .regexp .modifier { color: #000; }
|
60
|
.syntaxhl .regexp { background-color: transparent; }
|
61
|
.syntaxhl .reserved { color:#000; font-weight: normal; }
|
62
|
.syntaxhl .shell .content { color: #000; }
|
63
|
.syntaxhl .shell .delimiter { color: #000; }
|
64
|
.syntaxhl .shell { background-color: transparent; }
|
65
|
.syntaxhl .string .char { color: #800000; }
|
66
|
.syntaxhl .string .content { color: #800000; }
|
67
|
.syntaxhl .string .delimiter { color: #800000; }
|
68
|
.syntaxhl .string .modifier { color: #800000; }
|
69
|
.html.syntaxhl .string .char { color: #00f; }
|
70
|
.html.syntaxhl .string .content { color: #00f; }
|
71
|
.html.syntaxhl .string .delimiter { color: #00f; }
|
72
|
.html.syntaxhl .string .modifier { color: #00f; }
|
73
|
.xml.syntaxhl .string .char { color: #00f; }
|
74
|
.xml.syntaxhl .string .content { color: #00f; }
|
75
|
.xml.syntaxhl .string .delimiter { color: #00f; }
|
76
|
.xml.syntaxhl .string .modifier { color: #00f; }
|
77
|
|
78
|
.syntaxhl .symbol .content { color:#000; }
|
79
|
.syntaxhl .symbol .delimiter { color:#000; }
|
80
|
.syntaxhl .symbol { color: #000; }
|
81
|
.syntaxhl .tag { color: #800000; }
|
82
|
.syntaxhl .type { color: #000; font-weight: normal; }
|
83
|
.syntaxhl .value { color: #000; }
|
84
|
.syntaxhl .variable { color: #000; }
|
85
|
|
86
|
.syntaxhl .insert { background: transparent; }
|
87
|
.syntaxhl .delete { background: transparent; }
|
88
|
.syntaxhl .change { color: #000; background: transparent; }
|
89
|
.syntaxhl .head { color: #000; background: transparent; }
|
90
|
.syntaxhl .head .filename { color: white; }
|
91
|
|
92
|
.syntaxhl .delete .eyecatcher { background-color: transparent; border: none; margin: 0; }
|
93
|
.syntaxhl .insert .eyecatcher { background-color: transparent; border: none; margin: 0; }
|
94
|
|
95
|
.syntaxhl .insert .insert { color: #000; background: transparent; font-weight: normal; }
|
96
|
.syntaxhl .delete .delete { color: #000; background: transparent; font-weight: normal; }
|
97
|
.syntaxhl .change .change { color: #000 }
|
98
|
.syntaxhl .head .head { color: #000 }
|