Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
braverock
GitHub Repository: braverock/portfolioanalytics
Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/github.css
1436 views
1
/*
2
3
github.com style (c) Vasily Polovnyov <[email protected]>
4
5
*/
6
7
pre code {
8
display: block; padding: 0.5em;
9
color: #000;
10
background: #f8f8ff
11
}
12
13
pre .comment,
14
pre .template_comment,
15
pre .diff .header,
16
pre .javadoc {
17
color: #998;
18
font-style: italic
19
}
20
21
pre .keyword,
22
pre .css .rule .keyword,
23
pre .winutils,
24
pre .javascript .title,
25
pre .lisp .title,
26
pre .subst,
27
pre .request,
28
pre .status {
29
color: #000;
30
font-weight: bold
31
}
32
33
pre .number,
34
pre .hexcolor {
35
color: #40a070
36
}
37
38
pre .string,
39
pre .tag .value,
40
pre .phpdoc,
41
pre .tex .formula {
42
color: #d14
43
}
44
45
pre .title,
46
pre .id {
47
color: #900;
48
font-weight: bold
49
}
50
51
pre .javascript .title,
52
pre .lisp .title,
53
pre .subst {
54
font-weight: normal
55
}
56
57
pre .class .title,
58
pre .haskell .type,
59
pre .vhdl .literal,
60
pre .tex .command {
61
color: #458;
62
font-weight: bold
63
}
64
65
pre .tag,
66
pre .tag .title,
67
pre .rules .property,
68
pre .django .tag .keyword {
69
color: #000080;
70
font-weight: normal
71
}
72
73
pre .attribute,
74
pre .variable,
75
pre .instancevar,
76
pre .lisp .body {
77
color: #008080
78
}
79
80
pre .regexp {
81
color: #009926
82
}
83
84
pre .class {
85
color: #458;
86
font-weight: bold
87
}
88
89
pre .symbol,
90
pre .ruby .symbol .string,
91
pre .ruby .symbol .keyword,
92
pre .ruby .symbol .keymethods,
93
pre .lisp .keyword,
94
pre .tex .special,
95
pre .input_number {
96
color: #990073
97
}
98
99
pre .builtin,
100
pre .built_in,
101
pre .lisp .title {
102
color: #0086b3
103
}
104
105
pre .preprocessor,
106
pre .pi,
107
pre .doctype,
108
pre .shebang,
109
pre .cdata {
110
color: #999;
111
font-weight: bold
112
}
113
114
pre .deletion {
115
background: #fdd
116
}
117
118
pre .addition {
119
background: #dfd
120
}
121
122
pre .diff .change {
123
background: #0086b3
124
}
125
126
pre .chunk {
127
color: #aaa
128
}
129
130
pre .tex .formula {
131
opacity: 0.5;
132
}
133
134