-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprettify.css
80 lines (75 loc) · 1.29 KB
/
prettify.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint {
width: 100%;
overflow-y: auto;
padding: 10px !important;
background: #fafafa !important;
font-family: Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
border: 0!important
}
.pln {
color: #333
}
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #ccc
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
padding-left: 1em;
background-color: #fff;
list-style-type: decimal
}
@media screen {
.str {
color: #d14 !important;
}
.kwd {
color: #333 !important;
}
.com {
color: #998 !important;
}
.typ {
color: #458 !important;
}
.lit {
color: #458 !important;
}
.pun {
color: #333 !important;
}
.opn {
color: #333 !important;
}
.clo {
color: #333 !important;
}
.tag {
color: navy !important;
}
.atn {
color: teal !important;
}
.atv {
color: #d14 !important;
}
.dec {
color: #333 !important;
}
.var {
color: teal !important;
}
.fun {
color: #900 !important;
}
}