-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprettifycode.css
More file actions
92 lines (84 loc) · 2.19 KB
/
Copy pathprettifycode.css
File metadata and controls
92 lines (84 loc) · 2.19 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
pre.prettyprint * {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre.prettyprint {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
/*box-shadow: 50px 0 0 rgba(102,128,153,.05)inset;*/
}
code.prettyprint,pre.prettyprint {
padding:10px 10px 10px 0;
background-color: #f7f7f7;
/*border:1px solid #f0f0f0;*/
/*border-radius: 4px;*/
display: block;
overflow-x:auto;
white-space:nowrap;
}
/*linenumbers*/
code.prettyprint .linenums,pre.prettyprint .linenums {
/*
-webkit-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
-moz-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0
*/}
code.prettyprint ol.linenums,pre.prettyprint ol.linenums {
padding: 0 0 0 4em;
margin: 0;
/*background-color: #f8f8f8;*/
}
code.prettyprint ol.linenums li,pre.prettyprint ol.linenums li {
padding-left: 1em;
padding-right: 1.5em;
color: #ccc;
line-height: 1.4em;
/*background-color: #fdfdff;*/
}
/*component*/
code.prettyprint .com,pre.prettyprint .com {
color: #aaa;
font-style: italic}
/*number?light?literal?shuzhi?*/
code.prettyprint .lit,pre.prettyprint .lit {
color: #6c6}
/*punctuation*/
code.prettyprint .pun,pre.prettyprint .pun {
color: #aaa}
/**/
code.prettyprint .opn,pre.prettyprint .opn {
color: #4c4}
/**/
code.prettyprint .clo,pre.prettyprint .clo {
color: #4c4}
/*function*/
code.prettyprint .fun,pre.prettyprint .fun {
color: #cc5}
/*string*/
code.prettyprint .str,pre.prettyprint .str {
color: #c55}
/**/
code.prettyprint .atv,pre.prettyprint .atv {
color: #c55}
/*keyword*/
code.prettyprint .kwd,pre.prettyprint .kwd {
color: #c66}
/*tag*/
code.prettyprint .tag,pre.prettyprint .tag {
color: #55c}
/*type?ziti?*/
code.prettyprint .typ,pre.prettyprint .typ {
color: #55c}
/**/
code.prettyprint .atn,pre.prettyprint .atn {
color: #70f}
/**/
code.prettyprint .dec,pre.prettyprint .dec {
color: #55c}
/*var*/
code.prettyprint .var,pre.prettyprint .var {
color: #cc6}
/*plain?*/
code.prettyprint .pln,pre.prettyprint .pln {
color: #446}